Checking in gemspec to enable pulling right from github with Bundler
This commit is contained in:
parent
203e4e752d
commit
a160b17a1d
4 changed files with 53 additions and 1 deletions
4
Rakefile
4
Rakefile
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue