metatron 0.1.6 → 0.1.7
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/.ruby-version +1 -1
- data/Gemfile.lock +7 -7
- data/lib/metatron/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: 0fda98cad9b41601c8d028c589e9283480d3320914b8c04055f25863b09cf6ac
|
|
4
|
+
data.tar.gz: f894ee38131cf57ba700ecf88ab047297f455d8df75aabb14540c53e425876ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 796b1c32cba1876e03e70fbf1c580825a9fcb24a28fac0fc0bbdb559ac7810823de4bd1c0852dd5ee4f3c16af72147e643d51d7a9568f2022c8cd102054f2205
|
|
7
|
+
data.tar.gz: 2d5c10480b359d1c8ae19dcb7c5fc8a4109b0a37999ff0ed031bac42b148fd75c1f482379dd9bfaffa4c3051dc29c26c623c5a13385e1be30a983ddddf30da04
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
metatron (0.1.
|
|
4
|
+
metatron (0.1.7)
|
|
5
5
|
json (~> 2.6)
|
|
6
6
|
puma (~> 5.6)
|
|
7
7
|
sinatra (~> 2.2)
|
|
@@ -26,13 +26,13 @@ GEM
|
|
|
26
26
|
multi_json (1.15.0)
|
|
27
27
|
mustermann (2.0.2)
|
|
28
28
|
ruby2_keywords (~> 0.0.1)
|
|
29
|
-
nio4r (2.5.
|
|
29
|
+
nio4r (2.5.9)
|
|
30
30
|
nokogiri (1.14.2-arm64-darwin)
|
|
31
31
|
racc (~> 1.4)
|
|
32
32
|
nokogiri (1.14.2-x86_64-linux)
|
|
33
33
|
racc (~> 1.4)
|
|
34
34
|
parallel (1.22.1)
|
|
35
|
-
parser (3.2.
|
|
35
|
+
parser (3.2.2.0)
|
|
36
36
|
ast (~> 2.4.1)
|
|
37
37
|
puma (5.6.5)
|
|
38
38
|
nio4r (~> 2.0)
|
|
@@ -57,21 +57,21 @@ GEM
|
|
|
57
57
|
rspec-expectations (3.12.2)
|
|
58
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
59
59
|
rspec-support (~> 3.12.0)
|
|
60
|
-
rspec-mocks (3.12.
|
|
60
|
+
rspec-mocks (3.12.5)
|
|
61
61
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
62
62
|
rspec-support (~> 3.12.0)
|
|
63
63
|
rspec-support (3.12.0)
|
|
64
|
-
rubocop (1.
|
|
64
|
+
rubocop (1.49.0)
|
|
65
65
|
json (~> 2.3)
|
|
66
66
|
parallel (~> 1.10)
|
|
67
67
|
parser (>= 3.2.0.0)
|
|
68
68
|
rainbow (>= 2.2.2, < 4.0)
|
|
69
69
|
regexp_parser (>= 1.8, < 3.0)
|
|
70
70
|
rexml (>= 3.2.5, < 4.0)
|
|
71
|
-
rubocop-ast (>= 1.
|
|
71
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
|
72
72
|
ruby-progressbar (~> 1.7)
|
|
73
73
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
74
|
-
rubocop-ast (1.
|
|
74
|
+
rubocop-ast (1.28.0)
|
|
75
75
|
parser (>= 3.2.1.0)
|
|
76
76
|
rubocop-capybara (2.17.1)
|
|
77
77
|
rubocop (~> 1.41)
|
data/lib/metatron/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metatron
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Gnagy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -294,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
294
294
|
- !ruby/object:Gem::Version
|
|
295
295
|
version: '0'
|
|
296
296
|
requirements: []
|
|
297
|
-
rubygems_version: 3.4.
|
|
297
|
+
rubygems_version: 3.4.10
|
|
298
298
|
signing_key:
|
|
299
299
|
specification_version: 4
|
|
300
300
|
summary: So meta
|