pagy 5.2.2 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ ul.uk-pagination.uk-flex-center
14
14
 
15
15
  - elsif item.is_a?(String)
16
16
  li.uk-active
17
- span== pagy_labeler(pagy, item)
17
+ span== pagy.label_for(item)
18
18
 
19
19
  - elsif item == :gap
20
20
  li.uk-disabled
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagy
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.2
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Domizio Demichelis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-11-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Agnostic pagination in plain ruby. It does it all. Better.
14
14
  email:
@@ -65,6 +65,7 @@ files:
65
65
  - lib/pagy/extras/countless.rb
66
66
  - lib/pagy/extras/elasticsearch_rails.rb
67
67
  - lib/pagy/extras/foundation.rb
68
+ - lib/pagy/extras/frontend_helpers.rb
68
69
  - lib/pagy/extras/gearbox.rb
69
70
  - lib/pagy/extras/headers.rb
70
71
  - lib/pagy/extras/i18n.rb
@@ -76,7 +77,6 @@ files:
76
77
  - lib/pagy/extras/overflow.rb
77
78
  - lib/pagy/extras/searchkick.rb
78
79
  - lib/pagy/extras/semantic.rb
79
- - lib/pagy/extras/shared.rb
80
80
  - lib/pagy/extras/standalone.rb
81
81
  - lib/pagy/extras/support.rb
82
82
  - lib/pagy/extras/trim.rb
@@ -102,7 +102,8 @@ files:
102
102
  homepage: https://github.com/ddnexus/pagy
103
103
  licenses:
104
104
  - MIT
105
- metadata: {}
105
+ metadata:
106
+ rubygems_mfa_required: 'true'
106
107
  post_install_message:
107
108
  rdoc_options: []
108
109
  require_paths: