bp3-friendly_id 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9fbee0861a52f0d74d9a6e4f5bd9ce56cea9e116e7c88fd8d6a95986b0b5a20a
4
- data.tar.gz: 5b065a687cd80d6876c7da06b90210dbf1d001264197d0e228f4133464cd60c5
3
+ metadata.gz: a0af0a07df84247f9457149a303d45df61f45bdabbcad8962b06714a05162cb4
4
+ data.tar.gz: df6b35c0c6d42391c62c99e1b1162a116886dc0c07fef23dd664e1c1ce46785a
5
5
  SHA512:
6
- metadata.gz: ecaf335877e76fa3a65f7f2ca41ff8ed13e1e6724a5badcf550a175fc98f631dca8b4cbc54f711e3b86f5678f54618f289d0724f8071917ed81c4a2acb380de5
7
- data.tar.gz: 2c54f34d7f09b3440dd6f4b37f3e3aa351adc18f15628736c16a770a6dc3c9af36d99c798168866391bd5b77d067711a89165f971b4193d0a1c33b004f9fef35
6
+ metadata.gz: 3a7b5facc8976744e21a52388875124a2112b5ee3a902c85baae25f614618ba30af69f85b66a4459dbd7d470972378e6b68343e1d5c7cbe86db42dc4c1d87f03
7
+ data.tar.gz: e3ae8d3524e6cf93bfac794999adcd17c3359308d75fc70242ce8851027592e850134b2297cf48f4a9950ee0e83839939103bfd36c4ca0ded016d19ec113aa91
data/.rubocop.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rake
3
3
  - rubocop-rspec
4
4
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2026-01-12
4
+
5
+ - Update gems
6
+
3
7
  ## [0.1.2] - 2024-11-18
4
8
 
5
9
  - Relax gem constraints
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-friendly_id (0.1.2)
4
+ bp3-friendly_id (0.1.3)
5
5
  bp3-action_dispatch (>= 0.1)
6
6
  bp3-core (>= 0.1)
7
7
  bp3-string (>= 0.1)
@@ -10,9 +10,9 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (8.0.0)
14
- actionview (= 8.0.0)
15
- activesupport (= 8.0.0)
13
+ actionpack (8.1.2)
14
+ actionview (= 8.1.2)
15
+ activesupport (= 8.1.2)
16
16
  nokogiri (>= 1.8.5)
17
17
  rack (>= 2.2.4)
18
18
  rack-session (>= 1.0.1)
@@ -20,150 +20,179 @@ GEM
20
20
  rails-dom-testing (~> 2.2)
21
21
  rails-html-sanitizer (~> 1.6)
22
22
  useragent (~> 0.16)
23
- actionview (8.0.0)
24
- activesupport (= 8.0.0)
23
+ actionview (8.1.2)
24
+ activesupport (= 8.1.2)
25
25
  builder (~> 3.1)
26
26
  erubi (~> 1.11)
27
27
  rails-dom-testing (~> 2.2)
28
28
  rails-html-sanitizer (~> 1.6)
29
- activemodel (8.0.0)
30
- activesupport (= 8.0.0)
31
- activerecord (8.0.0)
32
- activemodel (= 8.0.0)
33
- activesupport (= 8.0.0)
29
+ activemodel (8.1.2)
30
+ activesupport (= 8.1.2)
31
+ activerecord (8.1.2)
32
+ activemodel (= 8.1.2)
33
+ activesupport (= 8.1.2)
34
34
  timeout (>= 0.4.0)
35
- activesupport (8.0.0)
35
+ activesupport (8.1.2)
36
36
  base64
37
- benchmark (>= 0.3)
38
37
  bigdecimal
39
38
  concurrent-ruby (~> 1.0, >= 1.3.1)
40
39
  connection_pool (>= 2.2.5)
41
40
  drb
42
41
  i18n (>= 1.6, < 2)
42
+ json
43
43
  logger (>= 1.4.2)
44
44
  minitest (>= 5.1)
45
45
  securerandom (>= 0.3)
46
46
  tzinfo (~> 2.0, >= 2.0.5)
47
47
  uri (>= 0.13.1)
48
- ast (2.4.2)
49
- base64 (0.2.0)
50
- benchmark (0.4.0)
51
- bigdecimal (3.1.8)
52
- bp3-action_dispatch (0.1.3)
53
- actionpack (>= 7.1.2)
54
- activesupport (>= 7.1.2)
48
+ ast (2.4.3)
49
+ base64 (0.3.0)
50
+ bigdecimal (4.0.1)
51
+ bp3-action_dispatch (0.1.6)
52
+ actionpack (~> 8.1)
53
+ activesupport (~> 8.1)
55
54
  i18n (>= 1.8.11)
