lib/pagy.rb in pagy-0.8.4 vs lib/pagy.rb in pagy-0.8.5

- old
+ new

@@ -1,9 +1,9 @@ # See Pagy API documentation: https://ddnexus.github.io/pagy/api/pagy require 'pathname' -class Pagy ; VERSION = '0.8.4' +class Pagy ; VERSION = '0.8.5' 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