getaround_utils 0.2.26 → 0.2.27
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/Gemfile.lock +42 -23
- data/getaround_utils.gemspec +2 -2
- data/lib/getaround_utils/railties/lograge.rb +1 -0
- data/lib/getaround_utils/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b7c6ec94cd9838c918e501fbf99ed9e4755b20f6c14672e1f1b28d0c6e7b25d
|
|
4
|
+
data.tar.gz: e66a6d32a26039ecb58bae3fb807fb4fabb17b54a144b5a595da547dbc4e5b01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 980a961c7ac58ae9071ff829ebf591bf21c33b8363a4ad25be27fb5d4980c85de4b07ed30dc59728e1b10138c5f55decb293f2f5a13690e7699c4611577f27af
|
|
7
|
+
data.tar.gz: 243f748c1e344bd6e15687ed23053a13e1c1bb5a7d128bda4f4cd0f1ea2b99087c46c0ba4f444a2a81449e5fc1351e7b3c02d5c121835a4b3b662e0282034475
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
getaround_utils (0.2.
|
|
4
|
+
getaround_utils (0.2.27)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -81,15 +81,19 @@ GEM
|
|
|
81
81
|
dotenv (= 2.8.1)
|
|
82
82
|
railties (>= 3.2)
|
|
83
83
|
erubi (1.12.0)
|
|
84
|
-
getaround-rubocop (0.2.
|
|
84
|
+
getaround-rubocop (0.2.8)
|
|
85
85
|
relaxed-rubocop (= 2.5)
|
|
86
|
-
rubocop (= 1.
|
|
87
|
-
rubocop-
|
|
86
|
+
rubocop (= 1.55.0)
|
|
87
|
+
rubocop-performance (= 1.18.0)
|
|
88
|
+
rubocop-rails (= 2.20.2)
|
|
89
|
+
rubocop-rspec (= 2.23.0)
|
|
88
90
|
globalid (1.1.0)
|
|
89
91
|
activesupport (>= 5.0)
|
|
90
92
|
hashdiff (1.0.1)
|
|
91
93
|
i18n (1.14.1)
|
|
92
94
|
concurrent-ruby (~> 1.0)
|
|
95
|
+
json (2.6.3)
|
|
96
|
+
language_server-protocol (3.17.0.3)
|
|
93
97
|
lograge (0.13.0)
|
|
94
98
|
actionpack (>= 4)
|
|
95
99
|
activesupport (>= 4)
|
|
@@ -112,9 +116,10 @@ GEM
|
|
|
112
116
|
oj (3.11.3)
|
|
113
117
|
ougai (2.0.0)
|
|
114
118
|
oj (~> 3.10)
|
|
115
|
-
parallel (1.
|
|
116
|
-
parser (3.
|
|
119
|
+
parallel (1.23.0)
|
|
120
|
+
parser (3.2.2.3)
|
|
117
121
|
ast (~> 2.4.1)
|
|
122
|
+
racc
|
|
118
123
|
pry (0.14.2)
|
|
119
124
|
coderay (~> 1.1)
|
|
120
125
|
method_source (~> 1.0)
|
|
@@ -155,13 +160,13 @@ GEM
|
|
|
155
160
|
rake (13.0.6)
|
|
156
161
|
redis-client (0.14.1)
|
|
157
162
|
connection_pool
|
|
158
|
-
regexp_parser (2.
|
|
163
|
+
regexp_parser (2.8.1)
|
|
159
164
|
relaxed-rubocop (2.5)
|
|
160
165
|
request_store (1.5.1)
|
|
161
166
|
rack (>= 1.4)
|
|
162
167
|
request_store_rails (2.0.0)
|
|
163
168
|
concurrent-ruby (~> 1.0)
|
|
164
|
-
rexml (3.2.
|
|
169
|
+
rexml (3.2.6)
|
|
165
170
|
rspec (3.12.0)
|
|
166
171
|
rspec-core (~> 3.12.0)
|
|
167
172
|
rspec-expectations (~> 3.12.0)
|
|
@@ -183,21 +188,35 @@ GEM
|
|
|
183
188
|
rspec-mocks (~> 3.12)
|
|
184
189
|
rspec-support (~> 3.12)
|
|
185
190
|
rspec-support (3.12.1)
|
|
186
|
-
rubocop (1.
|
|
191
|
+
rubocop (1.55.0)
|
|
192
|
+
json (~> 2.3)
|
|
193
|
+
language_server-protocol (>= 3.17.0)
|
|
187
194
|
parallel (~> 1.10)
|
|
188
|
-
parser (>= 3.
|
|
195
|
+
parser (>= 3.2.2.3)
|
|
189
196
|
rainbow (>= 2.2.2, < 4.0)
|
|
190
197
|
regexp_parser (>= 1.8, < 3.0)
|
|
191
|
-
rexml
|
|
192
|
-
rubocop-ast (>= 1.
|
|
198
|
+
rexml (>= 3.2.5, < 4.0)
|
|
199
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
|
193
200
|
ruby-progressbar (~> 1.7)
|
|
194
|
-
unicode-display_width (>=
|
|
195
|
-
rubocop-ast (1.
|
|
196
|
-
parser (>= 3.
|
|
197
|
-
rubocop-
|
|
198
|
-
rubocop (~> 1.
|
|
199
|
-
|
|
200
|
-
|
|
201
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
|
202
|
+
rubocop-ast (1.29.0)
|
|
203
|
+
parser (>= 3.2.1.0)
|
|
204
|
+
rubocop-capybara (2.18.0)
|
|
205
|
+
rubocop (~> 1.41)
|
|
206
|
+
rubocop-factory_bot (2.23.1)
|
|
207
|
+
rubocop (~> 1.33)
|
|
208
|
+
rubocop-performance (1.18.0)
|
|
209
|
+
rubocop (>= 1.7.0, < 2.0)
|
|
210
|
+
rubocop-ast (>= 0.4.0)
|
|
211
|
+
rubocop-rails (2.20.2)
|
|
212
|
+
activesupport (>= 4.2.0)
|
|
213
|
+
rack (>= 1.1)
|
|
214
|
+
rubocop (>= 1.33.0, < 2.0)
|
|
215
|
+
rubocop-rspec (2.23.0)
|
|
216
|
+
rubocop (~> 1.33)
|
|
217
|
+
rubocop-capybara (~> 2.17)
|
|
218
|
+
rubocop-factory_bot (~> 2.22)
|
|
219
|
+
ruby-progressbar (1.13.0)
|
|
201
220
|
sidekiq (7.0.9)
|
|
202
221
|
concurrent-ruby (< 2)
|
|
203
222
|
connection_pool (>= 2.3.0)
|
|
@@ -213,7 +232,7 @@ GEM
|
|
|
213
232
|
thor (1.2.2)
|
|
214
233
|
tzinfo (2.0.6)
|
|
215
234
|
concurrent-ruby (~> 1.0)
|
|
216
|
-
unicode-display_width (2.
|
|
235
|
+
unicode-display_width (2.4.2)
|
|
217
236
|
webmock (3.18.1)
|
|
218
237
|
addressable (>= 2.8.0)
|
|
219
238
|
crack (>= 0.3.2)
|
|
@@ -229,7 +248,7 @@ PLATFORMS
|
|
|
229
248
|
DEPENDENCIES
|
|
230
249
|
bundler (~> 2.0)
|
|
231
250
|
dotenv-rails (~> 2.8.1)
|
|
232
|
-
getaround-rubocop (= 0.2.
|
|
251
|
+
getaround-rubocop (= 0.2.8)
|
|
233
252
|
getaround_utils!
|
|
234
253
|
lograge (~> 0.13.0)
|
|
235
254
|
ougai (~> 2.0)
|
|
@@ -239,9 +258,9 @@ DEPENDENCIES
|
|
|
239
258
|
request_store_rails (~> 2.0)
|
|
240
259
|
rspec (~> 3.9, >= 3.9.0)
|
|
241
260
|
rspec-rails (~> 6.0)
|
|
242
|
-
rubocop (= 1.
|
|
261
|
+
rubocop (= 1.55.0)
|
|
243
262
|
sidekiq (> 6.0, < 8.0)
|
|
244
263
|
webmock (~> 3.7)
|
|
245
264
|
|
|
246
265
|
BUNDLED WITH
|
|
247
|
-
2.3.
|
|
266
|
+
2.3.16
|
data/getaround_utils.gemspec
CHANGED
|
@@ -19,12 +19,12 @@ Gem::Specification.new do |gem|
|
|
|
19
19
|
|
|
20
20
|
# Development dependencies
|
|
21
21
|
gem.add_development_dependency 'bundler', '~> 2.0'
|
|
22
|
-
gem.add_development_dependency 'getaround-rubocop', '= 0.2.
|
|
22
|
+
gem.add_development_dependency 'getaround-rubocop', '= 0.2.8'
|
|
23
23
|
gem.add_development_dependency 'pry', '~> 0.14.0'
|
|
24
24
|
gem.add_development_dependency 'rake', '~> 13.0'
|
|
25
25
|
gem.add_development_dependency 'rspec', '~> 3.9', '>= 3.9.0'
|
|
26
26
|
gem.add_development_dependency 'rspec-rails', '~> 6.0'
|
|
27
|
-
gem.add_development_dependency 'rubocop', '= 1.
|
|
27
|
+
gem.add_development_dependency 'rubocop', '= 1.55.0'
|
|
28
28
|
gem.add_development_dependency 'webmock', '~> 3.7'
|
|
29
29
|
|
|
30
30
|
# Functional (optional) dependencies
|
|
@@ -43,6 +43,7 @@ class GetaroundUtils::Railties::Lograge < Rails::Railtie
|
|
|
43
43
|
|
|
44
44
|
initializer 'getaround_utils.action_controller' do
|
|
45
45
|
ActionController::Base.prepend LogrageActionController
|
|
46
|
+
ActionController::API.prepend LogrageActionController
|
|
46
47
|
end
|
|
47
48
|
|
|
48
49
|
HTTP_PARAMS = [:method, :path, :host, :remote_ip,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: getaround_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.27
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Drivy
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-
|
|
12
|
+
date: 2023-09-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -31,14 +31,14 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - '='
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.2.
|
|
34
|
+
version: 0.2.8
|
|
35
35
|
type: :development
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0.2.
|
|
41
|
+
version: 0.2.8
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: pry
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -107,14 +107,14 @@ dependencies:
|
|
|
107
107
|
requirements:
|
|
108
108
|
- - '='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 1.
|
|
110
|
+
version: 1.55.0
|
|
111
111
|
type: :development
|
|
112
112
|
prerelease: false
|
|
113
113
|
version_requirements: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
115
|
- - '='
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 1.
|
|
117
|
+
version: 1.55.0
|
|
118
118
|
- !ruby/object:Gem::Dependency
|
|
119
119
|
name: webmock
|
|
120
120
|
requirement: !ruby/object:Gem::Requirement
|