panoramix 0.7.10 → 0.7.11
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.
- data/lib/panoramix/plugin/docker_up.rb +1 -2
- metadata +2 -2
|
@@ -22,7 +22,7 @@ module Panoramix
|
|
|
22
22
|
def timestamp
|
|
23
23
|
info = created?
|
|
24
24
|
if info
|
|
25
|
-
id = info.split("\n").first
|
|
25
|
+
id = info.split("\n").first.strip
|
|
26
26
|
time = shell("docker inspect -f {{.Created}} #{id}", true, @env)[:out]
|
|
27
27
|
return Time.parse(time)
|
|
28
28
|
else
|
|
@@ -124,7 +124,6 @@ end
|
|
|
124
124
|
def parse_env environment
|
|
125
125
|
res=Hash.new
|
|
126
126
|
|
|
127
|
-
#TODO: chech if some env variable is a link
|
|
128
127
|
environment.each do |var|
|
|
129
128
|
res[var]=ENV[var]
|
|
130
129
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: panoramix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-12-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: pry
|