souls 0.14.3 → 0.14.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: 6d23a325d465a04acf398abbe43f7b437a2bf80b9f9d6781e7dce9e6d2869e3f
4
- data.tar.gz: 0461a1b6872078e0c2df3e63376676c1158d928df2058ed72598b077b95bc789
3
+ metadata.gz: 5d79dec3001f5fce96fd75f9768c552f9c77d544f5f0fa29a64936576ea75a9f
4
+ data.tar.gz: 8d0d675f1e8867e4312e6f82a3ab336896bbebb6a866ef0efb1d26c73ed5b420
5
5
  SHA512:
6
- metadata.gz: 6fb6c07afbc8dbc4652e77e4ef65d414e1a4041dddc72bf71e8b8ce54cad84cbf450bda3e4f5876dadb5ebdc63993de280c29648aafe575c0d603ea10054b985
7
- data.tar.gz: 518118fef287de1dfcf33b7fcf9a9bdfac97d6c470337640bb6d72562f01bdbee6c02a682c6e7044a7d74f8e7d5ded67bdde98a96d8cd57537f82bee5663bdc1
6
+ metadata.gz: d208a0f75994160c6290433bd847f3c78c5ea8941608d144eb73f888be2dc0b280bad136cf2836ced64986a39847199b29647b0805f0b2af9c8942c77f116b6a
7
+ data.tar.gz: a5bffc45777be8ed491c906be4c6df538fc379404584ba8a99bfe0697fcdef28fe6fade2175d1b73e933ac19463b71e0a30640f8d0218edafa5756ee21d9c530
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.14.2)
4
+ souls (0.14.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/exe/souls CHANGED
@@ -62,7 +62,7 @@ begin
62
62
  when "migrate_all"
63
63
  Souls::Init.migrate_all
64
64
  when "migration"
65
- `rake db:create_migration NAME=#{ARGV[3]}`
65
+ `rake db:create_migration NAME=#{ARGV[2]}`
66
66
  when "rspec_factory"
67
67
  Souls::Init.rspec_factory class_name: ARGV[2]
68
68
  when "rspec_model"
data/lib/souls/init.rb CHANGED
@@ -526,11 +526,6 @@ module Souls
526
526
 
527
527
  def mutation class_name: "souls"
528
528
  singularized_class_name = class_name.singularize
529
- if Dir.exist? "./app/graphql/mutations/#{singularized_class_name}"
530
- create_confirm dir_path: "./app/graphql/mutations/#{singularized_class_name}"
531
- else
532
- Dir.mkdir "./app/graphql/mutations/#{singularized_class_name}"
533
- end
534
529
  create_mutation_head class_name: singularized_class_name
535
530
  relation_params = create_mutation_params class_name: singularized_class_name
536
531
  create_mutation_after_params class_name: singularized_class_name, relation_params: relation_params
data/lib/souls/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.14.3"
2
+ VERSION = "0.14.4"
3
3
  end
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.14.3
4
+ version: 0.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI