souls 0.21.3 → 0.21.4
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 +1 -1
- data/Gemfile.lock +6 -7
- data/lib/souls/generate/mutation.rb +1 -0
- data/lib/souls/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb337b1ca467483546c4704adda9a1dc12c7378b806558fbb9fbad95bb014e54
|
|
4
|
+
data.tar.gz: 513b3415539ecdf5a47c47da4f64f63bf85a3c5e51360d4c8194b1ad9ead0933
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b1710a3d01e9f153430d095b6440960bc88a6d58998f899040250b72d39d9cdd795eb765b9da6f92370400cac0ff973e9bd0bc72d454219750290b5e90a5ee8
|
|
7
|
+
data.tar.gz: 8d326e8302499e91918ce6cd562ad1a76d58fb139720db48381e916259ca89dc2e02e15b905afb661d90a2fae3c1b0db03fd9380e63d335aaeff68d0a7624cef
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -13,7 +13,7 @@ GEM
|
|
|
13
13
|
tzinfo (~> 2.0)
|
|
14
14
|
zeitwerk (~> 2.3)
|
|
15
15
|
ast (2.4.2)
|
|
16
|
-
concurrent-ruby (1.1.
|
|
16
|
+
concurrent-ruby (1.1.9)
|
|
17
17
|
diff-lcs (1.4.4)
|
|
18
18
|
ffi (1.15.1)
|
|
19
19
|
i18n (1.8.10)
|
|
@@ -47,16 +47,16 @@ GEM
|
|
|
47
47
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
48
48
|
rspec-support (~> 3.10.0)
|
|
49
49
|
rspec-support (3.10.2)
|
|
50
|
-
rubocop (1.
|
|
50
|
+
rubocop (1.16.1)
|
|
51
51
|
parallel (~> 1.10)
|
|
52
52
|
parser (>= 3.0.0.0)
|
|
53
53
|
rainbow (>= 2.2.2, < 4.0)
|
|
54
54
|
regexp_parser (>= 1.8, < 3.0)
|
|
55
55
|
rexml
|
|
56
|
-
rubocop-ast (>= 1.
|
|
56
|
+
rubocop-ast (>= 1.7.0, < 2.0)
|
|
57
57
|
ruby-progressbar (~> 1.7)
|
|
58
58
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
59
|
-
rubocop-ast (1.
|
|
59
|
+
rubocop-ast (1.7.0)
|
|
60
60
|
parser (>= 3.0.1.1)
|
|
61
61
|
ruby-progressbar (1.11.0)
|
|
62
62
|
steep (0.44.1)
|
|
@@ -76,7 +76,6 @@ GEM
|
|
|
76
76
|
zeitwerk (2.4.2)
|
|
77
77
|
|
|
78
78
|
PLATFORMS
|
|
79
|
-
x86_64-darwin-20
|
|
80
79
|
x86_64-linux
|
|
81
80
|
|
|
82
81
|
DEPENDENCIES
|
|
@@ -84,9 +83,9 @@ DEPENDENCIES
|
|
|
84
83
|
parser (= 3.0.1.1)
|
|
85
84
|
rake (= 13.0.3)
|
|
86
85
|
rspec (= 3.10.0)
|
|
87
|
-
rubocop (= 1.
|
|
86
|
+
rubocop (= 1.16.1)
|
|
88
87
|
souls!
|
|
89
88
|
steep (= 0.44.1)
|
|
90
89
|
|
|
91
90
|
BUNDLED WITH
|
|
92
|
-
2.2.
|
|
91
|
+
2.2.19
|
data/lib/souls/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: souls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.21.
|
|
4
|
+
version: 0.21.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- POPPIN-FUMI
|
|
8
8
|
- KishiTheMechanic
|
|
9
9
|
- James Neve
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-
|
|
13
|
+
date: 2021-06-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: SOULS is a GraphQL Based Web Application Framework for Microservices
|
|
16
16
|
on Multi Cloud Platform such as Google Cloud Platform, Amazon Web Services, and
|
|
@@ -69,7 +69,7 @@ metadata:
|
|
|
69
69
|
homepage_uri: https://github.com/elsoul/souls
|
|
70
70
|
source_code_uri: https://github.com/elsoul/souls
|
|
71
71
|
changelog_uri: https://github.com/elsoul/souls
|
|
72
|
-
post_install_message:
|
|
72
|
+
post_install_message:
|
|
73
73
|
rdoc_options: []
|
|
74
74
|
require_paths:
|
|
75
75
|
- lib
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
87
|
rubygems_version: 3.2.15
|
|
88
|
-
signing_key:
|
|
88
|
+
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
90
|
summary: SOULS is a GraphQL Based Web Application Framework for Microservices on Multi
|
|
91
91
|
Cloud Platform such as Google Cloud Platform, Amazon Web Services, and Alibaba Cloud.
|