souls 1.4.0 → 1.4.1

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: 504cd4ab4030690ba86843de1b9af5544394c39480a8394e2bc0be6e9cc09494
4
- data.tar.gz: 1294690c238452bcd9a5d06e2f4b1f6eeec02c1da8850772bb523a88e80f41ec
3
+ metadata.gz: dbb16141ab19f58659aeb2e45587f68cf946f86a0560fd16f795f7a1d9a62a6c
4
+ data.tar.gz: 381b9878c2e9aae9377f8ccf89527f205948f771c5488b0514b236090e7b685f
5
5
  SHA512:
6
- metadata.gz: 58ba05001034b78f384ab7fb2c6c9d36b3e15881433a810242530c60677aef2b4f69e55d67542f676bc2ccd638744bb79b5c99c97c16c42575082d5bc2e8b112
7
- data.tar.gz: 3ac42b34963cd62fd8e53520594a5f2ece24763dcdbdd70ac4dbea94694014b724caed14c75f543f61847de7313f92b63e2518fb1213561c4da3aeeae1554693
6
+ metadata.gz: 2db6f4571323641f101d9fbcc4c8323346bb7e585b027338a2404bd8205379bb8cb8d1723f549e6d09fdebe0d390f7d985d72a1de1649822babb61ae75fc9751
7
+ data.tar.gz: 3dbb68d38591725177e54af26172d6476bf6fe802b097df4bb840c0d4d9fac8fa1a4f939e36ad94e53f25987b63c5be0a17b335dbe87b351e69a01f6a6359d49
data/README.md CHANGED
@@ -11,12 +11,16 @@
11
11
  </a>
12
12
  <a aria-label="Downloads Number" href="https://rubygems.org/gems/souls">
13
13
  <img alt="" src="https://badgen.net/rubygems/dt/souls">
14
+ </a>
15
+ <a aria-label="Test" href="https://rubygems.org/gems/souls">
16
+ <img alt="" src="https://github.com/elsoul/souls/actions/workflows/gem-test.yml/badge.svg">
14
17
  </a>
15
18
  <a aria-label="License" href="https://github.com/elsoul/souls/blob/master/LICENSE.txt">
16
19
  <img alt="" src="https://badgen.net/badge/license/Apache/blue">
17
20
  </a>
18
21
  </p>
19
22
 
23
+
20
24
  ## SOULs Serverless Application Framework Document
21
25
 
22
26
  - [Go to SOULs Document](https://souls.elsoul.nl/)
@@ -21,7 +21,7 @@ module Souls
21
21
  git submodule add -f https://github.com/ruby/gem_rbs_collection.git vendor/rbs/gem_rbs_collection
22
22
  "
23
23
  )
24
- souls_api_credit(app_name: app_name, service_name: service_name)
24
+ souls_api_credit(app_name)
25
25
  end
26
26
 
27
27
  private
@@ -165,7 +165,7 @@ module Souls
165
165
  FileUtils.rm(sig_name)
166
166
  end
167
167
 
168
- def souls_api_credit(app_name: "souls")
168
+ def souls_api_credit(app_name)
169
169
  line = Paint["====================================", :yellow]
170
170
  puts("\n")
171
171
  puts(line)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.4.0".freeze
2
+ VERSION = "1.4.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.4.1
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.4.1
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: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-11-04 00:00:00.000000000 Z
13
+ date: 2021-11-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport