souls 0.7.5 → 0.7.6

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: '0823980d65837aead6add63c442e3c750572c64289f926e5f1b0ed361ce634ab'
4
- data.tar.gz: be2292aa74d90857fffe33cc5b24af875311db2c25a94c16955c16515f57736d
3
+ metadata.gz: 47e6b2a079af928e185a0ccf769e97eaa932cd994bf05e16451c13db6ec3071c
4
+ data.tar.gz: 04c96c6478eb1e02fa2b290f056a2e292becb8fad8ebb0ea2df6cddf006eeb70
5
5
  SHA512:
6
- metadata.gz: 9a8fd3de8cd42aa0997d5f8691fcc028ecae4443443f712e40eb61a1fa412f04468e636acbaceeab19c84b3db7ef953a4b345c201a1e2b151cb82f438fe916d2
7
- data.tar.gz: a1c928ce66ef6dc9e240f5e96f5693fc9dc19a7c1193b763b94ebd1d4ff7ffafdaabf45d414a9b22236ce3990b6eaad4139d7fdc95d683dd8b6fe19a741a1201
6
+ metadata.gz: e2f9a60b24b5882c764f4ace8a4c286c81776e3deec45d7cf13c607b7e9067271497b67520b7ea4c8b11f0b8ab3e25565de3c54103220be91099191c8b1d4a8f
7
+ data.tar.gz: 5bb96be89d348a6d85e041dc0ebf733bc90f955848323570eb10333af48e170d7d6be9199905b7b87f453cee02462282123bdf80de054380fc8eb6f646cfd009
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.7.4)
4
+ souls (0.7.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,6 @@
1
1
  require "souls/version"
2
2
  require "souls/init"
3
+ require "json"
3
4
 
4
5
  module Souls
5
6
  class Error < StandardError; end
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.7.5"
2
+ VERSION = "0.7.6"
3
3
  end
Binary file
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.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-01-04 00:00:00.000000000 Z
12
+ date: 2021-01-05 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: SOULS is a Web Application Framework for Microservices on Multi Cloud
15
15
  Platform such as Google Cloud Platform, Amazon Web Services, and Alibaba Cloud.
@@ -45,6 +45,7 @@ files:
45
45
  - lib/souls/version.rb
46
46
  - rbs/init.rbs
47
47
  - souls.gemspec
48
+ - v0.0.8.tar.gz
48
49
  homepage: https://github.com/elsoul/souls
49
50
  licenses:
50
51
  - Apache-2.0