public
Fork of mislav/will_paginate
Description: Most awesome pagination solution for Rails
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/technoweenie/will_paginate.git
Search Repo:
Correct package name for release
mislav (author)
Sun Mar 02 08:15:39 -0800 2008
commit  e6442050c4e61368356c9e5d0b6fd0036b7da549
tree    fd2320103c2f3e5bab178f33fcf3fdab8dfd887d
parent  b8958a18d5deb7cd08a82f14d214b94cecc75f6c
...
59
60
61
62
 
63
64
65
...
59
60
61
 
62
63
64
65
0
@@ -59,7 +59,7 @@
0
 
0
   puts "Releasing #{NAME} v. #{version}"
0
   p files
0
- rf.add_release RUBYFORGE_NAME, NAME, version, *files
0
+ rf.add_release RUBYFORGE_NAME, RUBYFORGE_NAME, version, *files
0
 end
0
 
0
 task :clean => [ :clobber_rdoc, :clobber_package ] do

Comments

    No one has commented yet.