souls 1.7.27 → 1.7.28

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: 3a290f2d3352519c56e7fc9bd6700e0d2e4491f72baffd2b68c8577a7fb66a79
4
- data.tar.gz: 37cfe63c0027a77d9e0e3d034ea613878400cf2693d76c35a3d92410d78e5680
3
+ metadata.gz: 433864951f148327fa9bea3360e1b96cf49757dff0113eccd14483fe5831483f
4
+ data.tar.gz: cfc5b861eac58198199c62d4b625ce5424784d135d89fa83141df6324072f5bd
5
5
  SHA512:
6
- metadata.gz: bc96eb79e065a30d1dea1ffd3453ed945e5e685290e02f37afdab0d96b196359c728129d133c311fdbd53736013d46ff38225546fb0d16acb261dd8b4025ff23
7
- data.tar.gz: aa9a78d415b6b0ff15d68033461b56ad38db2e020f41ab7b2936582505f7e9864dc0336d67b4b05198f6adcdaa94f729889d7247ba746f789b1206db3a5ebcdf
6
+ metadata.gz: fd8c88200dc6611502cf7a01c1c875d29b7647e9fa0df87a3a4cc3d34282fed54a1f3bb9349ec9a35e6ae691b449be4b38e5dd78ac9dbc50b8a3d977dc78e446
7
+ data.tar.gz: ea9c8e5d9cf37bc0f5de58464d2114ffc4fb5f19c98a27f39d0f9d4c180ed08a98ae259b1118ddd5acfdb949c2d2e6ca0c9bc10f588a8e5d1385fee940b5556e
data/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  <img alt="" src="https://badgen.net/rubygems/dt/souls">
17
17
  </a>
18
18
  <a aria-label="Test" href="https://rubygems.org/gems/souls">
19
- <img alt="" src="https://github.com/elsoul/souls/actions/workflows/gem-test.yml/badge.svg">
19
+ <img alt="" src="https://github.com/elsoul/souls/actions/workflows/test.yml/badge.svg">
20
20
  </a>
21
21
  <a aria-label="License" href="https://github.com/elsoul/souls/blob/master/LICENSE.txt">
22
22
  <img alt="" src="https://badgen.net/badge/license/Apache/blue">
@@ -9,7 +9,9 @@ module Souls
9
9
  file_dir = "./sig/#{worker_name}/app/graphql/queries/"
10
10
  FileUtils.mkdir_p(file_dir) unless Dir.exist?(file_dir)
11
11
  file_path = "#{file_dir}#{singularized_class_name}.rbs"
12
- type_file_path = "./sig/#{worker_name}/app/graphql/types/#{singularized_class_name}_type.rbs"
12
+ sig_type_path = "./sig/#{worker_name}/app/graphql/types"
13
+ FileUtils.mkdir_p(sig_type_path) unless Dir.exist?(sig_type_path)
14
+ type_file_path = "#{sig_type_path}/#{singularized_class_name}_type.rbs"
13
15
  File.open(file_path, "w") do |f|
14
16
  f.write(<<~TEXT)
15
17
  module Queries
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.7.27".freeze
2
+ VERSION = "1.7.28".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.7.27
1
+ 1.7.28
@@ -1 +1 @@
1
- 1.7.27
1
+ 1.7.28
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.27
4
+ version: 1.7.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-11-16 00:00:00.000000000 Z
13
+ date: 2021-11-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport