minato-utils 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +1 -1
- data/.rubocop.yml +3 -0
- data/Gemfile +16 -0
- data/Gemfile.lock +166 -64
- data/lib/minato/utils/version.rb +1 -1
- data/minato-ruby-utils.gemspec +1 -15
- data/release-notes.md +5 -0
- metadata +4 -186
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4790e5eac6a618b9d60b1334c1dddd21a86266d54254f23b7487fac0e58fddac
|
4
|
+
data.tar.gz: 3677237c2352a7c541f89f333d1b482adff2a2a00d4fbd2328f5f42c1402008a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 966477253b0687515e0f884cb34c8ffc2904c398c064ed73b01a7dbc3d3be1bbeffd9c00ab2ebca6e9ec35354d3ed241ce6971f7ae6d272174bd1ad08f8b729b
|
7
|
+
data.tar.gz: b0fd482a96802b487ffc884b451d5c32aa75064ab2db8bae193a261de5180cd5335b85ac45040ea3a2961446c825041d37d20abc92b804bb5952f3700d80852b
|
data/.gitlab-ci.yml
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
include:
|
2
|
-
|
2
|
+
- remote: https://gitlab.com/ferreri/minato/minato-ci/-/raw/v1.0.0/gem/.gitlab-ci.yml
|
data/.rubocop.yml
CHANGED
data/Gemfile
CHANGED
@@ -6,3 +6,19 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
6
6
|
|
7
7
|
# Specify your gem's dependencies in minato-utils.gemspec
|
8
8
|
gemspec
|
9
|
+
|
10
|
+
group 'development' do
|
11
|
+
gem 'activerecord', '~> 7.0.4'
|
12
|
+
gem 'bundler', '~> 2.2'
|
13
|
+
gem 'database_cleaner-active_record', '~> 2.0.1'
|
14
|
+
gem 'json', '~> 2.6'
|
15
|
+
gem 'pry', '~> 0.14'
|
16
|
+
gem 'rake', '~> 13.1.0'
|
17
|
+
gem 'rspec', '~> 3.12.0'
|
18
|
+
gem 'rubocop', '~> 1.57.2'
|
19
|
+
gem 'rubocop-rails', '~> 2.22.2'
|
20
|
+
gem 'rubocop-rake', '~> 0.6.0'
|
21
|
+
gem 'rubocop-rspec', '~> 2.25.0'
|
22
|
+
gem 'sqlite3', '~> 1.6.9'
|
23
|
+
gem 'webmock', '~> 3.19.1'
|
24
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,100 +1,202 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
minato-utils (0.
|
4
|
+
minato-utils (0.5.0)
|
5
5
|
activesupport (~> 7.0.4)
|
6
6
|
httparty (~> 0.18)
|
7
|
-
simple_command (~> 0.1
|
7
|
+
simple_command (~> 1.0.1)
|
8
|
+
stackdriver (~> 0.21.1)
|
8
9
|
|
9
10
|
GEM
|
10
11
|
remote: https://rubygems.org/
|
11
12
|
specs:
|
12
|
-
activemodel (7.0.
|
13
|
-
activesupport (= 7.0.
|
14
|
-
activerecord (7.0.
|
15
|
-
activemodel (= 7.0.
|
16
|
-
activesupport (= 7.0.
|
17
|
-
activesupport (7.0.
|
13
|
+
activemodel (7.0.8)
|
14
|
+
activesupport (= 7.0.8)
|
15
|
+
activerecord (7.0.8)
|
16
|
+
activemodel (= 7.0.8)
|
17
|
+
activesupport (= 7.0.8)
|
18
|
+
activesupport (7.0.8)
|
18
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
20
|
i18n (>= 1.6, < 2)
|
20
21
|
minitest (>= 5.1)
|
21
22
|
tzinfo (~> 2.0)
|
22
|
-
addressable (2.8.
|
23
|
-
public_suffix (>= 2.0.2, <
|
23
|
+
addressable (2.8.5)
|
24
|
+
public_suffix (>= 2.0.2, < 6.0)
|
24
25
|
ast (2.4.2)
|
26
|
+
base64 (0.2.0)
|
25
27
|
coderay (1.1.3)
|
26
|
-
concurrent-ruby (1.
|
28
|
+
concurrent-ruby (1.2.2)
|
27
29
|
crack (0.4.5)
|
28
30
|
rexml
|
29
31
|
database_cleaner-active_record (2.0.1)
|
30
32
|
activerecord (>= 5.a)
|
31
33
|
database_cleaner-core (~> 2.0.0)
|
32
34
|
database_cleaner-core (2.0.1)
|
33
|
-
diff-lcs (1.
|
35
|
+
diff-lcs (1.5.0)
|
36
|
+
faraday (2.7.12)
|
37
|
+
base64
|
38
|
+
faraday-net_http (>= 2.0, < 3.1)
|
39
|
+
ruby2_keywords (>= 0.0.4)
|
40
|
+
faraday-net_http (3.0.2)
|
41
|
+
faraday-retry (2.2.0)
|
42
|
+
faraday (~> 2.0)
|
43
|
+
gapic-common (0.20.0)
|
44
|
+
faraday (>= 1.9, < 3.a)
|
45
|
+
faraday-retry (>= 1.0, < 3.a)
|
46
|
+
google-protobuf (~> 3.14)
|
47
|
+
googleapis-common-protos (>= 1.3.12, < 2.a)
|
48
|
+
googleapis-common-protos-types (>= 1.3.1, < 2.a)
|
49
|
+
googleauth (~> 1.0)
|
50
|
+
grpc (~> 1.36)
|
51
|
+
google-cloud-core (1.6.0)
|
52
|
+
google-cloud-env (~> 1.0)
|
53
|
+
google-cloud-errors (~> 1.0)
|
54
|
+
google-cloud-env (1.6.0)
|
55
|
+
faraday (>= 0.17.3, < 3.0)
|
56
|
+
google-cloud-error_reporting (0.42.3)
|
57
|
+
concurrent-ruby (~> 1.1)
|
58
|
+
google-cloud-core (~> 1.5)
|
59
|
+
google-cloud-error_reporting-v1beta1 (~> 0.0)
|
60
|
+
stackdriver-core (~> 1.3)
|
61
|
+
google-cloud-error_reporting-v1beta1 (0.8.0)
|
62
|
+
gapic-common (>= 0.20.0, < 2.a)
|
63
|
+
google-cloud-errors (~> 1.0)
|
64
|
+
google-cloud-errors (1.3.1)
|
65
|
+
google-cloud-logging (2.3.3)
|
66
|
+
concurrent-ruby (~> 1.1)
|
67
|
+
google-cloud-core (~> 1.5)
|
68
|
+
google-cloud-logging-v2 (~> 0.0)
|
69
|
+
stackdriver-core (~> 1.3)
|
70
|
+
google-cloud-logging-v2 (0.11.0)
|
71
|
+
gapic-common (>= 0.20.0, < 2.a)
|
72
|
+
google-cloud-errors (~> 1.0)
|
73
|
+
google-cloud-trace (0.42.2)
|
74
|
+
concurrent-ruby (~> 1.1)
|
75
|
+
google-cloud-core (~> 1.5)
|
76
|
+
google-cloud-trace-v1 (~> 0.0)
|
77
|
+
google-cloud-trace-v2 (~> 0.0)
|
78
|
+
stackdriver-core (~> 1.3)
|
79
|
+
google-cloud-trace-v1 (0.7.0)
|
80
|
+
gapic-common (>= 0.20.0, < 2.a)
|
81
|
+
google-cloud-errors (~> 1.0)
|
82
|
+
google-cloud-trace-v2 (0.7.0)
|
83
|
+
gapic-common (>= 0.20.0, < 2.a)
|
84
|
+
google-cloud-errors (~> 1.0)
|
85
|
+
google-protobuf (3.25.1-x64-mingw32)
|
86
|
+
google-protobuf (3.25.1-x86_64-darwin)
|
87
|
+
google-protobuf (3.25.1-x86_64-linux)
|
88
|
+
googleapis-common-protos (1.4.0)
|
89
|
+
google-protobuf (~> 3.14)
|
90
|
+
googleapis-common-protos-types (~> 1.2)
|
91
|
+
grpc (~> 1.27)
|
92
|
+
googleapis-common-protos-types (1.10.0)
|
93
|
+
google-protobuf (~> 3.18)
|
94
|
+
googleauth (1.8.1)
|
95
|
+
faraday (>= 0.17.3, < 3.a)
|
96
|
+
jwt (>= 1.4, < 3.0)
|
97
|
+
multi_json (~> 1.11)
|
98
|
+
os (>= 0.9, < 2.0)
|
99
|
+
signet (>= 0.16, < 2.a)
|
100
|
+
grpc (1.59.2-x64-mingw32)
|
101
|
+
google-protobuf (~> 3.24)
|
102
|
+
googleapis-common-protos-types (~> 1.0)
|
103
|
+
grpc (1.59.2-x86_64-darwin)
|
104
|
+
google-protobuf (~> 3.24)
|
105
|
+
googleapis-common-protos-types (~> 1.0)
|
106
|
+
grpc (1.59.2-x86_64-linux)
|
107
|
+
google-protobuf (~> 3.24)
|
108
|
+
googleapis-common-protos-types (~> 1.0)
|
34
109
|
hashdiff (1.0.1)
|
35
|
-
httparty (0.
|
36
|
-
|
110
|
+
httparty (0.21.0)
|
111
|
+
mini_mime (>= 1.0.0)
|
37
112
|
multi_xml (>= 0.5.2)
|
38
|
-
i18n (1.
|
113
|
+
i18n (1.14.1)
|
39
114
|
concurrent-ruby (~> 1.0)
|
40
|
-
json (2.6.
|
115
|
+
json (2.6.3)
|
116
|
+
jwt (2.7.1)
|
117
|
+
language_server-protocol (3.17.0.3)
|
41
118
|
method_source (1.0.0)
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
minitest (5.16.3)
|
119
|
+
mini_mime (1.1.5)
|
120
|
+
minitest (5.20.0)
|
121
|
+
multi_json (1.15.0)
|
46
122
|
multi_xml (0.6.0)
|
47
|
-
|
48
|
-
|
123
|
+
os (1.1.4)
|
124
|
+
parallel (1.23.0)
|
125
|
+
parser (3.2.2.4)
|
49
126
|
ast (~> 2.4.1)
|
50
|
-
|
127
|
+
racc
|
128
|
+
pry (0.14.2)
|
51
129
|
coderay (~> 1.1)
|
52
130
|
method_source (~> 1.0)
|
53
|
-
public_suffix (
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
rspec-
|
62
|
-
rspec-
|
63
|
-
|
64
|
-
|
65
|
-
|
131
|
+
public_suffix (5.0.4)
|
132
|
+
racc (1.7.3)
|
133
|
+
rack (3.0.8)
|
134
|
+
rainbow (3.1.1)
|
135
|
+
rake (13.1.0)
|
136
|
+
regexp_parser (2.8.2)
|
137
|
+
rexml (3.2.6)
|
138
|
+
rspec (3.12.0)
|
139
|
+
rspec-core (~> 3.12.0)
|
140
|
+
rspec-expectations (~> 3.12.0)
|
141
|
+
rspec-mocks (~> 3.12.0)
|
142
|
+
rspec-core (3.12.2)
|
143
|
+
rspec-support (~> 3.12.0)
|
144
|
+
rspec-expectations (3.12.3)
|
66
145
|
diff-lcs (>= 1.2.0, < 2.0)
|
67
|
-
rspec-support (~> 3.
|
68
|
-
rspec-mocks (3.
|
146
|
+
rspec-support (~> 3.12.0)
|
147
|
+
rspec-mocks (3.12.6)
|
69
148
|
diff-lcs (>= 1.2.0, < 2.0)
|
70
|
-
rspec-support (~> 3.
|
71
|
-
rspec-support (3.
|
72
|
-
rubocop (1.
|
149
|
+
rspec-support (~> 3.12.0)
|
150
|
+
rspec-support (3.12.1)
|
151
|
+
rubocop (1.57.2)
|
152
|
+
json (~> 2.3)
|
153
|
+
language_server-protocol (>= 3.17.0)
|
73
154
|
parallel (~> 1.10)
|
74
|
-
parser (>= 3.
|
155
|
+
parser (>= 3.2.2.4)
|
75
156
|
rainbow (>= 2.2.2, < 4.0)
|
76
157
|
regexp_parser (>= 1.8, < 3.0)
|
77
|
-
rexml
|
78
|
-
rubocop-ast (>= 1.
|
158
|
+
rexml (>= 3.2.5, < 4.0)
|
159
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
79
160
|
ruby-progressbar (~> 1.7)
|
80
|
-
unicode-display_width (>=
|
81
|
-
rubocop-ast (1.
|
82
|
-
parser (>= 3.
|
83
|
-
rubocop-
|
161
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
162
|
+
rubocop-ast (1.30.0)
|
163
|
+
parser (>= 3.2.1.0)
|
164
|
+
rubocop-capybara (2.19.0)
|
165
|
+
rubocop (~> 1.41)
|
166
|
+
rubocop-factory_bot (2.24.0)
|
167
|
+
rubocop (~> 1.33)
|
168
|
+
rubocop-rails (2.22.2)
|
84
169
|
activesupport (>= 4.2.0)
|
85
170
|
rack (>= 1.1)
|
86
|
-
rubocop (>= 1.
|
171
|
+
rubocop (>= 1.33.0, < 2.0)
|
172
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
87
173
|
rubocop-rake (0.6.0)
|
88
174
|
rubocop (~> 1.0)
|
89
|
-
rubocop-rspec (2.
|
90
|
-
rubocop (~> 1.
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
175
|
+
rubocop-rspec (2.25.0)
|
176
|
+
rubocop (~> 1.40)
|
177
|
+
rubocop-capybara (~> 2.17)
|
178
|
+
rubocop-factory_bot (~> 2.22)
|
179
|
+
ruby-progressbar (1.13.0)
|
180
|
+
ruby2_keywords (0.0.5)
|
181
|
+
signet (0.18.0)
|
182
|
+
addressable (~> 2.8)
|
183
|
+
faraday (>= 0.17.5, < 3.a)
|
184
|
+
jwt (>= 1.5, < 3.0)
|
185
|
+
multi_json (~> 1.10)
|
186
|
+
simple_command (1.0.1)
|
187
|
+
sqlite3 (1.6.9-x64-mingw32)
|
188
|
+
sqlite3 (1.6.9-x86_64-darwin)
|
189
|
+
sqlite3 (1.6.9-x86_64-linux)
|
190
|
+
stackdriver (0.21.1)
|
191
|
+
google-cloud-error_reporting (~> 0.41)
|
192
|
+
google-cloud-logging (~> 2.1)
|
193
|
+
google-cloud-trace (~> 0.40)
|
194
|
+
stackdriver-core (1.5.0)
|
195
|
+
google-cloud-core (~> 1.2)
|
196
|
+
tzinfo (2.0.6)
|
95
197
|
concurrent-ruby (~> 1.0)
|
96
|
-
unicode-display_width (2.
|
97
|
-
webmock (3.
|
198
|
+
unicode-display_width (2.5.0)
|
199
|
+
webmock (3.19.1)
|
98
200
|
addressable (>= 2.8.0)
|
99
201
|
crack (>= 0.3.2)
|
100
202
|
hashdiff (>= 0.4.0, < 2.0.0)
|
@@ -111,14 +213,14 @@ DEPENDENCIES
|
|
111
213
|
json (~> 2.6)
|
112
214
|
minato-utils!
|
113
215
|
pry (~> 0.14)
|
114
|
-
rake (~>
|
115
|
-
rspec (~> 3.0)
|
116
|
-
rubocop (~> 1.
|
117
|
-
rubocop-rails (~> 2.
|
216
|
+
rake (~> 13.1.0)
|
217
|
+
rspec (~> 3.12.0)
|
218
|
+
rubocop (~> 1.57.2)
|
219
|
+
rubocop-rails (~> 2.22.2)
|
118
220
|
rubocop-rake (~> 0.6.0)
|
119
|
-
rubocop-rspec (~> 2.
|
120
|
-
sqlite3 (~> 1.
|
121
|
-
webmock (~> 3.
|
221
|
+
rubocop-rspec (~> 2.25.0)
|
222
|
+
sqlite3 (~> 1.6.9)
|
223
|
+
webmock (~> 3.19.1)
|
122
224
|
|
123
225
|
BUNDLED WITH
|
124
226
|
2.3.25
|
data/lib/minato/utils/version.rb
CHANGED
data/minato-ruby-utils.gemspec
CHANGED
@@ -26,21 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
|
27
27
|
spec.add_dependency 'activesupport', '~> 7.0.4'
|
28
28
|
spec.add_dependency 'httparty', '~> 0.18'
|
29
|
-
spec.add_dependency 'simple_command', '~> 0.1
|
30
|
-
|
31
|
-
spec.add_development_dependency 'activerecord', '~> 7.0.4'
|
32
|
-
spec.add_development_dependency 'bundler', '~> 2.2'
|
33
|
-
spec.add_development_dependency 'database_cleaner-active_record', '~> 2.0.1'
|
34
|
-
spec.add_development_dependency 'json', '~> 2.6'
|
35
|
-
spec.add_development_dependency 'pry', '~> 0.14'
|
36
|
-
spec.add_development_dependency 'rake', '~> 10.0'
|
37
|
-
spec.add_development_dependency 'rspec', '~> 3.0'
|
38
|
-
spec.add_development_dependency 'rubocop', '~> 1.23.0'
|
39
|
-
spec.add_development_dependency 'rubocop-rails', '~> 2.12.4'
|
40
|
-
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
|
41
|
-
spec.add_development_dependency 'rubocop-rspec', '~> 2.6.0'
|
42
|
-
spec.add_development_dependency 'sqlite3', '~> 1.4.2'
|
43
|
-
spec.add_development_dependency 'webmock', '~> 3.14'
|
29
|
+
spec.add_dependency 'simple_command', '~> 1.0.1'
|
44
30
|
|
45
31
|
spec.add_runtime_dependency 'stackdriver', '~> 0.21.1'
|
46
32
|
|
data/release-notes.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minato-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ferreri
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -44,196 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.1
|
47
|
+
version: 1.0.1
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.1
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: activerecord
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: 7.0.4
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: 7.0.4
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: bundler
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '2.2'
|
76
|
-
type: :development
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - "~>"
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '2.2'
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: database_cleaner-active_record
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - "~>"
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: 2.0.1
|
90
|
-
type: :development
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - "~>"
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: 2.0.1
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: json
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '2.6'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '2.6'
|
111
|
-
- !ruby/object:Gem::Dependency
|
112
|
-
name: pry
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - "~>"
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '0.14'
|
118
|
-
type: :development
|
119
|
-
prerelease: false
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
requirements:
|
122
|
-
- - "~>"
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
version: '0.14'
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: rake
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - "~>"
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: '10.0'
|
132
|
-
type: :development
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
|
-
- - "~>"
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
version: '10.0'
|
139
|
-
- !ruby/object:Gem::Dependency
|
140
|
-
name: rspec
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - "~>"
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: '3.0'
|
146
|
-
type: :development
|
147
|
-
prerelease: false
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - "~>"
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '3.0'
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: rubocop
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - "~>"
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: 1.23.0
|
160
|
-
type: :development
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - "~>"
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: 1.23.0
|
167
|
-
- !ruby/object:Gem::Dependency
|
168
|
-
name: rubocop-rails
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
170
|
-
requirements:
|
171
|
-
- - "~>"
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: 2.12.4
|
174
|
-
type: :development
|
175
|
-
prerelease: false
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
177
|
-
requirements:
|
178
|
-
- - "~>"
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: 2.12.4
|
181
|
-
- !ruby/object:Gem::Dependency
|
182
|
-
name: rubocop-rake
|
183
|
-
requirement: !ruby/object:Gem::Requirement
|
184
|
-
requirements:
|
185
|
-
- - "~>"
|
186
|
-
- !ruby/object:Gem::Version
|
187
|
-
version: 0.6.0
|
188
|
-
type: :development
|
189
|
-
prerelease: false
|
190
|
-
version_requirements: !ruby/object:Gem::Requirement
|
191
|
-
requirements:
|
192
|
-
- - "~>"
|
193
|
-
- !ruby/object:Gem::Version
|
194
|
-
version: 0.6.0
|
195
|
-
- !ruby/object:Gem::Dependency
|
196
|
-
name: rubocop-rspec
|
197
|
-
requirement: !ruby/object:Gem::Requirement
|
198
|
-
requirements:
|
199
|
-
- - "~>"
|
200
|
-
- !ruby/object:Gem::Version
|
201
|
-
version: 2.6.0
|
202
|
-
type: :development
|
203
|
-
prerelease: false
|
204
|
-
version_requirements: !ruby/object:Gem::Requirement
|
205
|
-
requirements:
|
206
|
-
- - "~>"
|
207
|
-
- !ruby/object:Gem::Version
|
208
|
-
version: 2.6.0
|
209
|
-
- !ruby/object:Gem::Dependency
|
210
|
-
name: sqlite3
|
211
|
-
requirement: !ruby/object:Gem::Requirement
|
212
|
-
requirements:
|
213
|
-
- - "~>"
|
214
|
-
- !ruby/object:Gem::Version
|
215
|
-
version: 1.4.2
|
216
|
-
type: :development
|
217
|
-
prerelease: false
|
218
|
-
version_requirements: !ruby/object:Gem::Requirement
|
219
|
-
requirements:
|
220
|
-
- - "~>"
|
221
|
-
- !ruby/object:Gem::Version
|
222
|
-
version: 1.4.2
|
223
|
-
- !ruby/object:Gem::Dependency
|
224
|
-
name: webmock
|
225
|
-
requirement: !ruby/object:Gem::Requirement
|
226
|
-
requirements:
|
227
|
-
- - "~>"
|
228
|
-
- !ruby/object:Gem::Version
|
229
|
-
version: '3.14'
|
230
|
-
type: :development
|
231
|
-
prerelease: false
|
232
|
-
version_requirements: !ruby/object:Gem::Requirement
|
233
|
-
requirements:
|
234
|
-
- - "~>"
|
235
|
-
- !ruby/object:Gem::Version
|
236
|
-
version: '3.14'
|
54
|
+
version: 1.0.1
|
237
55
|
- !ruby/object:Gem::Dependency
|
238
56
|
name: stackdriver
|
239
57
|
requirement: !ruby/object:Gem::Requirement
|