bp3-string 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 +4 -4
- data/.rubocop.yml +0 -2
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +53 -64
- data/Rakefile +4 -3
- data/bp3-string.gemspec +8 -8
- data/lib/bp3/string/version.rb +1 -1
- metadata +13 -31
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ea07615a38dda2b4c9cb905a88a0fd402082bd288677f3ffbeb42cfe49a0ded
|
|
4
|
+
data.tar.gz: '096cb470454f2f9bcfff18d0890de7df69274301bea6fcf9a6e81e08de96dae4'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff5def22f298e31fb666b044ea126b065e83d00538fc3c094dbaa14d49685e98a10b91daf0c19377a35ccc008eec7b25908b7fab910ef6a8c94adaa2f851fd98
|
|
7
|
+
data.tar.gz: b2615c56ee6801534215e336db7399af669e979873a2e697c33f9f5ed754fe9c44226bc22b6d4a1c7c3a1f28b3b7f5dc37393d676fe023f68a2c80a1988e4d0f
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bp3-string (0.1.
|
|
5
|
-
activerecord (>= 7.1.2
|
|
6
|
-
activesupport (>= 7.1.2
|
|
7
|
-
railties (>= 7.1.2
|
|
4
|
+
bp3-string (0.1.3)
|
|
5
|
+
activerecord (>= 7.1.2)
|
|
6
|
+
activesupport (>= 7.1.2)
|
|
7
|
+
railties (>= 7.1.2)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
actionpack (
|
|
13
|
-
actionview (=
|
|
14
|
-
activesupport (=
|
|
12
|
+
actionpack (8.0.0)
|
|
13
|
+
actionview (= 8.0.0)
|
|
14
|
+
activesupport (= 8.0.0)
|
|
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.0.0)
|
|
23
|
+
activesupport (= 8.0.0)
|
|
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.0.0)
|
|
29
|
+
activesupport (= 8.0.0)
|
|
30
|
+
activerecord (8.0.0)
|
|
31
|
+
activemodel (= 8.0.0)
|
|
32
|
+
activesupport (= 8.0.0)
|
|
34
33
|
timeout (>= 0.4.0)
|
|
35
|
-
activesupport (
|
|
34
|
+
activesupport (8.0.0)
|
|
36
35
|
base64
|
|
36
|
+
benchmark (>= 0.3)
|
|
37
37
|
bigdecimal
|
|
38
38
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
39
39
|
connection_pool (>= 2.2.5)
|
|
@@ -43,8 +43,10 @@ GEM
|
|
|
43
43
|
minitest (>= 5.1)
|
|
44
44
|
securerandom (>= 0.3)
|
|
45
45
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
46
|
+
uri (>= 0.13.1)
|
|
46
47
|
ast (2.4.2)
|
|
47
48
|
base64 (0.2.0)
|
|
49
|
+
benchmark (0.4.0)
|
|
48
50
|
bigdecimal (3.1.8)
|
|
49
51
|
builder (3.3.0)
|
|
50
52
|
byebug (11.1.3)
|
|
@@ -54,36 +56,35 @@ GEM
|
|
|
54
56
|
diff-lcs (1.5.1)
|
|
55
57
|
drb (2.2.1)
|
|
56
58
|
erubi (1.13.0)
|
|
57
|
-
i18n (1.14.
|
|
59
|
+
i18n (1.14.6)
|
|
58
60
|
concurrent-ruby (~> 1.0)
|
|
59
61
|
io-console (0.7.2)
|
|
60
|
-
irb (1.14.
|
|
62
|
+
irb (1.14.1)
|
|
61
63
|
rdoc (>= 4.0.0)
|
|
62
64
|
reline (>= 0.4.2)
|
|
63
|
-
json (2.
|
|
65
|
+
json (2.8.2)
|
|
64
66
|
language_server-protocol (3.17.0.3)
|
|
65
|
-
logger (1.6.
|
|
66
|
-
loofah (2.
|
|
67
|
+
logger (1.6.1)
|
|
68
|
+
loofah (2.23.1)
|
|
67
69
|
crass (~> 1.0.2)
|
|
68
70
|
nokogiri (>= 1.12.0)
|
|
69
71
|
minitest (5.25.1)
|
|
70
72
|
nokogiri (1.16.7-x86_64-darwin)
|
|
71
73
|
racc (~> 1.4)
|
|
72
74
|
parallel (1.26.3)
|
|
73
|
-
parser (3.3.
|
|
75
|
+
parser (3.3.6.0)
|
|
74
76
|
ast (~> 2.4.1)
|
|
75
77
|
racc
|
|
76
|
-
psych (5.
|
|
78
|
+
psych (5.2.0)
|
|
77
79
|
stringio
|
|
78
80
|
racc (1.8.1)
|
|
79
|
-
rack (3.1.
|
|
81
|
+
rack (3.1.8)
|
|
80
82
|
rack-session (2.0.0)
|
|
81
83
|
rack (>= 3.0.0)
|
|
82
84
|
rack-test (2.1.0)
|
|
83
85
|
rack (>= 1.3)
|
|
84
|
-
rackup (2.1
|
|
86
|
+
rackup (2.2.1)
|
|
85
87
|
rack (>= 3)
|
|
86
|
-
webrick (~> 1.8)
|
|
87
88
|
rails-dom-testing (2.2.0)
|
|
88
89
|
activesupport (>= 5.0.0)
|
|
89
90
|
minitest
|
|
@@ -91,9 +92,9 @@ GEM
|
|
|
91
92
|
rails-html-sanitizer (1.6.0)
|
|
92
93
|
loofah (~> 2.21)
|
|
93
94
|
nokogiri (~> 1.14)
|
|
94
|
-
railties (
|
|
95
|
-
actionpack (=
|
|
96
|
-
activesupport (=
|
|
95
|
+
railties (8.0.0)
|
|
96
|
+
actionpack (= 8.0.0)
|
|
97
|
+
activesupport (= 8.0.0)
|
|
97
98
|
irb (~> 1.13)
|
|
98
99
|
rackup (>= 1.0.0)
|
|
99
100
|
rake (>= 12.2)
|
|
@@ -104,73 +105,61 @@ GEM
|
|
|
104
105
|
rdoc (6.7.0)
|
|
105
106
|
psych (>= 4.0.0)
|
|
106
107
|
regexp_parser (2.9.2)
|
|
107
|
-
reline (0.5.
|
|
108
|
+
reline (0.5.11)
|
|
108
109
|
io-console (~> 0.5)
|
|
109
|
-
rexml (3.3.5)
|
|
110
|
-
strscan
|
|
111
110
|
rspec (3.13.0)
|
|
112
111
|
rspec-core (~> 3.13.0)
|
|
113
112
|
rspec-expectations (~> 3.13.0)
|
|
114
113
|
rspec-mocks (~> 3.13.0)
|
|
115
|
-
rspec-core (3.13.
|
|
114
|
+
rspec-core (3.13.2)
|
|
116
115
|
rspec-support (~> 3.13.0)
|
|
117
|
-
rspec-expectations (3.13.
|
|
116
|
+
rspec-expectations (3.13.3)
|
|
118
117
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
119
118
|
rspec-support (~> 3.13.0)
|
|
120
|
-
rspec-mocks (3.13.
|
|
119
|
+
rspec-mocks (3.13.2)
|
|
121
120
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
122
121
|
rspec-support (~> 3.13.0)
|
|
123
122
|
rspec-support (3.13.1)
|
|
124
|
-
rubocop (1.
|
|
123
|
+
rubocop (1.68.0)
|
|
125
124
|
json (~> 2.3)
|
|
126
125
|
language_server-protocol (>= 3.17.0)
|
|
127
126
|
parallel (~> 1.10)
|
|
128
127
|
parser (>= 3.3.0.2)
|
|
129
128
|
rainbow (>= 2.2.2, < 4.0)
|
|
130
129
|
regexp_parser (>= 2.4, < 3.0)
|
|
131
|
-
|
|
132
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
130
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
|
133
131
|
ruby-progressbar (~> 1.7)
|
|
134
132
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
135
|
-
rubocop-ast (1.
|
|
133
|
+
rubocop-ast (1.36.1)
|
|
136
134
|
parser (>= 3.3.1.0)
|
|
137
|
-
rubocop-capybara (2.21.0)
|
|
138
|
-
rubocop (~> 1.41)
|
|
139
|
-
rubocop-factory_bot (2.26.1)
|
|
140
|
-
rubocop (~> 1.61)
|
|
141
135
|
rubocop-rake (0.6.0)
|
|
142
136
|
rubocop (~> 1.0)
|
|
143
|
-
rubocop-rspec (2.
|
|
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)
|
|
137
|
+
rubocop-rspec (3.2.0)
|
|
149
138
|
rubocop (~> 1.61)
|
|
150
139
|
ruby-progressbar (1.13.0)
|
|
151
|
-
securerandom (0.3.
|
|
152
|
-
stringio (3.1.
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
timeout (0.4.1)
|
|
140
|
+
securerandom (0.3.2)
|
|
141
|
+
stringio (3.1.2)
|
|
142
|
+
thor (1.3.2)
|
|
143
|
+
timeout (0.4.2)
|
|
156
144
|
tzinfo (2.0.6)
|
|
157
145
|
concurrent-ruby (~> 1.0)
|
|
158
|
-
unicode-display_width (2.
|
|
146
|
+
unicode-display_width (2.6.0)
|
|
147
|
+
uri (1.0.2)
|
|
159
148
|
useragent (0.16.10)
|
|
160
|
-
|
|
161
|
-
zeitwerk (2.6.17)
|
|
149
|
+
zeitwerk (2.7.1)
|
|
162
150
|
|
|
163
151
|
PLATFORMS
|
|
164
152
|
x86_64-darwin-22
|
|
153
|
+
x86_64-darwin-23
|
|
165
154
|
|
|
166
155
|
DEPENDENCIES
|
|
167
156
|
bp3-string!
|
|
168
157
|
byebug
|
|
169
|
-
rake (
|
|
170
|
-
rspec (
|
|
171
|
-
rubocop (
|
|
172
|
-
rubocop-rake (
|
|
173
|
-
rubocop-rspec (
|
|
158
|
+
rake (>= 13.0)
|
|
159
|
+
rspec (>= 3.0)
|
|
160
|
+
rubocop (>= 1.21)
|
|
161
|
+
rubocop-rake (>= 0.6)
|
|
162
|
+
rubocop-rspec (>= 2.25)
|
|
174
163
|
|
|
175
164
|
BUNDLED WITH
|
|
176
|
-
2.5.
|
|
165
|
+
2.5.23
|
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', '>= 7.1.2'
|
|
35
|
+
spec.add_dependency 'activesupport', '>= 7.1.2'
|
|
36
|
+
spec.add_dependency 'railties', '>= 7.1.2'
|
|
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/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bp3-string
|
|
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
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -17,9 +17,6 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 7.1.2
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '8'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +24,6 @@ dependencies:
|
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 7.1.2
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '8'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: activesupport
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -37,9 +31,6 @@ dependencies:
|
|
|
37
31
|
- - ">="
|
|
38
32
|
- !ruby/object:Gem::Version
|
|
39
33
|
version: 7.1.2
|
|
40
|
-
- - "<"
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
version: '8'
|
|
43
34
|
type: :runtime
|
|
44
35
|
prerelease: false
|
|
45
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -47,9 +38,6 @@ dependencies:
|
|
|
47
38
|
- - ">="
|
|
48
39
|
- !ruby/object:Gem::Version
|
|
49
40
|
version: 7.1.2
|
|
50
|
-
- - "<"
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: '8'
|
|
53
41
|
- !ruby/object:Gem::Dependency
|
|
54
42
|
name: railties
|
|
55
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -57,9 +45,6 @@ dependencies:
|
|
|
57
45
|
- - ">="
|
|
58
46
|
- !ruby/object:Gem::Version
|
|
59
47
|
version: 7.1.2
|
|
60
|
-
- - "<"
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
version: '8'
|
|
63
48
|
type: :runtime
|
|
64
49
|
prerelease: false
|
|
65
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -67,9 +52,6 @@ dependencies:
|
|
|
67
52
|
- - ">="
|
|
68
53
|
- !ruby/object:Gem::Version
|
|
69
54
|
version: 7.1.2
|
|
70
|
-
- - "<"
|
|
71
|
-
- !ruby/object:Gem::Version
|
|
72
|
-
version: '8'
|
|
73
55
|
- !ruby/object:Gem::Dependency
|
|
74
56
|
name: byebug
|
|
75
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -88,70 +70,70 @@ dependencies:
|
|
|
88
70
|
name: rake
|
|
89
71
|
requirement: !ruby/object:Gem::Requirement
|
|
90
72
|
requirements:
|
|
91
|
-
- - "
|
|
73
|
+
- - ">="
|
|
92
74
|
- !ruby/object:Gem::Version
|
|
93
75
|
version: '13.0'
|
|
94
76
|
type: :development
|
|
95
77
|
prerelease: false
|
|
96
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
97
79
|
requirements:
|
|
98
|
-
- - "
|
|
80
|
+
- - ">="
|
|
99
81
|
- !ruby/object:Gem::Version
|
|
100
82
|
version: '13.0'
|
|
101
83
|
- !ruby/object:Gem::Dependency
|
|
102
84
|
name: rspec
|
|
103
85
|
requirement: !ruby/object:Gem::Requirement
|
|
104
86
|
requirements:
|
|
105
|
-
- - "
|
|
87
|
+
- - ">="
|
|
106
88
|
- !ruby/object:Gem::Version
|
|
107
89
|
version: '3.0'
|
|
108
90
|
type: :development
|
|
109
91
|
prerelease: false
|
|
110
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
111
93
|
requirements:
|
|
112
|
-
- - "
|
|
94
|
+
- - ">="
|
|
113
95
|
- !ruby/object:Gem::Version
|
|
114
96
|
version: '3.0'
|
|
115
97
|
- !ruby/object:Gem::Dependency
|
|
116
98
|
name: rubocop
|
|
117
99
|
requirement: !ruby/object:Gem::Requirement
|
|
118
100
|
requirements:
|
|
119
|
-
- - "
|
|
101
|
+
- - ">="
|
|
120
102
|
- !ruby/object:Gem::Version
|
|
121
103
|
version: '1.21'
|
|
122
104
|
type: :development
|
|
123
105
|
prerelease: false
|
|
124
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
125
107
|
requirements:
|
|
126
|
-
- - "
|
|
108
|
+
- - ">="
|
|
127
109
|
- !ruby/object:Gem::Version
|
|
128
110
|
version: '1.21'
|
|
129
111
|
- !ruby/object:Gem::Dependency
|
|
130
112
|
name: rubocop-rake
|
|
131
113
|
requirement: !ruby/object:Gem::Requirement
|
|
132
114
|
requirements:
|
|
133
|
-
- - "
|
|
115
|
+
- - ">="
|
|
134
116
|
- !ruby/object:Gem::Version
|
|
135
117
|
version: '0.6'
|
|
136
118
|
type: :development
|
|
137
119
|
prerelease: false
|
|
138
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
139
121
|
requirements:
|
|
140
|
-
- - "
|
|
122
|
+
- - ">="
|
|
141
123
|
- !ruby/object:Gem::Version
|
|
142
124
|
version: '0.6'
|
|
143
125
|
- !ruby/object:Gem::Dependency
|
|
144
126
|
name: rubocop-rspec
|
|
145
127
|
requirement: !ruby/object:Gem::Requirement
|
|
146
128
|
requirements:
|
|
147
|
-
- - "
|
|
129
|
+
- - ">="
|
|
148
130
|
- !ruby/object:Gem::Version
|
|
149
131
|
version: '2.25'
|
|
150
132
|
type: :development
|
|
151
133
|
prerelease: false
|
|
152
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
153
135
|
requirements:
|
|
154
|
-
- - "
|
|
136
|
+
- - ">="
|
|
155
137
|
- !ruby/object:Gem::Version
|
|
156
138
|
version: '2.25'
|
|
157
139
|
description:
|
|
@@ -207,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
189
|
- !ruby/object:Gem::Version
|
|
208
190
|
version: '0'
|
|
209
191
|
requirements: []
|
|
210
|
-
rubygems_version: 3.5.
|
|
192
|
+
rubygems_version: 3.5.23
|
|
211
193
|
signing_key:
|
|
212
194
|
specification_version: 4
|
|
213
195
|
summary: bp3-string adapts the String class for BP3 (persuavis/black_phoebe_3).
|