deplomat 0.2.14 → 0.2.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb0da56b82a705d6aff60ad4b01fd47941634521c963c08ae946b51167b26d6b
4
- data.tar.gz: 57ae983297c8fdc9e4e13cb6a7265b6b81a334a8aef551feb88ce9227b48451f
3
+ metadata.gz: 301c757dcdfde3f2c5bde5daf7ceaf2581709be76231b0969baa578d2916ec32
4
+ data.tar.gz: e8bf99ba3c523b75f0dcb06bae5455db378e80c11811bd85653a4561f8b77d1b
5
5
  SHA512:
6
- metadata.gz: 2599a82810507c798ec4f739707cf3390c0ae15d068d4638cd6f50aab8ebed90affb0f5285f4b14102c308bf5727481dec068459b22ac010fa71347201b86346
7
- data.tar.gz: 3ef9941798ebc7328780d6b48bad5280ac4603d9f0eb198919a232e416e4ab706ee4cd79e6a9ec5c79e6c4618bbcb87855d3a4ef2d95b90d9ecb362756ba91d5
6
+ metadata.gz: d3ca06828195db4330077d72565efc27a9106c263737e3785081aed8822ea2e1d246de7450b936ae82052ab9dc6ab67ad56e5b9de512c6f2d573b0171169361f
7
+ data.tar.gz: ee42d1816c86ca3f968509f3633dd5892cea9b98b0281700c69ce8d37ba302c55a94d069bc0ebdd72f0528175b90dc5ca421a8979238936aa30cadaa8544e929
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.14
1
+ 0.2.15
@@ -24,7 +24,7 @@ module Deplomat
24
24
  end
25
25
  @pids.compact!
26
26
  if @pids.empty?
27
- raise Deplomat::ExecutionError.new("ERROR: no ssh pid found for\n\t#{first_ssh_command}.\nThis is weird.", color: "red")
27
+ raise Deplomat::ExecutionError.new("ERROR: no ssh pid found for\n\t#{first_ssh_command}.\nThis is weird.")
28
28
  elsif @pids.length > 1
29
29
  log("Connected with ssh, host #{host}, but looks like another connection has been opened before...", color: "white")
30
30
  log("connection pids: #{@pids.join(", ")}. We'll be closing them all when finished.", color: "white")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deplomat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - romanitup