bp3-string 0.1.2 → 0.2.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.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -3
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +106 -96
- data/Rakefile +4 -3
- data/bp3-string.gemspec +8 -8
- data/lib/bp3/string/mapper_base.rb +1 -1
- data/lib/bp3/string/railtie.rb +5 -0
- data/lib/bp3/string/table_controller_map.rb +6 -0
- data/lib/bp3/string/table_model_map.rb +6 -0
- data/lib/bp3/string/version.rb +1 -1
- metadata +23 -45
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd833aad78ba2625d97821802d7469f0b60cbdebaafef6c20aebd231839bfc91
|
|
4
|
+
data.tar.gz: 7ee598ade560ecda044b7c8dfe296f23c9ae85c61135c2b80ae061c54926c9d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51e4b9ae4b020769534156a391a40d40a1520bf044add6e349ff67d8694dcc56b5280a02d809f70d7f91aad392223bdfcee7b58abf9852ab90d6bd7f488020b5
|
|
7
|
+
data.tar.gz: 748ab81d09669797611c47a198880dbfae54d414d54a07adcd0fb0d202ee0530f703bd8bd16146d66342b502f3afdfde92e2275c602e6db9b5c6e497fc1d06b3
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.2.0] - 2026-01-12
|
|
4
|
+
|
|
5
|
+
- Update dependencies to rails 8.0.3
|
|
6
|
+
- Use to_prepare to reset cached hashes
|
|
7
|
+
- Update gems
|
|
8
|
+
|
|
9
|
+
## [0.1.3] - 2024-11-18
|
|
10
|
+
|
|
11
|
+
- Relax gem constraints
|
|
12
|
+
|
|
3
13
|
## [0.1.2] - 2024-08-19
|
|
4
14
|
|
|
5
15
|
- Use all ActionController descendents to populate the `TableControllerMap` hash.
|
data/Gemfile.lock
CHANGED
|
@@ -1,176 +1,186 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bp3-string (0.
|
|
5
|
-
activerecord (>=
|
|
6
|
-
activesupport (
|
|
7
|
-
railties (
|
|
4
|
+
bp3-string (0.2.0)
|
|
5
|
+
activerecord (>= 8.0.3)
|
|
6
|
+
activesupport (~> 8.1)
|
|
7
|
+
railties (~> 8.1)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
actionpack (
|
|
13
|
-
actionview (=
|
|
14
|
-
activesupport (=
|
|
12
|
+
actionpack (8.1.2)
|
|
13
|
+
actionview (= 8.1.2)
|
|
14
|
+
activesupport (= 8.1.2)
|
|
15
15
|
nokogiri (>= 1.8.5)
|
|
16
|
-
|
|
17
|
-
rack (>= 2.2.4, < 3.2)
|
|
16
|
+
rack (>= 2.2.4)
|
|
18
17
|
rack-session (>= 1.0.1)
|
|
19
18
|
rack-test (>= 0.6.3)
|
|
20
19
|
rails-dom-testing (~> 2.2)
|
|
21
20
|
rails-html-sanitizer (~> 1.6)
|
|
22
21
|
useragent (~> 0.16)
|
|
23
|
-
actionview (
|
|
24
|
-
activesupport (=
|
|
22
|
+
actionview (8.1.2)
|
|
23
|
+
activesupport (= 8.1.2)
|
|
25
24
|
builder (~> 3.1)
|
|
26
25
|
erubi (~> 1.11)
|
|
27
26
|
rails-dom-testing (~> 2.2)
|
|
28
27
|
rails-html-sanitizer (~> 1.6)
|
|
29
|
-
activemodel (
|
|
30
|
-
activesupport (=
|
|
31
|
-
activerecord (
|
|
32
|
-
activemodel (=
|
|
33
|
-
activesupport (=
|
|
28
|
+
activemodel (8.1.2)
|
|
29
|
+
activesupport (= 8.1.2)
|
|
30
|
+
activerecord (8.1.2)
|
|
31
|
+
activemodel (= 8.1.2)
|
|
32
|
+
activesupport (= 8.1.2)
|
|
34
33
|
timeout (>= 0.4.0)
|
|
35
|
-
activesupport (
|
|
34
|
+
activesupport (8.1.2)
|
|
36
35
|
base64
|
|
37
36
|
bigdecimal
|
|
38
37
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
39
38
|
connection_pool (>= 2.2.5)
|
|
40
39
|
drb
|
|
41
40
|
i18n (>= 1.6, < 2)
|
|
41
|
+
json
|
|
42
42
|
logger (>= 1.4.2)
|
|
43
43
|
minitest (>= 5.1)
|
|
44
44
|
securerandom (>= 0.3)
|
|
45
45
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
uri (>= 0.13.1)
|
|
47
|
+
ast (2.4.3)
|
|
48
|
+
base64 (0.3.0)
|
|
49
|
+
bigdecimal (4.0.1)
|
|
49
50
|
builder (3.3.0)
|
|
50
|
-
byebug (
|
|
51
|
-
concurrent-ruby (1.3.
|
|
52
|
-
connection_pool (
|
|
51
|
+
byebug (12.0.0)
|
|
52
|
+
concurrent-ruby (1.3.6)
|
|
53
|
+
connection_pool (3.0.2)
|
|
53
54
|
crass (1.0.6)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
date (3.5.1)
|
|
56
|
+
diff-lcs (1.6.2)
|
|
57
|
+
drb (2.2.3)
|
|
58
|
+
erb (6.0.1)
|
|
59
|
+
erubi (1.13.1)
|
|
60
|
+
i18n (1.14.8)
|
|
58
61
|
concurrent-ruby (~> 1.0)
|
|
59
|
-
io-console (0.
|
|
60
|
-
irb (1.
|
|
62
|
+
io-console (0.8.2)
|
|
63
|
+
irb (1.16.0)
|
|
64
|
+
pp (>= 0.6.0)
|
|
61
65
|
rdoc (>= 4.0.0)
|
|
62
66
|
reline (>= 0.4.2)
|
|
63
|
-
json (2.
|
|
64
|
-
language_server-protocol (3.17.0.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
+
json (2.18.0)
|
|
68
|
+
language_server-protocol (3.17.0.5)
|
|
69
|
+
lint_roller (1.1.0)
|
|
70
|
+
logger (1.7.0)
|
|
71
|
+
loofah (2.25.0)
|
|
67
72
|
crass (~> 1.0.2)
|
|
68
73
|
nokogiri (>= 1.12.0)
|
|
69
|
-
minitest (
|
|
70
|
-
|
|
74
|
+
minitest (6.0.1)
|
|
75
|
+
prism (~> 1.5)
|
|
76
|
+
nokogiri (1.19.0-x86_64-darwin)
|
|
71
77
|
racc (~> 1.4)
|
|
72
|
-
parallel (1.
|
|
73
|
-
parser (3.3.
|
|
78
|
+
parallel (1.27.0)
|
|
79
|
+
parser (3.3.10.0)
|
|
74
80
|
ast (~> 2.4.1)
|
|
75
81
|
racc
|
|
76
|
-
|
|
82
|
+
pp (0.6.3)
|
|
83
|
+
prettyprint
|
|
84
|
+
prettyprint (0.2.0)
|
|
85
|
+
prism (1.7.0)
|
|
86
|
+
psych (5.3.1)
|
|
87
|
+
date
|
|
77
88
|
stringio
|
|
78
89
|
racc (1.8.1)
|
|
79
|
-
rack (3.
|
|
80
|
-
rack-session (2.
|
|
90
|
+
rack (3.2.4)
|
|
91
|
+
rack-session (2.1.1)
|
|
92
|
+
base64 (>= 0.1.0)
|
|
81
93
|
rack (>= 3.0.0)
|
|
82
|
-
rack-test (2.
|
|
94
|
+
rack-test (2.2.0)
|
|
83
95
|
rack (>= 1.3)
|
|
84
|
-
rackup (2.1
|
|
96
|
+
rackup (2.3.1)
|
|
85
97
|
rack (>= 3)
|
|
86
|
-
|
|
87
|
-
rails-dom-testing (2.2.0)
|
|
98
|
+
rails-dom-testing (2.3.0)
|
|
88
99
|
activesupport (>= 5.0.0)
|
|
89
100
|
minitest
|
|
90
101
|
nokogiri (>= 1.6)
|
|
91
|
-
rails-html-sanitizer (1.6.
|
|
102
|
+
rails-html-sanitizer (1.6.2)
|
|
92
103
|
loofah (~> 2.21)
|
|
93
|
-
nokogiri (
|
|
94
|
-
railties (
|
|
95
|
-
actionpack (=
|
|
96
|
-
activesupport (=
|
|
104
|
+
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)
|
|
105
|
+
railties (8.1.2)
|
|
106
|
+
actionpack (= 8.1.2)
|
|
107
|
+
activesupport (= 8.1.2)
|
|
97
108
|
irb (~> 1.13)
|
|
98
109
|
rackup (>= 1.0.0)
|
|
99
110
|
rake (>= 12.2)
|
|
100
111
|
thor (~> 1.0, >= 1.2.2)
|
|
112
|
+
tsort (>= 0.2)
|
|
101
113
|
zeitwerk (~> 2.6)
|
|
102
114
|
rainbow (3.1.1)
|
|
103
|
-
rake (13.
|
|
104
|
-
rdoc (
|
|
115
|
+
rake (13.3.1)
|
|
116
|
+
rdoc (7.0.3)
|
|
117
|
+
erb
|
|
105
118
|
psych (>= 4.0.0)
|
|
106
|
-
|
|
107
|
-
|
|
119
|
+
tsort
|
|
120
|
+
regexp_parser (2.11.3)
|
|
121
|
+
reline (0.6.3)
|
|
108
122
|
io-console (~> 0.5)
|
|
109
|
-
|
|
110
|
-
strscan
|
|
111
|
-
rspec (3.13.0)
|
|
123
|
+
rspec (3.13.2)
|
|
112
124
|
rspec-core (~> 3.13.0)
|
|
113
125
|
rspec-expectations (~> 3.13.0)
|
|
114
126
|
rspec-mocks (~> 3.13.0)
|
|
115
|
-
rspec-core (3.13.
|
|
127
|
+
rspec-core (3.13.6)
|
|
116
128
|
rspec-support (~> 3.13.0)
|
|
117
|
-
rspec-expectations (3.13.
|
|
129
|
+
rspec-expectations (3.13.5)
|
|
118
130
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
119
131
|
rspec-support (~> 3.13.0)
|
|
120
|
-
rspec-mocks (3.13.
|
|
132
|
+
rspec-mocks (3.13.7)
|
|
121
133
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
122
134
|
rspec-support (~> 3.13.0)
|
|
123
|
-
rspec-support (3.13.
|
|
124
|
-
rubocop (1.
|
|
135
|
+
rspec-support (3.13.6)
|
|
136
|
+
rubocop (1.82.1)
|
|
125
137
|
json (~> 2.3)
|
|
126
|
-
language_server-protocol (
|
|
138
|
+
language_server-protocol (~> 3.17.0.2)
|
|
139
|
+
lint_roller (~> 1.1.0)
|
|
127
140
|
parallel (~> 1.10)
|
|
128
141
|
parser (>= 3.3.0.2)
|
|
129
142
|
rainbow (>= 2.2.2, < 4.0)
|
|
130
|
-
regexp_parser (>= 2.
|
|
131
|
-
|
|
132
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
143
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
144
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
133
145
|
ruby-progressbar (~> 1.7)
|
|
134
|
-
unicode-display_width (>= 2.4.0, <
|
|
135
|
-
rubocop-ast (1.
|
|
136
|
-
parser (>= 3.3.
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
rubocop (
|
|
141
|
-
rubocop-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
rubocop (~> 1.40)
|
|
145
|
-
rubocop-capybara (~> 2.17)
|
|
146
|
-
rubocop-factory_bot (~> 2.22)
|
|
147
|
-
rubocop-rspec_rails (~> 2.28)
|
|
148
|
-
rubocop-rspec_rails (2.29.1)
|
|
149
|
-
rubocop (~> 1.61)
|
|
146
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
147
|
+
rubocop-ast (1.49.0)
|
|
148
|
+
parser (>= 3.3.7.2)
|
|
149
|
+
prism (~> 1.7)
|
|
150
|
+
rubocop-rake (0.7.1)
|
|
151
|
+
lint_roller (~> 1.1)
|
|
152
|
+
rubocop (>= 1.72.1)
|
|
153
|
+
rubocop-rspec (3.9.0)
|
|
154
|
+
lint_roller (~> 1.1)
|
|
155
|
+
rubocop (~> 1.81)
|
|
150
156
|
ruby-progressbar (1.13.0)
|
|
151
|
-
securerandom (0.
|
|
152
|
-
stringio (3.
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
157
|
+
securerandom (0.4.1)
|
|
158
|
+
stringio (3.2.0)
|
|
159
|
+
thor (1.5.0)
|
|
160
|
+
timeout (0.6.0)
|
|
161
|
+
tsort (0.2.0)
|
|
156
162
|
tzinfo (2.0.6)
|
|
157
163
|
concurrent-ruby (~> 1.0)
|
|
158
|
-
unicode-display_width (2.
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
164
|
+
unicode-display_width (3.2.0)
|
|
165
|
+
unicode-emoji (~> 4.1)
|
|
166
|
+
unicode-emoji (4.2.0)
|
|
167
|
+
uri (1.1.1)
|
|
168
|
+
useragent (0.16.11)
|
|
169
|
+
zeitwerk (2.7.4)
|
|
162
170
|
|
|
163
171
|
PLATFORMS
|
|
164
172
|
x86_64-darwin-22
|
|
173
|
+
x86_64-darwin-23
|
|
174
|
+
x86_64-darwin-24
|
|
165
175
|
|
|
166
176
|
DEPENDENCIES
|
|
167
177
|
bp3-string!
|
|
168
178
|
byebug
|
|
169
|
-
rake (
|
|
170
|
-
rspec (
|
|
171
|
-
rubocop (
|
|
172
|
-
rubocop-rake (
|
|
173
|
-
rubocop-rspec (
|
|
179
|
+
rake (>= 13.0)
|
|
180
|
+
rspec (>= 3.0)
|
|
181
|
+
rubocop (>= 1.21)
|
|
182
|
+
rubocop-rake (>= 0.6)
|
|
183
|
+
rubocop-rspec (>= 2.25)
|
|
174
184
|
|
|
175
185
|
BUNDLED WITH
|
|
176
|
-
2.
|
|
186
|
+
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-string.gemspec
CHANGED
|
@@ -31,16 +31,16 @@ 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 'activerecord',
|
|
35
|
-
spec.add_dependency 'activesupport',
|
|
36
|
-
spec.add_dependency 'railties',
|
|
34
|
+
spec.add_dependency 'activerecord', '>= 8.0.3'
|
|
35
|
+
spec.add_dependency 'activesupport', '~> 8.1'
|
|
36
|
+
spec.add_dependency 'railties', '~> 8.1'
|
|
37
37
|
|
|
38
38
|
spec.add_development_dependency 'byebug'
|
|
39
|
-
spec.add_development_dependency 'rake', '
|
|
40
|
-
spec.add_development_dependency 'rspec', '
|
|
41
|
-
spec.add_development_dependency 'rubocop', '
|
|
42
|
-
spec.add_development_dependency 'rubocop-rake', '
|
|
43
|
-
spec.add_development_dependency 'rubocop-rspec', '
|
|
39
|
+
spec.add_development_dependency 'rake', '>= 13.0'
|
|
40
|
+
spec.add_development_dependency 'rspec', '>= 3.0'
|
|
41
|
+
spec.add_development_dependency 'rubocop', '>= 1.21'
|
|
42
|
+
spec.add_development_dependency 'rubocop-rake', '>= 0.6'
|
|
43
|
+
spec.add_development_dependency 'rubocop-rspec', '>= 2.25'
|
|
44
44
|
|
|
45
45
|
# For more information and examples about making a new gem, check out our
|
|
46
46
|
# guide at: https://bundler.io/guides/creating_gem.html
|
data/lib/bp3/string/railtie.rb
CHANGED
|
@@ -12,6 +12,11 @@ module Bp3
|
|
|
12
12
|
include Bp3::String::Controllerize
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
|
+
|
|
16
|
+
app.config.to_prepare do
|
|
17
|
+
Bp3::String::TableModelMap.reset_cached_hash if defined?(Bp3::String::TableModelMap)
|
|
18
|
+
Bp3::String::TableControllerMap.reset_cached_hash if defined?(Bp3::String::TableControllerMap)
|
|
19
|
+
end
|
|
15
20
|
end
|
|
16
21
|
end
|
|
17
22
|
end
|
|
@@ -18,6 +18,12 @@ module Bp3
|
|
|
18
18
|
end
|
|
19
19
|
end
|
|
20
20
|
|
|
21
|
+
def self.reset_cached_hash
|
|
22
|
+
CACHED_HASH_MUTEX.synchronize do
|
|
23
|
+
@cached_hash = nil
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
|
|
21
27
|
def build_hash
|
|
22
28
|
@encoding = 'string'.encoding # TODO: not sure why encoding sometimes doesn't match
|
|
23
29
|
@ar_hash = build_hash_from_active_record
|
data/lib/bp3/string/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bp3-string
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
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: activerecord
|
|
@@ -16,60 +15,42 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '8'
|
|
18
|
+
version: 8.0.3
|
|
23
19
|
type: :runtime
|
|
24
20
|
prerelease: false
|
|
25
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
22
|
requirements:
|
|
27
23
|
- - ">="
|
|
28
24
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '8'
|
|
25
|
+
version: 8.0.3
|
|
33
26
|
- !ruby/object:Gem::Dependency
|
|
34
27
|
name: activesupport
|
|
35
28
|
requirement: !ruby/object:Gem::Requirement
|
|
36
29
|
requirements:
|
|
37
|
-
- - "
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: 7.1.2
|
|
40
|
-
- - "<"
|
|
30
|
+
- - "~>"
|
|
41
31
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '8'
|
|
32
|
+
version: '8.1'
|
|
43
33
|
type: :runtime
|
|
44
34
|
prerelease: false
|
|
45
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
36
|
requirements:
|
|
47
|
-
- - "
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: 7.1.2
|
|
50
|
-
- - "<"
|
|
37
|
+
- - "~>"
|
|
51
38
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '8'
|
|
39
|
+
version: '8.1'
|
|
53
40
|
- !ruby/object:Gem::Dependency
|
|
54
41
|
name: railties
|
|
55
42
|
requirement: !ruby/object:Gem::Requirement
|
|
56
43
|
requirements:
|
|
57
|
-
- - "
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: 7.1.2
|
|
60
|
-
- - "<"
|
|
44
|
+
- - "~>"
|
|
61
45
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: '8'
|
|
46
|
+
version: '8.1'
|
|
63
47
|
type: :runtime
|
|
64
48
|
prerelease: false
|
|
65
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
50
|
requirements:
|
|
67
|
-
- - "
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: 7.1.2
|
|
70
|
-
- - "<"
|
|
51
|
+
- - "~>"
|
|
71
52
|
- !ruby/object:Gem::Version
|
|
72
|
-
version: '8'
|
|
53
|
+
version: '8.1'
|
|
73
54
|
- !ruby/object:Gem::Dependency
|
|
74
55
|
name: byebug
|
|
75
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -88,73 +69,72 @@ dependencies:
|
|
|
88
69
|
name: rake
|
|
89
70
|
requirement: !ruby/object:Gem::Requirement
|
|
90
71
|
requirements:
|
|
91
|
-
- - "
|
|
72
|
+
- - ">="
|
|
92
73
|
- !ruby/object:Gem::Version
|
|
93
74
|
version: '13.0'
|
|
94
75
|
type: :development
|
|
95
76
|
prerelease: false
|
|
96
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
97
78
|
requirements:
|
|
98
|
-
- - "
|
|
79
|
+
- - ">="
|
|
99
80
|
- !ruby/object:Gem::Version
|
|
100
81
|
version: '13.0'
|
|
101
82
|
- !ruby/object:Gem::Dependency
|
|
102
83
|
name: rspec
|
|
103
84
|
requirement: !ruby/object:Gem::Requirement
|
|
104
85
|
requirements:
|
|
105
|
-
- - "
|
|
86
|
+
- - ">="
|
|
106
87
|
- !ruby/object:Gem::Version
|
|
107
88
|
version: '3.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: '3.0'
|
|
115
96
|
- !ruby/object:Gem::Dependency
|
|
116
97
|
name: rubocop
|
|
117
98
|
requirement: !ruby/object:Gem::Requirement
|
|
118
99
|
requirements:
|
|
119
|
-
- - "
|
|
100
|
+
- - ">="
|
|
120
101
|
- !ruby/object:Gem::Version
|
|
121
102
|
version: '1.21'
|
|
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: '1.21'
|
|
129
110
|
- !ruby/object:Gem::Dependency
|
|
130
111
|
name: rubocop-rake
|
|
131
112
|
requirement: !ruby/object:Gem::Requirement
|
|
132
113
|
requirements:
|
|
133
|
-
- - "
|
|
114
|
+
- - ">="
|
|
134
115
|
- !ruby/object:Gem::Version
|
|
135
116
|
version: '0.6'
|
|
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: '0.6'
|
|
143
124
|
- !ruby/object:Gem::Dependency
|
|
144
125
|
name: rubocop-rspec
|
|
145
126
|
requirement: !ruby/object:Gem::Requirement
|
|
146
127
|
requirements:
|
|
147
|
-
- - "
|
|
128
|
+
- - ">="
|
|
148
129
|
- !ruby/object:Gem::Version
|
|
149
130
|
version: '2.25'
|
|
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: '2.25'
|
|
157
|
-
description:
|
|
158
138
|
email:
|
|
159
139
|
- wimdenbraven@persuavis.com
|
|
160
140
|
executables: []
|
|
@@ -192,7 +172,6 @@ metadata:
|
|
|
192
172
|
source_code_uri: https://github.com/persuavis/bp3-string
|
|
193
173
|
changelog_uri: https://github.com/persuavis/bp3-string/blob/main/CHANGELOG.md
|
|
194
174
|
rubygems_mfa_required: 'true'
|
|
195
|
-
post_install_message:
|
|
196
175
|
rdoc_options: []
|
|
197
176
|
require_paths:
|
|
198
177
|
- lib
|
|
@@ -207,8 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
186
|
- !ruby/object:Gem::Version
|
|
208
187
|
version: '0'
|
|
209
188
|
requirements: []
|
|
210
|
-
rubygems_version: 3.
|
|
211
|
-
signing_key:
|
|
189
|
+
rubygems_version: 3.6.9
|
|
212
190
|
specification_version: 4
|
|
213
191
|
summary: bp3-string adapts the String class for BP3 (persuavis/black_phoebe_3).
|
|
214
192
|
test_files: []
|