ec2-clusterssh 0.6.0 → 0.6.1

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: 87e0940e6e9a972f932a251ea1ad5ef8f80f8b7b
4
- data.tar.gz: 724c9fe8595dc50a057511f96e034cb1892305e6
3
+ metadata.gz: 848a48921e58725ee95773b35388fe4ca79b5a44
4
+ data.tar.gz: 8ab7e61c93d83a66927fc9fcce91ed8d1a82294b
5
5
  SHA512:
6
- metadata.gz: 6dc03822490f16a98756ed823d007e5a5457791c72ccf527f73593048af95d7c6969c7004bc91817751bc3fd19e3438e4ef152996139f19d11b01b67386f190d
7
- data.tar.gz: f981e74639119f9d0649f4e8f3b0dcbeec54c86eff47101fb31a2b55cc430ade66664a0a10b9f4df9dc0b98cbbc09898c00e7313c465fa34c0be47882588f817
6
+ metadata.gz: eaea66e58ff83657117583dcf2b27833a76f7c28c6cb5ee2473f3432bdccbea2c7f8a4b26b8b3652d073794fbeb6aad276f2e2a6db978557151787000b9c8698
7
+ data.tar.gz: 1469fd5ad5423fd76d4e1600fbe44c63fd5056c8fe4967663afe7d63766171ecd60b2712c687006d9e673abd8e88001c5e8d6459a9212e8366a7647a07a72ad6
data/bin/cluster CHANGED
@@ -34,9 +34,6 @@ OptionParser.new do |opts|
34
34
 
35
35
  end.parse!
36
36
 
37
- puts options
38
-
39
-
40
37
  Aws.config.update({:region => options['region']})
41
38
  $ec2 = Aws::EC2::Client.new
42
39
 
@@ -73,7 +70,6 @@ options['tags'].each do |tag|
73
70
  matched_instances = get_instances_by_tag(key,values,options)
74
71
  end
75
72
  matched_instances = matched_instances & get_instances_by_tag(key,values,options)
76
- puts "#{tag}: #{matched_instances}"
77
73
  end
78
74
 
79
75
  if matched_instances.length == 0
@@ -90,4 +86,4 @@ cmd = cmd + " #{matched_instances.join ' '}"
90
86
 
91
87
  puts "Connecting to #{matched_instances.length} instances"
92
88
  puts cmd
93
- #exec cmd
89
+ exec cmd
@@ -1,5 +1,5 @@
1
1
  module Ec2
2
2
  module Clusterssh
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2-clusterssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Poston