lib/pagy.rb in pagy-8.4.5 vs lib/pagy.rb in pagy-8.5.0
- old
+ new
@@ -3,10 +3,10 @@
require 'pathname'
# Core class
class Pagy
- VERSION = '8.4.5'
+ VERSION = '8.5.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