lib/pagy.rb in pagy-1.3.1 vs lib/pagy.rb in pagy-1.3.2

- old
+ new

@@ -1,10 +1,10 @@ # See Pagy API documentation: https://ddnexus.github.io/pagy/api/pagy # frozen_string_literal: true require 'pathname' -class Pagy ; VERSION = '1.3.1' +class Pagy ; VERSION = '1.3.2' class OverflowError < StandardError; attr_reader :pagy; def initialize(pagy) @pagy = pagy end; end # Root pathname to get the path of Pagy files like templates or dictionaries def self.root; Pathname.new(__FILE__).dirname end