docker-sync 0.5.8 → 0.5.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/docker-sync/update_check.rb +1 -1
- 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: aa26693fb56484a3916434484ad50e8d21390be91bc8e192a6ccf5a930b3f0b2
|
4
|
+
data.tar.gz: 8fc473f09b449d83fd08f77048b6b8f1cd5602484c70251fd74ab7872d4a6f77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ecd625a696d9b6637edefb24e211bf2c6baa5fc6a875d2f8e97795dc8c77778a4eccef0938c16ee24bfbdf82026ae006518a8a1be9447e55b625c7cd008ed54
|
7
|
+
data.tar.gz: 1735944041b8447764f610d86d36c2c7bf01bb10c03020c9bbdfeeb4685982e60aebc08f2cb3958bf6aaf831d304757009642075e212fced6cf6fbb5de377d5a
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.9
|
@@ -89,7 +89,7 @@ class UpdateChecker
|
|
89
89
|
# update the timestamp
|
90
90
|
@config.update! 'update_last_check' => DateTime.now.iso8601(9)
|
91
91
|
|
92
|
-
check =
|
92
|
+
check = docker_sync_update_check
|
93
93
|
if check.update_available
|
94
94
|
say_status 'warning',"There is an update (#{check.latest_version}) available (current version #{check.current_version}). Please update before you continue",:yellow
|
95
95
|
if yes?("Shall I update docker-sync to #{check.latest_version} for you?")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docker-sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eugen Mayer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|