aethernal-agent 0.5.0 → 0.6.0

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: 2d8055c7d1b1bf71af6a321abd229cdb2fcf82d79d88174ba7815ef7b7dd2f38
4
- data.tar.gz: cbbd579c4230a2690749292dbbcd4985caa7f259169869d2d9456cf737721805
3
+ metadata.gz: 44a91ed33d9a3602d3dd5f5c3a97318905c0ef4a48303d9b2f7256b168803cad
4
+ data.tar.gz: d24c77ef204a9d066748085fda6e1cac8d818d7e155ef3270186c2ef1d6ab60a
5
5
  SHA512:
6
- metadata.gz: 809e13d887f7fef2600032d1968528b7118e682a771fe4e36542e7512e19288fc4f3297e5ee13403b881f9a379237351b889bf73042812ea8042ef0abe9dc077
7
- data.tar.gz: e18fbd01adae6c4342d4811ecc404cfd4ef52e339d43f5eb226b7f3a3aa8332bf550610ce7436d8f23ccdfbb8eea82f7b77b4fcf0283c8ab35ef94b47afb0bf6
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
@@ -43,7 +43,7 @@ package:
43
43
  ppa:
44
44
  - deluge-team/stable
45
45
  apt:
46
- "1804":
46
+ "all":
47
47
  packages:
48
48
  - deluged
49
49
  - deluge-gtk
@@ -53,7 +53,7 @@ package:
53
53
  auto_extract: true
54
54
  always_latest: false
55
55
  apt:
56
- "1804":
56
+ "all":
57
57
  packages:
58
58
  - libicu-dev
59
59
  - libunwind8
@@ -65,3 +65,11 @@ package:
65
65
  packages:
66
66
  - mono-devel
67
67
  - mediainfo
68
+ "2004":
69
+ add_sources:
70
+ mono_stable:
71
+ source_url: "deb https://download.mono-project.com/repo/ubuntu stable-focal main"
72
+ key_id: "3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
73
+ packages:
74
+ - mono-devel
75
+ - mediainfo
@@ -29,7 +29,7 @@ actions:
29
29
  estimated_size_mb: 12
30
30
  package:
31
31
  apt:
32
- "1804":
32
+ "all":
33
33
  add_sources:
34
34
  syncthing:
35
35
  source_url: "deb https://apt.syncthing.net/ syncthing stable"
@@ -35,7 +35,7 @@ actions:
35
35
  estimated_size_mb: 600
36
36
  package:
37
37
  apt:
38
- "1804":
38
+ "all":
39
39
  packages:
40
40
  - xfce4
41
41
  - tightvncserver
@@ -1,3 +1,3 @@
1
1
  module AethernalAgent
2
- VERSION = "0.5.0"
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.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: 2021-06-14 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