lib/pagy.rb in pagy-8.2.2 vs lib/pagy.rb in pagy-8.3.0

- old
+ new

@@ -3,10 +3,10 @@ require 'pathname' # Core class class Pagy - VERSION = '8.2.2' + VERSION = '8.3.0' # 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