aethernal-agent 0.5.2 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +5 -5
- data/lib/aethernal_agent/version.rb +1 -1
- data/lib/aethernal_agent.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44a91ed33d9a3602d3dd5f5c3a97318905c0ef4a48303d9b2f7256b168803cad
|
4
|
+
data.tar.gz: d24c77ef204a9d066748085fda6e1cac8d818d7e155ef3270186c2ef1d6ab60a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a23b7254d610ab6426ac452da16c583e1d8bd07690775444abae66b03c22933b0f2fb049c690cd89a22ac3dd1cbc9e2025041face0d841c9891c5ecb02fe94b
|
7
|
+
data.tar.gz: 385935259fc039399456a9ded036492361bae1ed853049cac9ee0e4b9c95f61a293336d426254112dc02c3c4e5c60c0b82e030c3a803a18868613a9c8bbf14c9
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
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.
|
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.
|
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.
|
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.
|
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.
|
112
|
+
2.2.18
|
data/lib/aethernal_agent.rb
CHANGED
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.
|
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:
|
11
|
+
date: 2022-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|