public
Rubygem
Description: Most awesome pagination solution for Ruby
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/mislav/will_paginate.git
mislav (author)
Mon May 12 04:49:32 -0700 2008
commit  220067359c7da987fe5f6eb95343ad7e35b4c4bd
tree    3f08dc769f851d77b5637b1ca3c5cbafc71be056
parent  537f22c1432f3d03100927f07e9acdb5d64998ad
will_paginate / lib / will_paginate / version.rb
100644 10 lines (8 sloc) 0.134 kb
1
2
3
4
5
6
7
8
9
10
module WillPaginate
  module VERSION
    MAJOR = 2
    MINOR = 3
    TINY = 2
 
    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end