amazon-pricing 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ = Version 0.1.21
2
+ * Fix postgresql reference (@lardcanoe)
3
+
1
4
  = Version 0.1.7
2
5
  * Refactored model to simplify access (one instance type for all usages),
3
6
  introduced operating system pricing to suppport RHEL, SLES, etc...
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amazon-pricing (0.1.20)
4
+ amazon-pricing (0.1.16)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -35,6 +35,8 @@ module AwsPricing
35
35
  'mysql_multiaz' => 'mysql_multiaz',
36
36
  'postgres' => 'postgresql_standard',
37
37
  'postgres_multiaz' => 'postgresql_multiaz',
38
+ 'postgresql' => 'postgresql_standard',
39
+ 'postgresql_multiaz' => 'postgresql_multiaz',
38
40
  'oracle-se1(li)' => 'oracle_se1_standard',
39
41
  'oracle-se1(byol)' => 'oracle_se1_byol',
40
42
  'oracle-se1(li)_multiaz' => 'oracle_se1_multiaz',
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.20'
11
+ VERSION = '0.1.21'
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.20
4
+ version: 0.1.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-21 00:00:00.000000000 Z
12
+ date: 2014-02-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Ruby library for retrieving pricing for Amazon Web Services
15
15
  email:
@@ -62,29 +62,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
- segments:
66
- - 0
67
- hash: -574504011495470816
68
65
  required_rubygems_version: !ruby/object:Gem::Requirement
69
66
  none: false
70
67
  requirements:
71
68
  - - ! '>='
72
69
  - !ruby/object:Gem::Version
73
70
  version: '0'
74
- segments:
75
- - 0
76
- hash: -574504011495470816
77
71
  requirements: []
78
72
  rubyforge_project: amazon-pricing
79
73
  rubygems_version: 1.8.25
80
74
  signing_key:
81
75
  specification_version: 3
82
76
  summary: Amazon Web Services Pricing Ruby gem
83
- test_files:
84
- - spec/instance_type_spec.rb
85
- - spec/price_list_spec.rb
86
- - spec/rds_pricing_spec.rb
87
- - spec/spec_helper.rb
88
- - spec/support/.gitignore
89
- - test/ec2_instance_types_test.rb
90
- - test/helper.rb
77
+ test_files: []