bp3-friendly_id 0.1.1 → 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 +4 -4
- data/.rubocop.yml +1 -3
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +133 -112
- data/Rakefile +4 -3
- data/bp3-friendly_id.gemspec +9 -9
- data/lib/bp3/friendly_id/version.rb +1 -1
- metadata +15 -37
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0af0a07df84247f9457149a303d45df61f45bdabbcad8962b06714a05162cb4
|
|
4
|
+
data.tar.gz: df6b35c0c6d42391c62c99e1b1162a116886dc0c07fef23dd664e1c1ce46785a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a7b5facc8976744e21a52388875124a2112b5ee3a902c85baae25f614618ba30af69f85b66a4459dbd7d470972378e6b68343e1d5c7cbe86db42dc4c1d87f03
|
|
7
|
+
data.tar.gz: e3ae8d3524e6cf93bfac794999adcd17c3359308d75fc70242ce8851027592e850134b2297cf48f4a9950ee0e83839939103bfd36c4ca0ded016d19ec113aa91
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,186 +1,207 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bp3-friendly_id (0.1.
|
|
5
|
-
bp3-action_dispatch (>= 0.1
|
|
6
|
-
bp3-core (>= 0.1
|
|
7
|
-
bp3-string (>= 0.1
|
|
8
|
-
friendly_id (
|
|
4
|
+
bp3-friendly_id (0.1.3)
|
|
5
|
+
bp3-action_dispatch (>= 0.1)
|
|
6
|
+
bp3-core (>= 0.1)
|
|
7
|
+
bp3-string (>= 0.1)
|
|
8
|
+
friendly_id (>= 5.5)
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
actionpack (
|
|
14
|
-
actionview (=
|
|
15
|
-
activesupport (=
|
|
13
|
+
actionpack (8.1.2)
|
|
14
|
+
actionview (= 8.1.2)
|
|
15
|
+
activesupport (= 8.1.2)
|
|
16
16
|
nokogiri (>= 1.8.5)
|
|
17
|
-
racc
|
|
18
17
|
rack (>= 2.2.4)
|
|
19
18
|
rack-session (>= 1.0.1)
|
|
20
19
|
rack-test (>= 0.6.3)
|
|
21
20
|
rails-dom-testing (~> 2.2)
|
|
22
21
|
rails-html-sanitizer (~> 1.6)
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
useragent (~> 0.16)
|
|
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 (
|
|
30
|
-
activesupport (=
|
|
31
|
-
activerecord (
|
|
32
|
-
activemodel (=
|
|
33
|
-
activesupport (=
|
|
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 (
|
|
35
|
+
activesupport (8.1.2)
|
|
36
36
|
base64
|
|
37
37
|
bigdecimal
|
|
38
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
38
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
39
39
|
connection_pool (>= 2.2.5)
|
|
40
40
|
drb
|
|
41
41
|
i18n (>= 1.6, < 2)
|
|
42
|
+
json
|
|
43
|
+
logger (>= 1.4.2)
|
|
42
44
|
minitest (>= 5.1)
|
|
43
|
-
|
|
44
|
-
tzinfo (~> 2.0)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
45
|
+
securerandom (>= 0.3)
|
|
46
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
47
|
+
uri (>= 0.13.1)
|
|
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)
|
|
54
|
+
i18n (>= 1.8.11)
|
|
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)
|
|
67
|
+
builder (3.3.0)
|
|
68
|
+
byebug (12.0.0)
|
|
69
|
+
concurrent-ruby (1.3.6)
|
|
70
|
+
connection_pool (3.0.2)
|
|
63
71
|
crass (1.0.6)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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)
|
|
68
78
|
activerecord (>= 4.0.0)
|
|
69
|
-
i18n (1.14.
|
|
79
|
+
i18n (1.14.8)
|
|
70
80
|
concurrent-ruby (~> 1.0)
|
|
71
|
-
io-console (0.
|
|
72
|
-
irb (1.
|
|
81
|
+
io-console (0.8.2)
|
|
82
|
+
irb (1.16.0)
|
|
83
|
+
pp (>= 0.6.0)
|
|
73
84
|
rdoc (>= 4.0.0)
|
|
74
85
|
reline (>= 0.4.2)
|
|
75
|
-
json (2.
|
|
76
|
-
language_server-protocol (3.17.0.
|
|
77
|
-
|
|
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)
|
|
78
91
|
crass (~> 1.0.2)
|
|
79
92
|
nokogiri (>= 1.12.0)
|
|
80
|
-
minitest (
|
|
81
|
-
|
|
82
|
-
nokogiri (1.
|
|
93
|
+
minitest (6.0.1)
|
|
94
|
+
prism (~> 1.5)
|
|
95
|
+
nokogiri (1.19.0-x86_64-darwin)
|
|
83
96
|
racc (~> 1.4)
|
|
84
|
-
parallel (1.
|
|
85
|
-
parser (3.3.
|
|
97
|
+
parallel (1.27.0)
|
|
98
|
+
parser (3.3.10.0)
|
|
86
99
|
ast (~> 2.4.1)
|
|
87
100
|
racc
|
|
88
|
-
|
|
101
|
+
pp (0.6.3)
|
|
102
|
+
prettyprint
|
|
103
|
+
prettyprint (0.2.0)
|
|
104
|
+
prism (1.7.0)
|
|
105
|
+
psych (5.3.1)
|
|
106
|
+
date
|
|
89
107
|
stringio
|
|
90
|
-
racc (1.8.
|
|
91
|
-
rack (3.
|
|
92
|
-
rack-session (2.
|
|
108
|
+
racc (1.8.1)
|
|
109
|
+
rack (3.2.4)
|
|
110
|
+
rack-session (2.1.1)
|
|
111
|
+
base64 (>= 0.1.0)
|
|
93
112
|
rack (>= 3.0.0)
|
|
94
|
-
rack-test (2.
|
|
113
|
+
rack-test (2.2.0)
|
|
95
114
|
rack (>= 1.3)
|
|
96
|
-
rackup (2.1
|
|
115
|
+
rackup (2.3.1)
|
|
97
116
|
rack (>= 3)
|
|
98
|
-
|
|
99
|
-
rails-dom-testing (2.2.0)
|
|
117
|
+
rails-dom-testing (2.3.0)
|
|
100
118
|
activesupport (>= 5.0.0)
|
|
101
119
|
minitest
|
|
102
120
|
nokogiri (>= 1.6)
|
|
103
|
-
rails-html-sanitizer (1.6.
|
|
121
|
+
rails-html-sanitizer (1.6.2)
|
|
104
122
|
loofah (~> 2.21)
|
|
105
|
-
nokogiri (
|
|
106
|
-
railties (
|
|
107
|
-
actionpack (=
|
|
108
|
-
activesupport (=
|
|
109
|
-
irb
|
|
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)
|
|
127
|
+
irb (~> 1.13)
|
|
110
128
|
rackup (>= 1.0.0)
|
|
111
129
|
rake (>= 12.2)
|
|
112
130
|
thor (~> 1.0, >= 1.2.2)
|
|
131
|
+
tsort (>= 0.2)
|
|
113
132
|
zeitwerk (~> 2.6)
|
|
114
133
|
rainbow (3.1.1)
|
|
115
|
-
rake (13.
|
|
116
|
-
rdoc (
|
|
134
|
+
rake (13.3.1)
|
|
135
|
+
rdoc (7.0.3)
|
|
136
|
+
erb
|
|
117
137
|
psych (>= 4.0.0)
|
|
118
|
-
|
|
119
|
-
|
|
138
|
+
tsort
|
|
139
|
+
regexp_parser (2.11.3)
|
|
140
|
+
reline (0.6.3)
|
|
120
141
|
io-console (~> 0.5)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
rspec (3.13.
|
|
142
|
+
request_store (1.7.0)
|
|
143
|
+
rack (>= 1.4)
|
|
144
|
+
rspec (3.13.2)
|
|
124
145
|
rspec-core (~> 3.13.0)
|
|
125
146
|
rspec-expectations (~> 3.13.0)
|
|
126
147
|
rspec-mocks (~> 3.13.0)
|
|
127
|
-
rspec-core (3.13.
|
|
148
|
+
rspec-core (3.13.6)
|
|
128
149
|
rspec-support (~> 3.13.0)
|
|
129
|
-
rspec-expectations (3.13.
|
|
150
|
+
rspec-expectations (3.13.5)
|
|
130
151
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
131
152
|
rspec-support (~> 3.13.0)
|
|
132
|
-
rspec-mocks (3.13.
|
|
153
|
+
rspec-mocks (3.13.7)
|
|
133
154
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
134
155
|
rspec-support (~> 3.13.0)
|
|
135
|
-
rspec-support (3.13.
|
|
136
|
-
rubocop (1.
|
|
156
|
+
rspec-support (3.13.6)
|
|
157
|
+
rubocop (1.82.1)
|
|
137
158
|
json (~> 2.3)
|
|
138
|
-
language_server-protocol (
|
|
159
|
+
language_server-protocol (~> 3.17.0.2)
|
|
160
|
+
lint_roller (~> 1.1.0)
|
|
139
161
|
parallel (~> 1.10)
|
|
140
162
|
parser (>= 3.3.0.2)
|
|
141
163
|
rainbow (>= 2.2.2, < 4.0)
|
|
142
|
-
regexp_parser (>=
|
|
143
|
-
|
|
144
|
-
rubocop-ast (>= 1.31.1, < 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, <
|
|
147
|
-
rubocop-ast (1.
|
|
148
|
-
parser (>= 3.3.
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
rubocop (
|
|
153
|
-
rubocop-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
rubocop (~> 1.40)
|
|
157
|
-
rubocop-capybara (~> 2.17)
|
|
158
|
-
rubocop-factory_bot (~> 2.22)
|
|
159
|
-
rubocop-rspec_rails (~> 2.28)
|
|
160
|
-
rubocop-rspec_rails (2.28.3)
|
|
161
|
-
rubocop (~> 1.40)
|
|
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)
|
|
162
177
|
ruby-progressbar (1.13.0)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
thor (1.
|
|
166
|
-
timeout (0.
|
|
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)
|
|
167
183
|
tzinfo (2.0.6)
|
|
168
184
|
concurrent-ruby (~> 1.0)
|
|
169
|
-
unicode-display_width (2.
|
|
170
|
-
|
|
171
|
-
|
|
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)
|
|
172
191
|
|
|
173
192
|
PLATFORMS
|
|
174
193
|
x86_64-darwin-22
|
|
194
|
+
x86_64-darwin-23
|
|
195
|
+
x86_64-darwin-24
|
|
175
196
|
|
|
176
197
|
DEPENDENCIES
|
|
177
198
|
bp3-friendly_id!
|
|
178
199
|
byebug
|
|
179
|
-
rake (
|
|
180
|
-
rspec (
|
|
181
|
-
rubocop (
|
|
182
|
-
rubocop-rake (
|
|
183
|
-
rubocop-rspec (
|
|
200
|
+
rake (>= 13.0)
|
|
201
|
+
rspec (>= 3.0)
|
|
202
|
+
rubocop (>= 1.21)
|
|
203
|
+
rubocop-rake (>= 0.6)
|
|
204
|
+
rubocop-rspec (>= 2.25)
|
|
184
205
|
|
|
185
206
|
BUNDLED WITH
|
|
186
|
-
2.
|
|
207
|
+
2.7.2
|
data/Rakefile
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
require 'bundler/setup'
|
|
3
4
|
require 'bundler/gem_tasks'
|
|
4
5
|
require 'rspec/core/rake_task'
|
|
5
|
-
|
|
6
|
-
RSpec::Core::RakeTask.new(:spec)
|
|
7
|
-
|
|
8
6
|
require 'rubocop/rake_task'
|
|
9
7
|
|
|
8
|
+
Dir.glob('lib/tasks/**/*.rake').each { |file| load file }
|
|
9
|
+
|
|
10
|
+
RSpec::Core::RakeTask.new(:spec)
|
|
10
11
|
RuboCop::RakeTask.new
|
|
11
12
|
|
|
12
13
|
task default: %i[spec rubocop]
|
data/bp3-friendly_id.gemspec
CHANGED
|
@@ -31,17 +31,17 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
32
32
|
spec.require_paths = ['lib']
|
|
33
33
|
|
|
34
|
-
spec.add_dependency 'bp3-action_dispatch',
|
|
35
|
-
spec.add_dependency 'bp3-core',
|
|
36
|
-
spec.add_dependency 'bp3-string',
|
|
37
|
-
spec.add_dependency 'friendly_id', '
|
|
34
|
+
spec.add_dependency 'bp3-action_dispatch', '>= 0.1'
|
|
35
|
+
spec.add_dependency 'bp3-core', '>= 0.1'
|
|
36
|
+
spec.add_dependency 'bp3-string', '>= 0.1'
|
|
37
|
+
spec.add_dependency 'friendly_id', '>= 5.5'
|
|
38
38
|
|
|
39
39
|
spec.add_development_dependency 'byebug'
|
|
40
|
-
spec.add_development_dependency 'rake', '
|
|
41
|
-
spec.add_development_dependency 'rspec', '
|
|
42
|
-
spec.add_development_dependency 'rubocop', '
|
|
43
|
-
spec.add_development_dependency 'rubocop-rake', '
|
|
44
|
-
spec.add_development_dependency 'rubocop-rspec', '
|
|
40
|
+
spec.add_development_dependency 'rake', '>= 13.0'
|
|
41
|
+
spec.add_development_dependency 'rspec', '>= 3.0'
|
|
42
|
+
spec.add_development_dependency 'rubocop', '>= 1.21'
|
|
43
|
+
spec.add_development_dependency 'rubocop-rake', '>= 0.6'
|
|
44
|
+
spec.add_development_dependency 'rubocop-rspec', '>= 2.25'
|
|
45
45
|
|
|
46
46
|
# For more information and examples about making a new gem, check out our
|
|
47
47
|
# guide at: https://bundler.io/guides/creating_gem.html
|
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.
|
|
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:
|
|
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
|
|
@@ -17,9 +16,6 @@ dependencies:
|
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
18
|
version: '0.1'
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '1'
|
|
23
19
|
type: :runtime
|
|
24
20
|
prerelease: false
|
|
25
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +23,6 @@ dependencies:
|
|
|
27
23
|
- - ">="
|
|
28
24
|
- !ruby/object:Gem::Version
|
|
29
25
|
version: '0.1'
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '1'
|
|
33
26
|
- !ruby/object:Gem::Dependency
|
|
34
27
|
name: bp3-core
|
|
35
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -37,9 +30,6 @@ dependencies:
|
|
|
37
30
|
- - ">="
|
|
38
31
|
- !ruby/object:Gem::Version
|
|
39
32
|
version: '0.1'
|
|
40
|
-
- - "<"
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
version: '1'
|
|
43
33
|
type: :runtime
|
|
44
34
|
prerelease: false
|
|
45
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -47,9 +37,6 @@ dependencies:
|
|
|
47
37
|
- - ">="
|
|
48
38
|
- !ruby/object:Gem::Version
|
|
49
39
|
version: '0.1'
|
|
50
|
-
- - "<"
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: '1'
|
|
53
40
|
- !ruby/object:Gem::Dependency
|
|
54
41
|
name: bp3-string
|
|
55
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -57,9 +44,6 @@ dependencies:
|
|
|
57
44
|
- - ">="
|
|
58
45
|
- !ruby/object:Gem::Version
|
|
59
46
|
version: '0.1'
|
|
60
|
-
- - "<"
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
version: '1'
|
|
63
47
|
type: :runtime
|
|
64
48
|
prerelease: false
|
|
65
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -67,21 +51,18 @@ dependencies:
|
|
|
67
51
|
- - ">="
|
|
68
52
|
- !ruby/object:Gem::Version
|
|
69
53
|
version: '0.1'
|
|
70
|
-
- - "<"
|
|
71
|
-
- !ruby/object:Gem::Version
|
|
72
|
-
version: '1'
|
|
73
54
|
- !ruby/object:Gem::Dependency
|
|
74
55
|
name: friendly_id
|
|
75
56
|
requirement: !ruby/object:Gem::Requirement
|
|
76
57
|
requirements:
|
|
77
|
-
- - "
|
|
58
|
+
- - ">="
|
|
78
59
|
- !ruby/object:Gem::Version
|
|
79
60
|
version: '5.5'
|
|
80
61
|
type: :runtime
|
|
81
62
|
prerelease: false
|
|
82
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
83
64
|
requirements:
|
|
84
|
-
- - "
|
|
65
|
+
- - ">="
|
|
85
66
|
- !ruby/object:Gem::Version
|
|
86
67
|
version: '5.5'
|
|
87
68
|
- !ruby/object:Gem::Dependency
|
|
@@ -102,73 +83,72 @@ dependencies:
|
|
|
102
83
|
name: rake
|
|
103
84
|
requirement: !ruby/object:Gem::Requirement
|
|
104
85
|
requirements:
|
|
105
|
-
- - "
|
|
86
|
+
- - ">="
|
|
106
87
|
- !ruby/object:Gem::Version
|
|
107
88
|
version: '13.0'
|
|
108
89
|
type: :development
|
|
109
90
|
prerelease: false
|
|
110
91
|
version_requirements: !ruby/object:Gem::Requirement
|
|
111
92
|
requirements:
|
|
112
|
-
- - "
|
|
93
|
+
- - ">="
|
|
113
94
|
- !ruby/object:Gem::Version
|
|
114
95
|
version: '13.0'
|
|
115
96
|
- !ruby/object:Gem::Dependency
|
|
116
97
|
name: rspec
|
|
117
98
|
requirement: !ruby/object:Gem::Requirement
|
|
118
99
|
requirements:
|
|
119
|
-
- - "
|
|
100
|
+
- - ">="
|
|
120
101
|
- !ruby/object:Gem::Version
|
|
121
102
|
version: '3.0'
|
|
122
103
|
type: :development
|
|
123
104
|
prerelease: false
|
|
124
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
125
106
|
requirements:
|
|
126
|
-
- - "
|
|
107
|
+
- - ">="
|
|
127
108
|
- !ruby/object:Gem::Version
|
|
128
109
|
version: '3.0'
|
|
129
110
|
- !ruby/object:Gem::Dependency
|
|
130
111
|
name: rubocop
|
|
131
112
|
requirement: !ruby/object:Gem::Requirement
|
|
132
113
|
requirements:
|
|
133
|
-
- - "
|
|
114
|
+
- - ">="
|
|
134
115
|
- !ruby/object:Gem::Version
|
|
135
116
|
version: '1.21'
|
|
136
117
|
type: :development
|
|
137
118
|
prerelease: false
|
|
138
119
|
version_requirements: !ruby/object:Gem::Requirement
|
|
139
120
|
requirements:
|
|
140
|
-
- - "
|
|
121
|
+
- - ">="
|
|
141
122
|
- !ruby/object:Gem::Version
|
|
142
123
|
version: '1.21'
|
|
143
124
|
- !ruby/object:Gem::Dependency
|
|
144
125
|
name: rubocop-rake
|
|
145
126
|
requirement: !ruby/object:Gem::Requirement
|
|
146
127
|
requirements:
|
|
147
|
-
- - "
|
|
128
|
+
- - ">="
|
|
148
129
|
- !ruby/object:Gem::Version
|
|
149
130
|
version: '0.6'
|
|
150
131
|
type: :development
|
|
151
132
|
prerelease: false
|
|
152
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
153
134
|
requirements:
|
|
154
|
-
- - "
|
|
135
|
+
- - ">="
|
|
155
136
|
- !ruby/object:Gem::Version
|
|
156
137
|
version: '0.6'
|
|
157
138
|
- !ruby/object:Gem::Dependency
|
|
158
139
|
name: rubocop-rspec
|
|
159
140
|
requirement: !ruby/object:Gem::Requirement
|
|
160
141
|
requirements:
|
|
161
|
-
- - "
|
|
142
|
+
- - ">="
|
|
162
143
|
- !ruby/object:Gem::Version
|
|
163
144
|
version: '2.25'
|
|
164
145
|
type: :development
|
|
165
146
|
prerelease: false
|
|
166
147
|
version_requirements: !ruby/object:Gem::Requirement
|
|
167
148
|
requirements:
|
|
168
|
-
- - "
|
|
149
|
+
- - ">="
|
|
169
150
|
- !ruby/object:Gem::Version
|
|
170
151
|
version: '2.25'
|
|
171
|
-
description:
|
|
172
152
|
email:
|
|
173
153
|
- wimdenbraven@persuavis.com
|
|
174
154
|
executables: []
|
|
@@ -199,7 +179,6 @@ metadata:
|
|
|
199
179
|
source_code_uri: https://github.com/persuavis/bp3-friendly_id
|
|
200
180
|
changelog_uri: https://github.com/persuavis/bp3-friendly_id/blob/main/CHANGELOG.md
|
|
201
181
|
rubygems_mfa_required: 'true'
|
|
202
|
-
post_install_message:
|
|
203
182
|
rdoc_options: []
|
|
204
183
|
require_paths:
|
|
205
184
|
- lib
|
|
@@ -214,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
193
|
- !ruby/object:Gem::Version
|
|
215
194
|
version: '0'
|
|
216
195
|
requirements: []
|
|
217
|
-
rubygems_version: 3.
|
|
218
|
-
signing_key:
|
|
196
|
+
rubygems_version: 3.6.9
|
|
219
197
|
specification_version: 4
|
|
220
198
|
summary: bp3-friendly_id adapts friendly_id for BP3 (persuavis/black_phoebe_3).
|
|
221
199
|
test_files: []
|