lib/pagy.rb in pagy-8.4.2 vs lib/pagy.rb in pagy-8.4.3

- old
+ new

@@ -3,10 +3,10 @@ require 'pathname' # Core class class Pagy - VERSION = '8.4.2' + VERSION = '8.4.3' # Gem root pathname to get the path of Pagy files stylesheets, javascripts, apps, locales, etc. def self.root @root ||= Pathname.new(__dir__).parent.freeze end