lib/pagy.rb in pagy-6.0.0 vs lib/pagy.rb in pagy-6.0.1

- old
+ new

@@ -1,12 +1,12 @@ -# See Pagy API documentation: https://ddnexus.github.io/pagy/api/pagy +# See Pagy API documentation: https://ddnexus.github.io/pagy/docs/api/pagy # frozen_string_literal: true require 'pathname' # Core class class Pagy - VERSION = '6.0.0' + VERSION = '6.0.1' # Root pathname to get the path of Pagy files like templates or dictionaries def self.root @root ||= Pathname.new(__dir__).freeze end