sshkit 0.0.31 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7599ea76f512f0cd949f7bee0eadeefba313c06
4
- data.tar.gz: 404db01e9f422d1d7d40644ec595bca95087a139
3
+ metadata.gz: adba0b2b8ee9c2ecd9c7a18e4b5105a0d7d65327
4
+ data.tar.gz: e8bf3a4f035431a7bc045d0d81e3e50ede3523bb
5
5
  SHA512:
6
- metadata.gz: ce391ccdd7f88f213786f14d6da0629a50251dcfc0404e3e8490b74937ccf87211287c3ada466bf85158b158a932f132124dff25feb6c9c5d1c9fe39b6a2314d
7
- data.tar.gz: 2f45a836306929643a550d11b5a97c4403b364bf15ef32b045f8a1a7211aca656c939561ae971fa9d007b546a92a96f5f785605a01be9b46d0dceefbfe30cf4d
6
+ metadata.gz: b1543b130f2034cf6cc81738ed64f458e12b52227dd08e60d9ffd4f1d67175b8a47a42cfeac3296e64c8266260b55e102b3430b7b0ad9753a637e75682dd8042
7
+ data.tar.gz: 5fd88eb2a5ae471ca9b6bb3f5e9d529966f040041ec03cd56f701f512fd3d689b591584500fa321b5e3b0f48284154ee7363fa93b29d48072fc4faea1db8cfba
data/.travis.yml CHANGED
@@ -1,7 +1,7 @@
1
- before_install: echo 'yes' | gem uninstall ffi -a -I || true
2
1
  language: ruby
3
2
  rvm:
4
- - 1.9.3
5
3
  - 2.0.0
6
- - jruby-19mode
4
+ - 1.9.3
5
+ - 1.9.2
7
6
  - rbx-19mode
7
+ script: "rake test:units"
data/EXAMPLES.md CHANGED
@@ -8,7 +8,7 @@
8
8
  end
9
9
  end
10
10
 
11
- ## Run with default environemntal variables
11
+ ## Run with default environmental variables
12
12
 
13
13
  SSHKit.config.default_env = { path: '/usr/local/libexec/bin:$PATH' }
14
14
  on hosts do |host|
@@ -6,7 +6,7 @@ module SSHKit
6
6
 
7
7
  def initialize(raw_hosts)
8
8
  @raw_hosts = Array(raw_hosts)
9
- raise NoValidHosts unless Array(raw_hosts).any?
9
+ raise SSHKit::NoValidHosts unless Array(raw_hosts).any?
10
10
  resolve_hosts!
11
11
  end
12
12
 
@@ -1,3 +1,3 @@
1
1
  module SSHKit
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Hambley
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-04 00:00:00.000000000 Z
12
+ date: 2013-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-ssh