lib/pagy.rb in pagy-9.0.9 vs lib/pagy.rb in pagy-9.1.0
- old
+ new
@@ -4,10 +4,10 @@
require 'pathname'
require_relative 'pagy/shared_methods'
# Top superclass: it should define only what's common to all the subclasses
class Pagy
- VERSION = '9.0.9'
+ VERSION = '9.1.0'
# Core default: constant for easy access, but mutable for customizable defaults
DEFAULT = { count_args: [:all], # rubocop:disable Style/MutableConstant
ends: true,
limit: 20,