hansolo 0.1.11 → 0.1.12

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: 14fe69a3bf023b19a7598a1ff8a2c810f2c85cc4
4
- data.tar.gz: 89e2883649f3474af7734a1673f132bf18ab151a
3
+ metadata.gz: 5f8b5dda29af338bfe609ec97dd9f62198cd901a
4
+ data.tar.gz: 990490d4e3f49792dae5c1865e6f4e351b7938ef
5
5
  SHA512:
6
- metadata.gz: 1b5a4a5e6d2fbee771bb13bd017e2722a27a2b9fd8c36463dc3deaa637f02e513c9f429c839f0809a321ee4a84f68e6d33616756ee857273b56f9e77e09b2e50
7
- data.tar.gz: 0da30c001cf48c34bdef187d0920eb255bf2b81ae3a98d3f7600cf84c6ab36dad09d36796254631d62525f3220d04eb828e1aaec0bdb9c3a4034f5e9674b379c
6
+ metadata.gz: 8700b5b29c0df9da1cb92f593cace9cdf7e5f52d0ba10d2356d1160d2f8a9bbb28a2792c7b9eeab0f831280cbfa3ea71efe43c1b1adb5461e06f8aa854a86797
7
+ data.tar.gz: 56b7a76aa2f0f5d3f73da7047d174e0a04dcd59ed74bed3217907aaae4cd1f91110b7d0c8e5378b6f9219c5f380c3dd6843c5b01b81bd957dfd6a72b70c29383
@@ -72,7 +72,7 @@ module Hansolo
72
72
  exit
73
73
  end
74
74
 
75
- parser.on( '-t', '--target a,b,c', Array, "comma-sep list of urls, e.g.: user@host:port/dest/path") do |option|
75
+ parser.on( '-t', '--target a,b,c', Array, "comma-sep list of urls, e.g.: ssh://user@host:port,ssh://user@host2:port") do |option|
76
76
  Hansolo.target = option
77
77
  end
78
78
 
@@ -42,7 +42,7 @@ module Hansolo
42
42
  def setup_parser
43
43
  super
44
44
 
45
- parser.on('--chef-options "-l"', String, 'options to pass to chef-client') do |chef_options|
45
+ parser.on('--chef-options s', String, 'options to pass to chef-client, e.g. --chef-options "-l"') do |chef_options|
46
46
  Hansolo.chef_options = chef_options
47
47
  end
48
48
 
@@ -1,3 +1,3 @@
1
1
  module Hansolo
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hansolo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Kaney