owssh 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/owssh.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09816dffb25e08a4c301f558a7a5adce6cf29168
4
- data.tar.gz: eb7e2d08fc7387784cb9247dce4b6d7d9ec55302
3
+ metadata.gz: dbad1df96654c2af9c216fe0af06b623adf63652
4
+ data.tar.gz: fa33bd9074851c888457763bf5407ab1005d884e
5
5
  SHA512:
6
- metadata.gz: c97c55a1f184bba3bba0fec9fbbfec3aa499fe86d847ca9d86cd333ca8cc6f5067d70410d44ebf76ca89e9f04a6d27f38d7a522b283f2d4d87b37a99b49c0861
7
- data.tar.gz: ee150b638bc6fe8807b635bfac734f5d7ef10dd1d3bd2de1507da542ec5b2c1344749e4b5e7693ceaa9141d419d87f46788ac26d201fe2286eb24eae115ca1ec
6
+ metadata.gz: 8406a2465bc01976a8196ecf5a9445a64fdca3e4d18a62f0c5fad16be8caad99fff3c26a539dae4b60998231e4d98ffacc32c9c65761fcfb64d3752392c0c957
7
+ data.tar.gz: 4ff18a9b927446a6db604ce44cbc755b25ad1c41e1c88428ab4f74d8fadd86f32dd23534896a14dba90bb2b2d2e8128558a4cb974a04dfb87d556e628b81fe1e
data/lib/owssh.rb CHANGED
@@ -158,7 +158,7 @@ class Owssh
158
158
  exit
159
159
  else
160
160
  if ARGV[2].nil? then
161
- puts "Opening SSH connection to first of type '#{ARGV[1]}' which is '#{first_instance}'..."
161
+ puts "Opening SSH connection to first of type '#{ARGV[1]}' which is '#{$first_instance}'..."
162
162
  else
163
163
  puts "Running command '#{ARGV[2]}' on first host of type '#{ARGV[1]}' which is '#{$first_instance}'..."
164
164
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: owssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Hutchins