56
- bp3-core (0.1.5)
57
- actionview (>= 7.1.2)
58
- activesupport (>= 7.1.2)
59
- bp3-string (0.1.3)
60
- activerecord (>= 7.1.2)
61
- activesupport (>= 7.1.2)
62
- railties (>= 7.1.2)
55
+ bp3-core (0.2.0)
56
+ actionview (~> 8.1)
57
+ activesupport (~> 8.1)
58
+ bp3-request_state (~> 0.1)
59
+ bp3-request_state (0.1.3)
60
+ actionpack (~> 8.1)
61
+ activesupport (~> 8.1)
62
+ request_store (>= 1.5.1)
63
+ bp3-string (0.2.0)
64
+ activerecord (>= 8.0.3)
65
+ activesupport (~> 8.1)
66
+ railties (~> 8.1)
63
67
  builder (3.3.0)
64
- byebug (11.1.3)
65
- concurrent-ruby (1.3.4)
66
- connection_pool (2.4.1)
68
+ byebug (12.0.0)
69
+ concurrent-ruby (1.3.6)
70
+ connection_pool (3.0.2)
67
71
  crass (1.0.6)
68
- diff-lcs (1.5.1)
69
- drb (2.2.1)
70
- erubi (1.13.0)
71
- friendly_id (5.5.1)
72
+ date (3.5.1)
73
+ diff-lcs (1.6.2)
74
+ drb (2.2.3)
75
+ erb (6.0.1)
76
+ erubi (1.13.1)
77
+ friendly_id (5.6.0)
72
78
  activerecord (>= 4.0.0)
73
- i18n (1.14.6)
79
+ i18n (1.14.8)
74
80
  concurrent-ruby (~> 1.0)
75
- io-console (0.7.2)
76
- irb (1.14.1)
81
+ io-console (0.8.2)
82
+ irb (1.16.0)
83
+ pp (>= 0.6.0)
77
84
  rdoc (>= 4.0.0)
78
85
  reline (>= 0.4.2)
79
- json (2.8.2)
80
- language_server-protocol (3.17.0.3)
81
- logger (1.6.1)
82
- loofah (2.23.1)
86
+ json (2.18.0)
87
+ language_server-protocol (3.17.0.5)
88
+ lint_roller (1.1.0)
89
+ logger (1.7.0)
90
+ loofah (2.25.0)
83
91
  crass (~> 1.0.2)
84
92
  nokogiri (>= 1.12.0)
85
- minitest (5.25.1)
86
- nokogiri (1.16.7-x86_64-darwin)
93
+ minitest (6.0.1)
94
+ prism (~> 1.5)
95
+ nokogiri (1.19.0-x86_64-darwin)
87
96
  racc (~> 1.4)
88
- parallel (1.26.3)
89
- parser (3.3.6.0)
97
+ parallel (1.27.0)
98
+ parser (3.3.10.0)
90
99
  ast (~> 2.4.1)
91
100
  racc
92
- psych (5.2.0)
101
+ pp (0.6.3)
102
+ prettyprint
103
+ prettyprint (0.2.0)
104
+ prism (1.7.0)
105
+ psych (5.3.1)
106
+ date
93
107
  stringio
94
108
  racc (1.8.1)
95
- rack (3.1.8)
96
- rack-session (2.0.0)
109
+ rack (3.2.4)
110
+ rack-session (2.1.1)
111
+ base64 (>= 0.1.0)
97
112
  rack (>= 3.0.0)
98
- rack-test (2.1.0)
113
+ rack-test (2.2.0)
99
114
  rack (>= 1.3)
100
- rackup (2.2.1)
115
+ rackup (2.3.1)
101
116
  rack (>= 3)
102
- rails-dom-testing (2.2.0)
117
+ rails-dom-testing (2.3.0)
103
118
  activesupport (>= 5.0.0)
104
119
  minitest
105
120
  nokogiri (>= 1.6)
106
- rails-html-sanitizer (1.6.0)
121
+ rails-html-sanitizer (1.6.2)
107
122
  loofah (~> 2.21)
108
- nokogiri (~> 1.14)
109
- railties (8.0.0)
110
- actionpack (= 8.0.0)
111
- activesupport (= 8.0.0)
123
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
124
+ railties (8.1.2)
125
+ actionpack (= 8.1.2)
126
+ activesupport (= 8.1.2)
112
127
  irb (~> 1.13)
113
128
  rackup (>= 1.0.0)
114
129
  rake (>= 12.2)
115
130
  thor (~> 1.0, >= 1.2.2)
131
+ tsort (>= 0.2)
116
132
  zeitwerk (~> 2.6)
117
133
  rainbow (3.1.1)
118
- rake (13.2.1)
119
- rdoc (6.7.0)
134
+ rake (13.3.1)
135
+ rdoc (7.0.3)
136
+ erb
120
137
  psych (>= 4.0.0)
121
- regexp_parser (2.9.2)
122
- reline (0.5.11)
138
+ tsort
139
+ regexp_parser (2.11.3)
140
+ reline (0.6.3)
123
141
  io-console (~> 0.5)
124
- rspec (3.13.0)
142
+ request_store (1.7.0)
143
+ rack (>= 1.4)
144
+ rspec (3.13.2)
125
145
  rspec-core (~> 3.13.0)
