hansolo 0.1.3 → 0.1.4

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: ca20af294048508c5a7b377be0dec607fb18f971
4
- data.tar.gz: 45723316304d1c66e72246d1455a9af9951394a1
3
+ metadata.gz: 3c7b65a294057767075e4f6fa4248e1bb74f6f63
4
+ data.tar.gz: 32b2951d485d8f42e685705213968dba2d975460
5
5
  SHA512:
6
- metadata.gz: 31a1ee39e3e8245fbe2bd1658bebc268c326ba069704bed76b0bd3b46bb904910cd20a5aa51131771cda16e8cb348f9afada615bcf8f1bbc65936e3ee591f6f0
7
- data.tar.gz: 49d965a15e31f88902b201ff62766a64a1815d1018647602583ea3b96dbf416d4855f3fb0b980265f621c9ea5835493a7409e336e9b480ad82cf0a991736ac0c
6
+ metadata.gz: 96e7d447d82c92f4c96b1fcd88f9343eea62112363426d398c52fa6c6898cd2e53f0e2074ebc218777f4be0344b055dc83bcc8a98f0a5af785e508da3e2dd420
7
+ data.tar.gz: 158566bbdd574d9933e9b0e249f10bbff326f1c680d705d8f677b3ff5aafd7848d5b0eb0ea52ec72da91cf488a3436dd0736db89af013f38faab1183412cd3a2
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 = ""
13
+ spec.homepage = "https://github.com/hansolo"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -50,7 +50,9 @@ module Hansolo
50
50
  end
51
51
 
52
52
  def instances_by_tag(tag, value)
53
- ec2.instances.tagged(tag).tagged_values(value)
53
+ ec2.instances.tagged(tag).tagged_values(value).select do |instance|
54
+ instance.status != :terminated
55
+ end
54
56
  end
55
57
  end
56
58
  end
@@ -1,3 +1,3 @@
1
1
  module Hansolo
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.3
4
+ version: 0.1.4
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-07-31 00:00:00.000000000 Z
11
+ date: 2013-08-06 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: ''
203
+ homepage: https://github.com/hansolo
204
204
  licenses:
205
205
  - MIT
206
206
  metadata: {}