shivers 0.6.0.pre.14 → 0.6.0.pre.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +78 -77
- data/lib/shivers/library_version.rb +1 -1
- data/lib/shivers/visitors/extract_visitor.rb +6 -6
- data/shivers.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f6757698c00ac225dbe0908d4f18011a4f703eb9d91dd8c66da65729419a911
|
4
|
+
data.tar.gz: 6ef9c093652f6f9c33c252ed02da20649295a6c43640ed6fcf6ad92e989c07b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e082dded92e7ff2edd8f6d9eae17fe9b8c7c790f14d948e67dd700e6cb74049667d2b8c078b73d9b43c5e2cdebd1d2ba6b231c6547ed273e4efdd33ba1fbee9
|
7
|
+
data.tar.gz: be7086f27ee225c726ddbb0b4d241b8c65a0c749dfbdd21b4df0093e2a79faea3697a3226b7b50b6d138b6d67691d6aa8c133fc6efd7cd1801da45a06a201de6
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
shivers (0.6.0.pre.
|
4
|
+
shivers (0.6.0.pre.15)
|
5
5
|
semantic (~> 1.6)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (7.1.
|
10
|
+
activesupport (7.1.3.4)
|
11
11
|
base64
|
12
12
|
bigdecimal
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -17,128 +17,127 @@ GEM
|
|
17
17
|
minitest (>= 5.1)
|
18
18
|
mutex_m
|
19
19
|
tzinfo (~> 2.0)
|
20
|
-
addressable (2.8.
|
21
|
-
public_suffix (>= 2.0.2, <
|
20
|
+
addressable (2.8.7)
|
21
|
+
public_suffix (>= 2.0.2, < 7.0)
|
22
22
|
ast (2.4.2)
|
23
|
-
base64 (0.
|
24
|
-
bigdecimal (3.1.
|
23
|
+
base64 (0.2.0)
|
24
|
+
bigdecimal (3.1.8)
|
25
|
+
childprocess (5.0.0)
|
25
26
|
colored2 (3.1.2)
|
26
|
-
concurrent-ruby (1.
|
27
|
+
concurrent-ruby (1.3.3)
|
27
28
|
connection_pool (2.4.1)
|
28
|
-
diff-lcs (1.5.
|
29
|
-
docile (1.4.
|
30
|
-
drb (2.
|
31
|
-
|
32
|
-
excon (0.104.0)
|
29
|
+
diff-lcs (1.5.1)
|
30
|
+
docile (1.4.1)
|
31
|
+
drb (2.2.1)
|
32
|
+
excon (0.111.0)
|
33
33
|
fakefs (2.5.0)
|
34
|
-
faraday (2.
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
34
|
+
faraday (2.10.0)
|
35
|
+
faraday-net_http (>= 2.0, < 3.2)
|
36
|
+
logger
|
37
|
+
faraday-net_http (3.1.1)
|
38
|
+
net-http
|
39
39
|
gem-release (2.2.2)
|
40
|
-
git (1.
|
40
|
+
git (1.19.1)
|
41
41
|
addressable (~> 2.8)
|
42
42
|
rchardet (~> 1.8)
|
43
43
|
hamster (3.0.0)
|
44
44
|
concurrent-ruby (~> 1.0)
|
45
|
-
i18n (1.14.
|
45
|
+
i18n (1.14.5)
|
46
46
|
concurrent-ruby (~> 1.0)
|
47
47
|
immutable-struct (2.4.1)
|
48
|
-
json (2.
|
48
|
+
json (2.7.2)
|
49
49
|
language_server-protocol (3.17.0.3)
|
50
|
-
lino (
|
50
|
+
lino (4.1.0)
|
51
|
+
childprocess (~> 5.0.0)
|
51
52
|
hamster (~> 3.0)
|
52
53
|
open4 (~> 1.3)
|
53
|
-
|
54
|
-
|
55
|
-
|
54
|
+
logger (1.6.0)
|
55
|
+
minitest (5.24.1)
|
56
|
+
mutex_m (0.2.0)
|
57
|
+
net-http (0.4.1)
|
58
|
+
uri
|
59
|
+
octokit (8.1.0)
|
60
|
+
base64
|
56
61
|
faraday (>= 1, < 3)
|
57
62
|
sawyer (~> 0.9)
|
58
63
|
open4 (1.3.4)
|
59
|
-
parallel (1.
|
60
|
-
parser (3.
|
64
|
+
parallel (1.25.1)
|
65
|
+
parser (3.3.4.0)
|
61
66
|
ast (~> 2.4.1)
|
62
67
|
racc
|
63
|
-
public_suffix (
|
64
|
-
racc (1.
|
68
|
+
public_suffix (6.0.1)
|
69
|
+
racc (1.8.0)
|
65
70
|
rainbow (3.1.1)
|
66
|
-
rake (13.1
|
67
|
-
rake_circle_ci (0.
|
71
|
+
rake (13.2.1)
|
72
|
+
rake_circle_ci (0.13.0)
|
68
73
|
colored2 (~> 3.1)
|
69
74
|
excon (~> 0.72)
|
70
|
-
rake_factory (~> 0.
|
75
|
+
rake_factory (~> 0.33)
|
71
76
|
sshkey (~> 2.0)
|
72
|
-
rake_factory (0.
|
77
|
+
rake_factory (0.34.0.pre.2)
|
73
78
|
activesupport (>= 4)
|
74
79
|
rake (~> 13.0)
|
75
|
-
rake_git (0.
|
80
|
+
rake_git (0.3.0.pre.2)
|
76
81
|
colored2 (~> 3.1)
|
77
82
|
git (~> 1.13, >= 1.13.2)
|
78
|
-
rake_factory (
|
79
|
-
rake_git_crypt (0.
|
83
|
+
rake_factory (~> 0.33)
|
84
|
+
rake_git_crypt (0.3.0.pre.2)
|
80
85
|
colored2 (~> 3.1)
|
81
|
-
rake_factory (
|
82
|
-
ruby_git_crypt (
|
83
|
-
ruby_gpg2 (~> 0.
|
84
|
-
rake_github (0.
|
86
|
+
rake_factory (~> 0.33)
|
87
|
+
ruby_git_crypt (~> 0.1)
|
88
|
+
ruby_gpg2 (~> 0.12)
|
89
|
+
rake_github (0.15.0)
|
85
90
|
colored2 (~> 3.1)
|
86
91
|
octokit (>= 4.16, < 9.0)
|
87
|
-
rake_factory (~> 0.
|
92
|
+
rake_factory (~> 0.33)
|
88
93
|
sshkey (~> 2.0)
|
89
|
-
rake_gpg (0.
|
90
|
-
rake_factory (~> 0.
|
91
|
-
ruby_gpg2 (~> 0.
|
92
|
-
rake_ssh (0.
|
94
|
+
rake_gpg (0.20.0)
|
95
|
+
rake_factory (~> 0.33)
|
96
|
+
ruby_gpg2 (~> 0.12)
|
97
|
+
rake_ssh (0.12.0)
|
93
98
|
colored2 (~> 3.1)
|
94
|
-
rake_factory (~> 0.
|
99
|
+
rake_factory (~> 0.33)
|
95
100
|
sshkey (~> 2.0)
|
96
101
|
rchardet (1.8.0)
|
97
|
-
regexp_parser (2.
|
98
|
-
rexml (3.2
|
99
|
-
|
100
|
-
|
101
|
-
rspec-
|
102
|
-
rspec-
|
103
|
-
|
104
|
-
|
105
|
-
|
102
|
+
regexp_parser (2.9.2)
|
103
|
+
rexml (3.3.2)
|
104
|
+
strscan
|
105
|
+
rspec (3.13.0)
|
106
|
+
rspec-core (~> 3.13.0)
|
107
|
+
rspec-expectations (~> 3.13.0)
|
108
|
+
rspec-mocks (~> 3.13.0)
|
109
|
+
rspec-core (3.13.0)
|
110
|
+
rspec-support (~> 3.13.0)
|
111
|
+
rspec-expectations (3.13.1)
|
106
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
107
|
-
rspec-support (~> 3.
|
108
|
-
rspec-mocks (3.
|
113
|
+
rspec-support (~> 3.13.0)
|
114
|
+
rspec-mocks (3.13.1)
|
109
115
|
diff-lcs (>= 1.2.0, < 2.0)
|
110
|
-
rspec-support (~> 3.
|
111
|
-
rspec-support (3.
|
112
|
-
rubocop (1.
|
116
|
+
rspec-support (~> 3.13.0)
|
117
|
+
rspec-support (3.13.1)
|
118
|
+
rubocop (1.65.0)
|
113
119
|
json (~> 2.3)
|
114
120
|
language_server-protocol (>= 3.17.0)
|
115
121
|
parallel (~> 1.10)
|
116
|
-
parser (>= 3.
|
122
|
+
parser (>= 3.3.0.2)
|
117
123
|
rainbow (>= 2.2.2, < 4.0)
|
118
|
-
regexp_parser (>=
|
124
|
+
regexp_parser (>= 2.4, < 3.0)
|
119
125
|
rexml (>= 3.2.5, < 4.0)
|
120
|
-
rubocop-ast (>= 1.
|
126
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
121
127
|
ruby-progressbar (~> 1.7)
|
122
128
|
unicode-display_width (>= 2.4.0, < 3.0)
|
123
|
-
rubocop-ast (1.
|
124
|
-
parser (>= 3.
|
125
|
-
rubocop-capybara (2.19.0)
|
126
|
-
rubocop (~> 1.41)
|
127
|
-
rubocop-factory_bot (2.24.0)
|
128
|
-
rubocop (~> 1.33)
|
129
|
+
rubocop-ast (1.31.3)
|
130
|
+
parser (>= 3.3.1.0)
|
129
131
|
rubocop-rake (0.6.0)
|
130
132
|
rubocop (~> 1.0)
|
131
|
-
rubocop-rspec (
|
132
|
-
rubocop (~> 1.
|
133
|
-
rubocop-capybara (~> 2.17)
|
134
|
-
rubocop-factory_bot (~> 2.22)
|
133
|
+
rubocop-rspec (3.0.3)
|
134
|
+
rubocop (~> 1.61)
|
135
135
|
ruby-progressbar (1.13.0)
|
136
|
-
|
137
|
-
ruby_git_crypt (0.1.0.pre.4)
|
136
|
+
ruby_git_crypt (0.2.0.pre.2)
|
138
137
|
immutable-struct (~> 2.4)
|
139
|
-
lino (
|
140
|
-
ruby_gpg2 (0.
|
141
|
-
lino (
|
138
|
+
lino (>= 4.1)
|
139
|
+
ruby_gpg2 (0.12.0)
|
140
|
+
lino (>= 4.1)
|
142
141
|
sawyer (0.9.2)
|
143
142
|
addressable (>= 2.3.5)
|
144
143
|
faraday (>= 0.17.3, < 3)
|
@@ -150,9 +149,11 @@ GEM
|
|
150
149
|
simplecov-html (0.12.3)
|
151
150
|
simplecov_json_formatter (0.1.4)
|
152
151
|
sshkey (2.0.0)
|
152
|
+
strscan (3.1.0)
|
153
153
|
tzinfo (2.0.6)
|
154
154
|
concurrent-ruby (~> 1.0)
|
155
155
|
unicode-display_width (2.5.0)
|
156
|
+
uri (0.13.0)
|
156
157
|
|
157
158
|
PLATFORMS
|
158
159
|
arm64-darwin-21
|
@@ -11,16 +11,16 @@ module Shivers
|
|
11
11
|
@delegate = MatcherVisitor.new(parts)
|
12
12
|
end
|
13
13
|
|
14
|
-
def optionally(&
|
15
|
-
@delegate.optionally(&
|
14
|
+
def optionally(&)
|
15
|
+
@delegate.optionally(&)
|
16
16
|
end
|
17
17
|
|
18
|
-
def recursively(name, &
|
19
|
-
@delegate.recursively(name, &
|
18
|
+
def recursively(name, &)
|
19
|
+
@delegate.recursively(name, &)
|
20
20
|
end
|
21
21
|
|
22
|
-
def method_missing(symbol,
|
23
|
-
@delegate.send(symbol,
|
22
|
+
def method_missing(symbol, ...)
|
23
|
+
@delegate.send(symbol, ...)
|
24
24
|
end
|
25
25
|
|
26
26
|
def respond_to_missing?(symbol, include_private = false)
|
data/shivers.gemspec
CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
34
34
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
35
35
|
spec.require_paths = ['lib']
|
36
36
|
|
37
|
-
spec.required_ruby_version = '>=
|
37
|
+
spec.required_ruby_version = '>= 3.1'
|
38
38
|
|
39
39
|
spec.add_dependency 'semantic', '~> 1.6'
|
40
40
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shivers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.0.pre.
|
4
|
+
version: 0.6.0.pre.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: semantic
|
@@ -283,14 +283,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
283
283
|
requirements:
|
284
284
|
- - ">="
|
285
285
|
- !ruby/object:Gem::Version
|
286
|
-
version: '
|
286
|
+
version: '3.1'
|
287
287
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
288
288
|
requirements:
|
289
289
|
- - ">"
|
290
290
|
- !ruby/object:Gem::Version
|
291
291
|
version: 1.3.1
|
292
292
|
requirements: []
|
293
|
-
rubygems_version: 3.
|
293
|
+
rubygems_version: 3.3.7
|
294
294
|
signing_key:
|
295
295
|
specification_version: 4
|
296
296
|
summary: Semantic version numbers for CI pipelines.
|