ec2-instance 0.0.2 → 0.0.3

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
@@ -21,7 +21,7 @@ module AWS
21
21
 
22
22
  private
23
23
 
24
- def parse_intance_set(ec2_response_hash)
24
+ def parse_instance_set(ec2_response_hash)
25
25
  ec2_response_hash["reservationSet"]["item"]
26
26
  end
27
27
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robert Berry