Checking in gemspec to enable pulling right from github with Bundler

This commit is contained in:
Rory O'Connell 2011-03-16 14:13:13 -05:00
parent 203e4e752d
commit a160b17a1d
4 changed files with 53 additions and 1 deletions

View file

@ -14,6 +14,8 @@ MANIFEST = File.read("Manifest.txt").split
MINRUBY = "1.8.7"
Hoe.plugin :git
Hoe.plugin :gemspec
Hoe.spec PKG_NAME do
self.version = PKG_VERSION
self.rubyforge_name = PKG_NAME
@ -121,4 +123,4 @@ task :build_manifest do |t|
end
desc "Run a full set of integration and unit tests"
task :cruise => [:test, :spec]
task :cruise => [:test, :spec]