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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eccfd65a990a55c7b1d365e1590278fbbe378234e3dab7cf86d39739384948a7
4
- data.tar.gz: c7ca4f6c56ce023a13ed2e047977352c28b794cc80dc2c13d61a34bdea428b0e
3
+ metadata.gz: fb337b1ca467483546c4704adda9a1dc12c7378b806558fbb9fbad95bb014e54
4
+ data.tar.gz: 513b3415539ecdf5a47c47da4f64f63bf85a3c5e51360d4c8194b1ad9ead0933
5
5
  SHA512:
6
- metadata.gz: cb25ec736a6f5f5021ea7c01f7273ee9b2f770d8f0e021147f383aae9eefd4fd84088bfb600d2412bb2f019719b554e3ea4dad3b169ea7de093629594e1d6846
7
- data.tar.gz: f064806fbeecb0f464e4ac2ca343b25b28d70db7dbc5f5cb26b3ea571ed0a9cbc1e2600d23ef49e8c2168898439aaedd01f90e79638747d0bc53b91fd9cac93b
6
+ metadata.gz: 4b1710a3d01e9f153430d095b6440960bc88a6d58998f899040250b72d39d9cdd795eb765b9da6f92370400cac0ff973e9bd0bc72d454219750290b5e90a5ee8
7
+ data.tar.gz: 8d326e8302499e91918ce6cd562ad1a76d58fb139720db48381e916259ca89dc2e02e15b905afb661d90a2fae3c1b0db03fd9380e63d335aaeff68d0a7624cef
data/Gemfile CHANGED
@@ -7,5 +7,5 @@ gem "activesupport", "6.1.3.2"
7
7
  gem "parser", "3.0.1.1"
8
8
  gem "rake", "13.0.3"
9
9
  gem "rspec", "3.10.0"
10
- gem "rubocop", "1.15.0"
10
+ gem "rubocop", "1.16.1"
11
11
  gem "steep", "0.44.1"
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.8)
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.15.0)
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.5.0, < 2.0)
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.6.0)
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.15.0)
86
+ rubocop (= 1.16.1)
88
87
  souls!
89
88
  steep (= 0.44.1)
90
89
 
91
90
  BUNDLED WITH
92
- 2.2.18
91
+ 2.2.19
@@ -113,6 +113,7 @@ module Souls
113
113
  argument :id, String, required: true
114
114
  EOS
115
115
  end
116
+ file_path
116
117
  end
117
118
 
118
119
  def update_mutation_params class_name: "souls"
data/lib/souls/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.21.3"
2
+ VERSION = "0.21.4"
3
3
  end
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.3
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-05-27 00:00:00.000000000 Z
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.