Skip to content

Commit

Permalink
Force an update of the gemspec before releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Aman committed Oct 12, 2010
1 parent 998dc32 commit b97eaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/rubyforge.rake
@@ -1,6 +1,6 @@
namespace :gem do
desc 'Package and upload to RubyForge'
task :release => ["gem:package"] do |t|
task :release => ["gem:package", "gem:gemspec"] do |t|
require 'rubyforge'

v = ENV['VERSION'] or abort 'Must supply VERSION=x.y.z'
Expand Down

0 comments on commit b97eaa0

Please sign in to comment.