deplomat 0.1.10 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4e61e49e58a7d0202392bb9690e92d883dddc085e6ec8e0299d6a7fb8836e23
4
- data.tar.gz: 63e359530d746474cb083690cadcebb28effa41a5c0d7003bdeda1c292297559
3
+ metadata.gz: 4e02f52ed516268f2a9a78998eb3c516ab3b2a8cf26fbce784316a0442533fec
4
+ data.tar.gz: a770e1bc013687dc7803e3eb46a9bf6063991664033d070feb9346e4e5bb7c5d
5
5
  SHA512:
6
- metadata.gz: 4ac78323205e268c84f106d871185d0625ac3779040ec9a05df6f6b88280c26d71143add369156c07d06b4c8fba2f554c61125a42006d3964bf4b8a93dd32167
7
- data.tar.gz: '0108070dd2c3ea71abe830397bc2e367f4bd90b75506f2659e4a38fdf851826b36a9ed97a8c8ffc550a79d3e26b664729146e2b77dedb2629075d6312ff9977b'
6
+ metadata.gz: 49c84560e0509fca7209cbbe9fd758b5eac50d89501d1a7e31396ec4ca70820f32a249c5839b163f8545ef0d4a7f9296ad3f14127d9eecbfe8b932769e483609
7
+ data.tar.gz: '0497e19343f4d9a1a50cddec66a95e829b2fb4ce7cfb70bb12e65f494f11329859b0f0fa1b00db2bf05a62526f202c23d8782018ad5a647664992324bd47acf0'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.10
1
+ 0.1.11
data/deplomat.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: deplomat 0.1.10 ruby lib
5
+ # stub: deplomat 0.1.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "deplomat"
9
- s.version = "0.1.10"
9
+ s.version = "0.1.11"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -23,7 +23,7 @@ module Deplomat
23
23
  @pids.compact!
24
24
  if @pids.empty?
25
25
  log("ERROR: no ssh pid found for\n\t#{first_ssh_command}.\nThis is weird.", color: "red")
26
- exit
26
+ exit 1
27
27
  elsif @pids.length > 1
28
28
  log("Connected with ssh, host #{host}, but looks like another connection has been opened before...", color: "white")
29
29
  log("connection pids: #{@pids.join(", ")}. We'll be closing them all when finished.", color: "white")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deplomat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Snitko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-12 00:00:00.000000000 Z
11
+ date: 2018-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sys-proctable