1
0
Fork 0
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:
Evan Phoenix 2012-03-29 15:47:48 -07:00
parent 86d16d7415
commit 2f794b9d30

View file

@ -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"