lib/pagy.rb in pagy-0.3.0 vs lib/pagy.rb in pagy-0.4.0

- old
+ new

@@ -5,10 +5,10 @@ # items-per-page-limit, etc.), does some simple aritmetic and creates a very # small object (~3k) with all is needed for pagination and navigation. # Notice that it doesn't actually do any pagination, nor navigation... that is # done with a few helpers in the Pagy::Backend and Pagy::Frontend modules. -class Pagy ; VERSION = '0.3.0' +class Pagy ; VERSION = '0.4.0' autoload :Backend, 'pagy/backend' autoload :Frontend, 'pagy/frontend' class OutOfRangeError < StandardError; end