aethernal-agent 0.5.2 → 0.6.0

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: c9afa681412ba569d20bf30b2fcfd404200fba8ea229bd231d518f309e3e6c45
4
- data.tar.gz: e71d4b8212539b24ea22cf29a4689423df61d557f8f174e0135e5449a9035cc1
3
+ metadata.gz: 44a91ed33d9a3602d3dd5f5c3a97318905c0ef4a48303d9b2f7256b168803cad
4
+ data.tar.gz: d24c77ef204a9d066748085fda6e1cac8d818d7e155ef3270186c2ef1d6ab60a
5
5
  SHA512:
6
- metadata.gz: 561cca252f7db229b552dc0de3c6127ab62689647b4298fedb54cea02527aaa2ea3c7fb1875d6039182dde9b7b11fcc30f8f0ad08cb4b45f376b2e5e33968957
7
- data.tar.gz: 99263f7db7b32d46d62b392250ba8ea140d1efc7311c0c1c6df8d62daf2e20d0cb295e7d176c54a986094cbbca554a91ca53012499c5a9450fe14b2f5e76b2d5
6
+ metadata.gz: 8a23b7254d610ab6426ac452da16c583e1d8bd07690775444abae66b03c22933b0f2fb049c690cd89a22ac3dd1cbc9e2025041face0d841c9891c5ecb02fe94b
7
+ data.tar.gz: 385935259fc039399456a9ded036492361bae1ed853049cac9ee0e4b9c95f61a293336d426254112dc02c3c4e5c60c0b82e030c3a803a18868613a9c8bbf14c9
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.5
1
+ 2.7.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aethernal-agent (0.5.0)
4
+ aethernal-agent (0.6.0)
5
5
  activesupport
6
6
  bcrypt
7
7
  docker-api (~> 1.34.2)
@@ -15,7 +15,7 @@ PATH
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
- activesupport (6.1.3.2)
18
+ activesupport (6.1.4.1)
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
20
  i18n (>= 1.6, < 2)
21
21
  minitest (>= 5.1)
@@ -24,12 +24,12 @@ GEM
24
24
  backports (3.21.0)
25
25
  bcrypt (3.1.16)
26
26
  coderay (1.1.3)
27
- concurrent-ruby (1.1.8)
27
+ concurrent-ruby (1.1.9)
28
28
  diff-lcs (1.4.4)
29
29
  docker-api (1.34.2)
30
30
  excon (>= 0.47.0)
31
31
  multi_json
32
- excon (0.81.0)
32
+ excon (0.85.0)
33
33
  i18n (1.8.10)
34
34
  concurrent-ruby (~> 1.0)
35
35
  method_source (1.0.0)
@@ -109,4 +109,4 @@ DEPENDENCIES
109
109
  serverspec
110
110
 
111
111
  BUNDLED WITH
112
- 2.2.15
112
+ 2.2.18
@@ -1,3 +1,3 @@
1
1
  module AethernalAgent
2
- VERSION = "0.5.2"
2
+ VERSION = "0.6.0"
3
3
  end
@@ -2,6 +2,7 @@ require 'yaml'
2
2
  require 'thor'
3
3
  require 'docker-api'
4
4
  require 'sqlite3'
5
+ require 'active_support'
5
6
  require 'active_support/core_ext/hash/indifferent_access'
6
7
  require 'active_support/core_ext/string'
7
8
  require 'ostruct'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aethernal-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maran
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-06 00:00:00.000000000 Z
11
+ date: 2022-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler