amazon-pricing 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,11 @@ module AwsPricing
23
23
  @rds_instance_types = {}
24
24
  end
25
25
 
26
+ # Maintained for backward compatibility reasons (retrieves EC2 instance type)
27
+ def instance_types
28
+ ec2_instance_types
29
+ end
30
+
26
31
  def ec2_instance_types
27
32
  @ec2_instance_types.values
28
33
  end
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.11'
11
+ VERSION = '0.1.12'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: