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 +3 -0
- data/Gemfile.lock +1 -1
- data/lib/amazon-pricing/database-type.rb +2 -0
- data/lib/amazon-pricing/version.rb +1 -1
- metadata +3 -16
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
@@ -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',
|
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.
|
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-
|
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: []
|