Skip to content

Commit

Permalink
Add manifest checking to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jul 6, 2013
1 parent 8c85264 commit 523e5bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -5,6 +5,7 @@ require "rake/javaextensiontask"
IS_JRUBY = defined?(RUBY_ENGINE) ? RUBY_ENGINE == "jruby" : false

Hoe.plugin :git
Hoe.plugin :ignore

HOE = Hoe.spec "puma" do
self.rubyforge_name = 'puma'
Expand All @@ -24,6 +25,8 @@ HOE = Hoe.spec "puma" do
extra_dev_deps << ["rake-compiler", "~> 0.8.0"]
end

task :prerelease => [:clobber, :check_manifest, :test]

# hoe/test and rake-compiler don't seem to play well together, so disable
# hoe/test's .gemtest touch file thingy for now
HOE.spec.files -= [".gemtest"]
Expand Down

0 comments on commit 523e5bf

Please sign in to comment.