souls 0.63.2 → 0.63.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13ce1112390dbca7473e20a4f3962cd455c39cad436073f08246fc55d42320a1
4
- data.tar.gz: 2db570f4de3bdb80670da3da0df10c15034da10d2d179c5688a13fb9c59950a5
3
+ metadata.gz: 37e9d8ea6b8b2cbd761768d2d81b7a3f1da0cf1bb9426cbcaa7845ded51b8120
4
+ data.tar.gz: beac9476e5d9399386a1eb2b3f7f8c30ed7f9ab967c5de941912a62d15dc091d
5
5
  SHA512:
6
- metadata.gz: d7661edb4592c9fb8d8f460bf9cb7097c98aea6c54c08b6a416e15aa274d66316abf7ca7582dc6de572b1602e9a441642902d8ec63671f932e99d07a533c94a9
7
- data.tar.gz: fc9a6b7dccb3e5b5d428055f4470b33427586e7285cae4bc50c86afcc5789ee39d59600f0cba22e492f6145acd849e2781120fa34fb5d0ab0d507c056e84a367
6
+ metadata.gz: 2bb2efa5abfd292da21e0e145e21901d1dd67e17479a5ca257d47cd7312ef111e7aba864e95400c3ad7c6710eb554cd8e15ff11a6186a7f293d1ff12637eef41
7
+ data.tar.gz: 34c114dfe873f3bf41dca13400d5b5f248979344776335c689ba290bf6340f93c1bae339ecd5a52254897384fdad3eaf50164442b25346f9f09903e0961be373
@@ -23,7 +23,7 @@ module Souls
23
23
  def create_mutation(class_name: "user")
24
24
  file_path = ""
25
25
  singularized_class_name = class_name.singularize.underscore
26
- Dir.chdir(Souls.get_mother_path.to_s) do
26
+ Dir.chdir(Souls.get_api_path.to_s) do
27
27
  file_dir = "./app/graphql/mutations/base/#{singularized_class_name}"
28
28
  FileUtils.mkdir_p(file_dir) unless Dir.exist?(file_dir)
29
29
  file_path = "#{file_dir}/create_#{singularized_class_name}.rb"
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.63.2".freeze
2
+ VERSION = "0.63.3".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.42.2
1
+ 0.42.3
@@ -1 +1 @@
1
- 0.42.2
1
+ 0.42.3
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: 0.63.2
4
+ version: 0.63.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI