Skip to content

Commit

Permalink
Update Rakefile to work with newer version of rubyforge library
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel committed Jul 3, 2008
1 parent c0b78c6 commit d61a6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -151,7 +151,7 @@ namespace :dist do
abort("Release #{spec.version} already exists!") if version_already_released.call

begin
rubyforge.add_release(spec.rubyforge_project, spec.name, spec.version, "#{package}.tar.gz", "#{package}.gem")
rubyforge.add_release(spec.rubyforge_project, spec.name, spec.version.to_s, "#{package}.tar.gz", "#{package}.gem")
puts "Version #{spec.version} released!"
rescue Exception => exception
puts 'Release failed!'
Expand Down

0 comments on commit d61a6a2

Please sign in to comment.