lib/pagy.rb in pagy-0.8.1 vs lib/pagy.rb in pagy-0.8.2

- old
+ new

@@ -1,9 +1,9 @@ # See Pagy API documentation: https://ddnexus.github.io/pagy/api/pagy require 'pathname' -class Pagy ; VERSION = '0.8.1' +class Pagy ; VERSION = '0.8.2' class OutOfRangeError < StandardError; end # root pathname to get the path of pagy files like templates or dictionaries def self.root; Pathname.new(__FILE__).dirname end