mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Use the Hoe git plugin
This commit is contained in:
parent
86d16d7415
commit
2f794b9d30
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -4,6 +4,8 @@ require "rake/javaextensiontask"
|
|||
|
||||
IS_JRUBY = defined?(RUBY_ENGINE) ? RUBY_ENGINE == "jruby" : false
|
||||
|
||||
Hoe.plugin :git
|
||||
|
||||
HOE = Hoe.spec "puma" do
|
||||
self.rubyforge_name = 'puma'
|
||||
self.readme_file = "README.md"
|
||||
|
|
Loading…
Reference in a new issue