From 2f794b9d308c111a5c7002ea2af0ef91b8218717 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Thu, 29 Mar 2012 15:47:48 -0700 Subject: [PATCH] Use the Hoe git plugin --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 4a09c648..54a24c29 100644 --- a/Rakefile +++ b/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"