souls 1.4.2 → 1.4.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 239306b7dc5ebe9432057423ab586b13082540b79a217614dc34863574ff3e37
|
|
4
|
+
data.tar.gz: 343adbc45b7a36f8cba7e1336f46d50b21c12d3498a33123dda3d744b6517593
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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(
|
|
14
|
-
update_mutation(
|
|
15
|
-
delete_mutation(
|
|
16
|
-
destroy_delete_mutation(
|
|
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 +1 @@
|
|
|
1
|
-
1.4.
|
|
1
|
+
1.4.3
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.
|
|
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.
|
|
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-
|
|
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.
|