public
Description: Can path manipulation be enjoyable? YES!
Homepage: http://pow.rubyforge.org/
Clone URL: git://github.com/probablycorey/pow.git
pow / Rakefile
100644 8 lines (7 sloc) 0.232 kb
1
2
3
4
5
6
7
8
require 'rubygems'
require 'hoe'
require './lib/pow.rb'
 
Hoe.new('pow', Pow::VERSION) do |p|
  p.rubyforge_name = 'pow' # if different than lowercase project name
  p.developer('proabablycorey', 'probablycorey@gmail.com')
end