hansolo 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 3c7b65a294057767075e4f6fa4248e1bb74f6f63
4
- data.tar.gz: 32b2951d485d8f42e685705213968dba2d975460
3
+ metadata.gz: 4d47d7c1982d412ec6911cce7442b5da6c235400
4
+ data.tar.gz: ffe1694a9841a193199b092441d8c651078c4835
5
5
  SHA512:
6
- metadata.gz: 96e7d447d82c92f4c96b1fcd88f9343eea62112363426d398c52fa6c6898cd2e53f0e2074ebc218777f4be0344b055dc83bcc8a98f0a5af785e508da3e2dd420
7
- data.tar.gz: 158566bbdd574d9933e9b0e249f10bbff326f1c680d705d8f677b3ff5aafd7848d5b0eb0ea52ec72da91cf488a3436dd0736db89af013f38faab1183412cd3a2
6
+ metadata.gz: 78ecbfa60ff62541f44867b0fb7dab7da07166900478db0c2baf52c4ba539973d3a83aea914385137e6fb75b6fb96373e0938e516edebd13c982ff0fe655b017
7
+ data.tar.gz: fe17c8009b73617b571c76555ebfa9fda9e47c04eaf025e49ccab23c91d00e63654893ca41db0736360cca84ab6d55c4903e4a8eff755877e22a9d586f10ba99
data/hansolo.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["brian@vermonster.com"]
11
11
  spec.description = %q{Tool to automate deployment using chef-solo and berkshelf}
12
12
  spec.summary = %q{Vendors Berkshelf cookbooks, uses rsync to sync cookbooks, and NET::SSH to run chef-solo with conventions for building solo.rb and the JSON runlist}
13
- spec.homepage = "https://github.com/hansolo"
13
+ spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -53,7 +53,7 @@ module Hansolo
53
53
 
54
54
  def connect(host)
55
55
  if bastion.nil?
56
- Net::SSH.new(host.host, host.user, port: host.port)
56
+ Net::SSH.start(host.host, host.user, port: host.port)
57
57
  else
58
58
  gateway.ssh(host.host, host.user, port: host.port)
59
59
  end
@@ -1,3 +1,3 @@
1
1
  module Hansolo
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hansolo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Kaney
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-06 00:00:00.000000000 Z
11
+ date: 2013-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -200,7 +200,7 @@ files:
200
200
  - lib/hansolo/providers/default/solo.rb
201
201
  - lib/hansolo/version.rb
202
202
  - tests/hansolo_test.rb
203
- homepage: https://github.com/hansolo
203
+ homepage: ''
204
204
  licenses:
205
205
  - MIT
206
206
  metadata: {}
@@ -226,4 +226,3 @@ specification_version: 4
226
226
  summary: Vendors Berkshelf cookbooks, uses rsync to sync cookbooks, and NET::SSH to
227
227
  run chef-solo with conventions for building solo.rb and the JSON runlist
228
228
  test_files: []
229
- has_rdoc: