ec2-instance 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ec2-instance.rb +1 -1
  2. metadata +2 -2
data/lib/ec2-instance.rb CHANGED
@@ -26,7 +26,7 @@ module AWS
26
26
  #
27
27
  # Return a list of active instances which have a tag value which regexp matches.
28
28
  #
29
- def instances_active_with_tag(tag)
29
+ def active_instances_with_tag(tag)
30
30
  matches = []
31
31
  active_instances.each do |ai|
32
32
  matches.push ai unless !ai.match?(tag)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robert Berry