umbrellio-utils 0.5.2 → 0.6.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/Gemfile.lock +18 -17
- data/lib/umbrellio_utils/semantic_logger/tiny_json_formatter.rb +1 -1
- data/lib/umbrellio_utils/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec19f3835e4ffb14ac0640e7ebca549343e2f91f190fc06d5fd7419f549dbe11
|
|
4
|
+
data.tar.gz: fc6cb1c5b66662b087e6c8febb8c0727bb3f96dabf1ca668f2e850081d6261d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4088a39103d9ba5a6e1cf7490049f4cb7194df22aca62fe47d56dc69f5822b2eecc148527b40e7f36e23749fb50be150941fb051eb1ba2cfc92d54376f05306
|
|
7
|
+
data.tar.gz: 6f339403d5d06d7b71ae547f21ddb1a3d776e04852a38d53867092215c3742b92dc5beac1ae587de978025a22d01d5c91b6eb4086d940b13203f02f422fc6fa0
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
umbrellio-utils (0.
|
|
4
|
+
umbrellio-utils (0.6.0)
|
|
5
5
|
memery (~> 1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -34,7 +34,7 @@ GEM
|
|
|
34
34
|
ruby2_keywords (~> 0.0.2)
|
|
35
35
|
method_source (1.0.0)
|
|
36
36
|
mini_portile2 (2.8.0)
|
|
37
|
-
minitest (5.16.
|
|
37
|
+
minitest (5.16.3)
|
|
38
38
|
nokogiri (1.13.8)
|
|
39
39
|
mini_portile2 (~> 2.8.0)
|
|
40
40
|
racc (~> 1.4)
|
|
@@ -46,9 +46,9 @@ GEM
|
|
|
46
46
|
racc (~> 1.4)
|
|
47
47
|
nori (2.6.0)
|
|
48
48
|
parallel (1.22.1)
|
|
49
|
-
parser (3.1.2.
|
|
49
|
+
parser (3.1.2.1)
|
|
50
50
|
ast (~> 2.4.1)
|
|
51
|
-
pg (1.4.
|
|
51
|
+
pg (1.4.3)
|
|
52
52
|
pry (0.14.1)
|
|
53
53
|
coderay (~> 1.1)
|
|
54
54
|
method_source (~> 1.0)
|
|
@@ -74,42 +74,43 @@ GEM
|
|
|
74
74
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
75
75
|
rspec-support (~> 3.11.0)
|
|
76
76
|
rspec-support (3.11.0)
|
|
77
|
-
rubocop (1.
|
|
77
|
+
rubocop (1.35.0)
|
|
78
|
+
json (~> 2.3)
|
|
78
79
|
parallel (~> 1.10)
|
|
79
|
-
parser (>= 3.1.
|
|
80
|
+
parser (>= 3.1.2.1)
|
|
80
81
|
rainbow (>= 2.2.2, < 4.0)
|
|
81
82
|
regexp_parser (>= 1.8, < 3.0)
|
|
82
83
|
rexml (>= 3.2.5, < 4.0)
|
|
83
|
-
rubocop-ast (>= 1.
|
|
84
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
|
84
85
|
ruby-progressbar (~> 1.7)
|
|
85
86
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
86
|
-
rubocop-ast (1.
|
|
87
|
+
rubocop-ast (1.21.0)
|
|
87
88
|
parser (>= 3.1.1.0)
|
|
88
|
-
rubocop-config-umbrellio (1.
|
|
89
|
-
rubocop (~> 1.
|
|
89
|
+
rubocop-config-umbrellio (1.35.0.69)
|
|
90
|
+
rubocop (~> 1.35.0)
|
|
90
91
|
rubocop-performance (~> 1.14.0)
|
|
91
|
-
rubocop-rails (~> 2.
|
|
92
|
+
rubocop-rails (~> 2.15.0)
|
|
92
93
|
rubocop-rake (~> 0.6.0)
|
|
93
|
-
rubocop-rspec (~> 2.
|
|
94
|
+
rubocop-rspec (~> 2.12.0)
|
|
94
95
|
rubocop-sequel (~> 0.3.3)
|
|
95
96
|
rubocop-performance (1.14.3)
|
|
96
97
|
rubocop (>= 1.7.0, < 2.0)
|
|
97
98
|
rubocop-ast (>= 0.4.0)
|
|
98
|
-
rubocop-rails (2.
|
|
99
|
+
rubocop-rails (2.15.2)
|
|
99
100
|
activesupport (>= 4.2.0)
|
|
100
101
|
rack (>= 1.1)
|
|
101
102
|
rubocop (>= 1.7.0, < 2.0)
|
|
102
103
|
rubocop-rake (0.6.0)
|
|
103
104
|
rubocop (~> 1.0)
|
|
104
|
-
rubocop-rspec (2.
|
|
105
|
-
rubocop (~> 1.
|
|
105
|
+
rubocop-rspec (2.12.1)
|
|
106
|
+
rubocop (~> 1.31)
|
|
106
107
|
rubocop-sequel (0.3.4)
|
|
107
108
|
rubocop (~> 1.0)
|
|
108
109
|
ruby-progressbar (1.11.0)
|
|
109
110
|
ruby2_keywords (0.0.5)
|
|
110
111
|
semantic_logger (4.11.0)
|
|
111
112
|
concurrent-ruby (~> 1.0)
|
|
112
|
-
sequel (5.
|
|
113
|
+
sequel (5.59.0)
|
|
113
114
|
simplecov (0.21.2)
|
|
114
115
|
docile (~> 1.1)
|
|
115
116
|
simplecov-html (~> 0.11)
|
|
@@ -159,4 +160,4 @@ DEPENDENCIES
|
|
|
159
160
|
yard
|
|
160
161
|
|
|
161
162
|
BUNDLED WITH
|
|
162
|
-
2.3.
|
|
163
|
+
2.3.20
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: umbrellio-utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JustAnotherDude
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: memery
|
|
@@ -338,7 +338,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
338
338
|
- !ruby/object:Gem::Version
|
|
339
339
|
version: '0'
|
|
340
340
|
requirements: []
|
|
341
|
-
rubygems_version: 3.3.
|
|
341
|
+
rubygems_version: 3.3.20
|
|
342
342
|
signing_key:
|
|
343
343
|
specification_version: 4
|
|
344
344
|
summary: A set of utilities that speed up development
|