rrm 0.1.3 → 0.1.4
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 +4 -4
- data/Gemfile.lock +18 -18
- data/exe/rrm +5 -1
- data/lib/rrm/updater.rb +2 -0
- data/lib/rrm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbb3dfbdf21d569ccfd9e3b78ceca0bfb88fa0aa9805c829f3362fb3cfd5be61
|
|
4
|
+
data.tar.gz: afef0f01d572088358d99a10d45d96e6e9d7c1389de0d3137460e759f4537e70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a3b96fe8071dda6ceb3f8976fee10cc49ee0feffdcae005418d836585a03c3660588804366e913977c0d30312a96948f9733bf9f7fdc1b084fc6a0050074ed3
|
|
7
|
+
data.tar.gz: 938d38ff44cfe3793f8630bef640314f0f785ed8ed3d28230a1cf5f63c2e23c79d7d2ea4a34e9e2d9e7b0739ef8524b32442308711df735fe68a803327aec3f7
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rrm (0.1.
|
|
4
|
+
rrm (0.1.3)
|
|
5
5
|
docker-api (~> 1.34)
|
|
6
6
|
git (~> 1.5)
|
|
7
7
|
highline (~> 2.0)
|
|
@@ -19,20 +19,20 @@ GEM
|
|
|
19
19
|
crack (0.4.3)
|
|
20
20
|
safe_yaml (~> 1.0.0)
|
|
21
21
|
diff-lcs (1.3)
|
|
22
|
-
docile (1.3.
|
|
22
|
+
docile (1.3.2)
|
|
23
23
|
docker-api (1.34.2)
|
|
24
24
|
excon (>= 0.47.0)
|
|
25
25
|
multi_json
|
|
26
|
-
excon (0.
|
|
26
|
+
excon (0.65.0)
|
|
27
27
|
git (1.5.0)
|
|
28
|
-
hashdiff (0.
|
|
29
|
-
highline (2.0.
|
|
28
|
+
hashdiff (1.0.0)
|
|
29
|
+
highline (2.0.2)
|
|
30
30
|
json (2.2.0)
|
|
31
31
|
mini_portile2 (2.4.0)
|
|
32
32
|
multi_json (1.13.1)
|
|
33
|
-
nokogiri (1.10.
|
|
33
|
+
nokogiri (1.10.3)
|
|
34
34
|
mini_portile2 (~> 2.4.0)
|
|
35
|
-
public_suffix (3.
|
|
35
|
+
public_suffix (3.1.1)
|
|
36
36
|
rake (10.5.0)
|
|
37
37
|
rspec (3.8.0)
|
|
38
38
|
rspec-core (~> 3.8.0)
|
|
@@ -48,12 +48,12 @@ GEM
|
|
|
48
48
|
rspec-support (~> 3.8.0)
|
|
49
49
|
rspec-support (3.8.0)
|
|
50
50
|
safe_yaml (1.0.5)
|
|
51
|
-
simplecov (0.
|
|
51
|
+
simplecov (0.17.0)
|
|
52
52
|
docile (~> 1.1)
|
|
53
53
|
json (>= 1.8, < 3)
|
|
54
54
|
simplecov-html (~> 0.10.0)
|
|
55
55
|
simplecov-html (0.10.2)
|
|
56
|
-
slop (4.
|
|
56
|
+
slop (4.7.0)
|
|
57
57
|
strings-ansi (0.1.0)
|
|
58
58
|
tty-cursor (0.6.1)
|
|
59
59
|
tty-progressbar (0.16.0)
|
|
@@ -62,26 +62,26 @@ GEM
|
|
|
62
62
|
tty-screen (~> 0.6.4)
|
|
63
63
|
unicode-display_width (~> 1.3)
|
|
64
64
|
tty-screen (0.6.5)
|
|
65
|
-
unicode-display_width (1.
|
|
66
|
-
vcr (
|
|
67
|
-
webmock (3.
|
|
65
|
+
unicode-display_width (1.6.0)
|
|
66
|
+
vcr (5.0.0)
|
|
67
|
+
webmock (3.6.2)
|
|
68
68
|
addressable (>= 2.3.6)
|
|
69
69
|
crack (>= 0.3.2)
|
|
70
|
-
hashdiff
|
|
70
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
|
71
71
|
|
|
72
72
|
PLATFORMS
|
|
73
73
|
ruby
|
|
74
74
|
|
|
75
75
|
DEPENDENCIES
|
|
76
|
-
awesome_print
|
|
76
|
+
awesome_print (~> 1.8)
|
|
77
77
|
bundler (~> 2.0)
|
|
78
|
-
byebug
|
|
78
|
+
byebug (~> 11.0)
|
|
79
79
|
rake (~> 10.0)
|
|
80
80
|
rrm!
|
|
81
81
|
rspec (~> 3.0)
|
|
82
|
-
simplecov
|
|
83
|
-
vcr
|
|
84
|
-
webmock
|
|
82
|
+
simplecov (~> 0.17.0)
|
|
83
|
+
vcr (~> 5.0)
|
|
84
|
+
webmock (~> 3.6)
|
|
85
85
|
|
|
86
86
|
BUNDLED WITH
|
|
87
87
|
2.0.1
|
data/exe/rrm
CHANGED
data/lib/rrm/updater.rb
CHANGED
|
@@ -39,6 +39,8 @@ module Rrm
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
def update_all
|
|
42
|
+
raise "Choose what to update" if @level.nil?
|
|
43
|
+
|
|
42
44
|
Rrm.logger.debug "Available normal Ruby versions: #{Rrm.all_ruby_versions}"
|
|
43
45
|
all_repositories.each do |repository|
|
|
44
46
|
puts "#{repository.name} from #{repository.current_version} to #{repository.new_version}"
|
data/lib/rrm/version.rb
CHANGED