souls 0.66.3 → 0.67.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: ebe34aa1db4723fa7b163777eb253fcb9428aa3840bbc331d0f6afda796c5cf6
4
- data.tar.gz: 91e80663564657018c3f1ead3e6f040e384eb1e15e200518d0f8c8e3bee6ba5b
3
+ metadata.gz: 2ea18c5d8e5db2d8ce10b76f069e56f342bb17f4fb3965c292028d455773f22f
4
+ data.tar.gz: 2f52323e8c002c4798a17bb4a92c004b06af456a7d1c4918909338c766099ba9
5
5
  SHA512:
6
- metadata.gz: e26a2fb84d6852c98b534b36a16e030b350673f26abec817d5a4250ea658120c003e45b2e2fc24a4bb4b5c5e0af9c615e17e0f8ff29dcf39dc4efd8ef07079a3
7
- data.tar.gz: 50f2032f270ee0203bd418f1b044862a5d0e6c37e9d4312d46435cb97a3796fe729a0a9a7898949835d93d1aff5606253211c32a397a7d3af96a720e292f4ec4
6
+ metadata.gz: 5e6ff3c3ac40131edaf62bf100af8aff513c5d5c3d9dfe7e7f87d670122c7bbbf7014beb76a85698d811b4b5bb9131090424bdd609946eb7b8eb64a0726cf445
7
+ data.tar.gz: 10595cbb552d2cb92c0e5c579abe475ab6641a251d49946e0912d7fb962f6007da13f9feeb60ab480e6501c89918bd5674003385b73e2abbf4af28962fc148b6
@@ -49,6 +49,8 @@ module Souls
49
49
  end
50
50
  end
51
51
  end
52
+ FileUtils.rm(file_path)
53
+ FileUtils.mv(new_file_path, file_path)
52
54
  end
53
55
 
54
56
  def procfile(worker_name: "mailer", port: 3000)
@@ -1,7 +1,7 @@
1
1
  module Souls
2
2
  class Generate < Thor
3
3
  desc "job [CLASS_NAME]", "Generate Job File in Worker"
4
- method_option :mutation, type: :boolean, aliases: "--mailer", default: false, desc: "Mailer Option"
4
+ method_option :mailer, type: :boolean, aliases: "--mailer", default: false, desc: "Mailer Option"
5
5
  def job(class_name)
6
6
  if options[:mailer]
7
7
  mailgun_mailer(class_name: class_name)
@@ -11,13 +11,11 @@ module Souls
11
11
  file_path = "#{file_dir}#{singularized_class_name}.rbs"
12
12
  File.open(file_path, "w") do |f|
13
13
  f.write(<<~TEXT)
14
- module Types
15
- module Mutations
16
- String: String
17
- class #{singularized_class_name.camelize} < BaseMutation
18
- def self.description: (String) -> untyped
19
- def self.field: (:response, String, null: false) -> untyped
20
- end
14
+ module Mutations
15
+ String: String
16
+ class #{singularized_class_name.camelize} < BaseMutation
17
+ def self.description: (String) -> untyped
18
+ def self.field: (:response, String, null: false) -> untyped
21
19
  end
22
20
  end
23
21
  TEXT
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.66.3".freeze
2
+ VERSION = "0.67.3".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.45.3
1
+ 0.46.3
@@ -1 +1 @@
1
- 0.45.3
1
+ 0.46.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: 0.66.3
4
+ version: 0.67.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-10-01 00:00:00.000000000 Z
13
+ date: 2021-10-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -207,7 +207,7 @@ metadata:
207
207
  homepage_uri: https://souls.elsoul.nl
208
208
  source_code_uri: https://github.com/elsoul/souls
209
209
  changelog_uri: https://github.com/elsoul/souls
210
- post_install_message:
210
+ post_install_message:
211
211
  rdoc_options: []
212
212
  require_paths:
213
213
  - lib
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  version: '0'
224
224
  requirements: []
225
225
  rubygems_version: 3.2.22
226
- signing_key:
226
+ signing_key:
227
227
  specification_version: 4
228
228
  summary: Welcome to SOULs Serverless Application Framework! - Focus on business logic
229
229
  in serverless environment - Maximize development efficiency with CI / CD standard