126
146
  rspec-expectations (~> 3.13.0)
127
147
  rspec-mocks (~> 3.13.0)
128
- rspec-core (3.13.2)
148
+ rspec-core (3.13.6)
129
149
  rspec-support (~> 3.13.0)
130
- rspec-expectations (3.13.3)
150
+ rspec-expectations (3.13.5)
131
151
  diff-lcs (>= 1.2.0, < 2.0)
132
152
  rspec-support (~> 3.13.0)
133
- rspec-mocks (3.13.2)
153
+ rspec-mocks (3.13.7)
134
154
  diff-lcs (>= 1.2.0, < 2.0)
135
155
  rspec-support (~> 3.13.0)
136
- rspec-support (3.13.1)
137
- rubocop (1.68.0)
156
+ rspec-support (3.13.6)
157
+ rubocop (1.82.1)
138
158
  json (~> 2.3)
139
- language_server-protocol (>= 3.17.0)
159
+ language_server-protocol (~> 3.17.0.2)
160
+ lint_roller (~> 1.1.0)
140
161
  parallel (~> 1.10)
141
162
  parser (>= 3.3.0.2)
142
163
  rainbow (>= 2.2.2, < 4.0)
143
- regexp_parser (>= 2.4, < 3.0)
144
- rubocop-ast (>= 1.32.2, < 2.0)
164
+ regexp_parser (>= 2.9.3, < 3.0)
165
+ rubocop-ast (>= 1.48.0, < 2.0)
145
166
  ruby-progressbar (~> 1.7)
146
- unicode-display_width (>= 2.4.0, < 3.0)
147
- rubocop-ast (1.36.1)
148
- parser (>= 3.3.1.0)
149
- rubocop-rake (0.6.0)
150
- rubocop (~> 1.0)
151
- rubocop-rspec (3.2.0)
152
- rubocop (~> 1.61)
167
+ unicode-display_width (>= 2.4.0, < 4.0)
168
+ rubocop-ast (1.49.0)
169
+ parser (>= 3.3.7.2)
170
+ prism (~> 1.7)
171
+ rubocop-rake (0.7.1)
172
+ lint_roller (~> 1.1)
173
+ rubocop (>= 1.72.1)
174
+ rubocop-rspec (3.9.0)
175
+ lint_roller (~> 1.1)
176
+ rubocop (~> 1.81)
153
177
  ruby-progressbar (1.13.0)
154
- securerandom (0.3.2)
155
- stringio (3.1.2)
156
- thor (1.3.2)
157
- timeout (0.4.2)
178
+ securerandom (0.4.1)
179
+ stringio (3.2.0)
180
+ thor (1.5.0)
181
+ timeout (0.6.0)
182
+ tsort (0.2.0)
158
183
  tzinfo (2.0.6)
159
184
  concurrent-ruby (~> 1.0)
160
- unicode-display_width (2.6.0)
161
- uri (1.0.2)
162
- useragent (0.16.10)
163
- zeitwerk (2.7.1)
185
+ unicode-display_width (3.2.0)
186
+ unicode-emoji (~> 4.1)
187
+ unicode-emoji (4.2.0)
188
+ uri (1.1.1)
189
+ useragent (0.16.11)
190
+ zeitwerk (2.7.4)
164
191
 
165
192
  PLATFORMS
166
193
  x86_64-darwin-22
194
+ x86_64-darwin-23
195
+ x86_64-darwin-24
167
196
 
168
197
  DEPENDENCIES
169
198
  bp3-friendly_id!
@@ -175,4 +204,4 @@ DEPENDENCIES
175
204
  rubocop-rspec (>= 2.25)
176
205
 
177
206
  BUNDLED WITH
178
- 2.5.17
207
+ 2.7.2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module FriendlyId
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-friendly_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wim den Braven
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: bp3-action_dispatch
@@ -150,7 +149,6 @@ dependencies:
150
149
  - - ">="
151
150
  - !ruby/object:Gem::Version
152
151
  version: '2.25'
153
- description:
154
152
  email:
155
153
  - wimdenbraven@persuavis.com
156
154
  executables: []
@@ -181,7 +179,6 @@ metadata:
181
179
  source_code_uri: https://github.com/persuavis/bp3-friendly_id
182
180
  changelog_uri: https://github.com/persuavis/bp3-friendly_id/blob/main/CHANGELOG.md
183
181
  rubygems_mfa_required: 'true'
184
- post_install_message:
185
182
  rdoc_options: []
186
183
  require_paths:
187
184
  - lib
@@ -196,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
193
  - !ruby/object:Gem::Version
197
194
  version: '0'
198
195
  requirements: []
199
- rubygems_version: 3.5.17
200
- signing_key:
196
+ rubygems_version: 3.6.9
201
197
  specification_version: 4
202
198
  summary: bp3-friendly_id adapts friendly_id for BP3 (persuavis/black_phoebe_3).
203
199
  test_files: []