public
Rubygem
Description: Most awesome pagination solution for Rails
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/mislav/will_paginate.git
Search Repo:
bump up the tiny version number to 2.3.2
mislav (author)
Mon May 12 04:49:32 -0700 2008
commit  220067359c7da987fe5f6eb95343ad7e35b4c4bd
tree    3f08dc769f851d77b5637b1ca3c5cbafc71be056
parent  537f22c1432f3d03100927f07e9acdb5d64998ad
...
1
2
 
 
3
4
5
 
6
7
8
...
 
 
1
2
3
4
 
5
6
7
8
0
@@ -1,8 +1,8 @@
0
-module WillPaginate #:nodoc:
0
- module VERSION #:nodoc:
0
+module WillPaginate
0
+ module VERSION
0
     MAJOR = 2
0
     MINOR = 3
0
- TINY = 1
0
+ TINY = 2
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.