kontena-cli 1.1.4 → 1.1.5.rc1
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/VERSION +1 -1
- data/bin/kontena +1 -1
- data/omnibus/wrappers/sh/kontena +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54a93abc32de6d9a89f429f1c6a9c6e5ad81f69b
|
|
4
|
+
data.tar.gz: 91cd61d6a52abdd2cec1dc5903ddc363cd37f986
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6eb500de9507554d075a909d0f317ce54d525f37c1cc7889025df414e882de6f8651d89f7a0045b57e21e596e5f5ebbeb2a881a22348f7a7dc652983aa0111a1
|
|
7
|
+
data.tar.gz: b88a4b6f594613f522fddda90d98b6de4dd730a825e8cea9129ff24b2b42f2695d44665c3af70fba5738e4cb4fc4cafb5a7aa052a80a81978ab29618c477dd97
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.5.rc1
|
data/bin/kontena
CHANGED
|
@@ -25,7 +25,7 @@ rescue Excon::Errors::SocketError => exc
|
|
|
25
25
|
end
|
|
26
26
|
rescue Kontena::Errors::StandardError => exc
|
|
27
27
|
raise exc if ENV['DEBUG']
|
|
28
|
-
puts " [#{Kontena.pastel.red('error')}] #{exc.message}"
|
|
28
|
+
$stderr.puts " [#{Kontena.pastel.red('error')}] #{exc.message}"
|
|
29
29
|
abort
|
|
30
30
|
rescue Errno::EPIPE
|
|
31
31
|
# If user is piping the command outputs to some other command that might exit before CLI has outputted everything
|
data/omnibus/wrappers/sh/kontena
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kontena-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5.rc1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kontena, Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -621,9 +621,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
621
621
|
version: 2.1.0
|
|
622
622
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
623
623
|
requirements:
|
|
624
|
-
- - "
|
|
624
|
+
- - ">"
|
|
625
625
|
- !ruby/object:Gem::Version
|
|
626
|
-
version:
|
|
626
|
+
version: 1.3.1
|
|
627
627
|
requirements: []
|
|
628
628
|
rubyforge_project:
|
|
629
629
|
rubygems_version: 2.6.8
|