File: Rakefile

package info (click to toggle)
ruby-path-expander 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: ruby: 253; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- ruby -*-

require "rubygems"
require "hoe"

Hoe.plugin :isolate
Hoe.plugin :seattlerb
Hoe.plugin :rdoc
Hoe.plugin :cov

Hoe.spec "path_expander" do
  developer "Ryan Davis", "ryand-ruby@zenspider.com"

  license "MIT"
end

# vim: syntax=ruby