souls 1.4.2 → 1.4.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: 416fd8cb23913f32dd2d74904b4089fc6201ef45df5871d71f9a89ea43c20890
4
- data.tar.gz: 7da8d597219bfe628ab82f7a223ecdafc960572530577f099523e8282445ee51
3
+ metadata.gz: 239306b7dc5ebe9432057423ab586b13082540b79a217614dc34863574ff3e37
4
+ data.tar.gz: 343adbc45b7a36f8cba7e1336f46d50b21c12d3498a33123dda3d744b6517593
5
5
  SHA512:
6
- metadata.gz: c2593e815e44701fa53e049e2afa7f29c25b7f7bcf5625666103ff1500f4f6a4389abbc09ab9b2949ddf99e94e3eed006799340a78b1452eef32dec38c6c252b
7
- data.tar.gz: 921e389d5434769bfd8d98dfa07c7eb84e2ba55c17eb0d51baa9c33146e4c7d00f79a1722f4039e126ff6193976e488e350133446c765826b81eeeaec8856a74
6
+ metadata.gz: 5cf7f2c5185917297ac1addac5fa82a6dfec7da17783e12cc0167a71491a0a1041295aad604fe3d6669a570c7420fc6f83c0854ba877f952fcfb360cae4cee91
7
+ data.tar.gz: a18ab5cb2716ddccb0b9fa46006d44cec83fe09762743ceec75b3b7cc67625d88b9b2533bb08b14e44073916cf0703c71e8c51e25c3bc8e8fac0c5ee4a9aabef
@@ -10,10 +10,10 @@ module Souls
10
10
  file_path = "./app/graphql/mutations/base/#{singularized_class_name}/create_#{singularized_class_name}.rb"
11
11
  return "Mutation already exist! #{file_path}" if File.exist?(file_path)
12
12
 
13
- create_mutation(class_name: singularized_class_name)
14
- update_mutation(class_name: singularized_class_name)
15
- delete_mutation(class_name: singularized_class_name)
16
- destroy_delete_mutation(class_name: singularized_class_name)
13
+ create_mutation(singularized_class_name)
14
+ update_mutation(singularized_class_name)
15
+ delete_mutation(singularized_class_name)
16
+ destroy_delete_mutation(singularized_class_name)
17
17
  end
18
18
  rescue Thor::Error => e
19
19
  raise(Thor::Error, e)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.4.2".freeze
2
+ VERSION = "1.4.3".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.4.2
1
+ 1.4.3
@@ -1 +1 @@
1
- 1.4.2
1
+ 1.4.3
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: 1.4.2
4
+ version: 1.4.3
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-11-05 00:00:00.000000000 Z
13
+ date: 2021-11-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -232,7 +232,7 @@ metadata:
232
232
  homepage_uri: https://souls.elsoul.nl
233
233
  source_code_uri: https://github.com/elsoul/souls
234
234
  changelog_uri: https://github.com/elsoul/souls
235
- post_install_message:
235
+ post_install_message:
236
236
  rdoc_options: []
237
237
  require_paths:
238
238
  - lib
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
248
248
  version: '0'
249
249
  requirements: []
250
250
  rubygems_version: 3.2.22
251
- signing_key:
251
+ signing_key:
252
252
  specification_version: 4
253
253
  summary: Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep,
254
254
  Active Record, RSpec, RuboCop, and Google Cloud.