lib/pagy.rb in pagy-9.3.3 vs lib/pagy.rb in pagy-9.3.4
- 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.3.3'
+ VERSION = '9.3.4'
# Core default: constant for easy access, but mutable for customizable defaults
DEFAULT = { count_args: [:all], # rubocop:disable Style/MutableConstant
ends: true,
limit: 20,