Skip to content

Commit

Permalink
Correct package name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Mar 2, 2008
1 parent b8958a1 commit e644205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/release.rb
Expand Up @@ -59,7 +59,7 @@


puts "Releasing #{NAME} v. #{version}" puts "Releasing #{NAME} v. #{version}"
p files p files
rf.add_release RUBYFORGE_NAME, NAME, version, *files rf.add_release RUBYFORGE_NAME, RUBYFORGE_NAME, version, *files
end end


task :clean => [ :clobber_rdoc, :clobber_package ] do task :clean => [ :clobber_rdoc, :clobber_package ] do
Expand Down

0 comments on commit e644205

Please sign in to comment.