amazon-pricing 0.1.82 → 0.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +13 -5
- data/Gemfile.lock +1 -1
- data/lib/amazon-pricing/definitions/ec2-instance-type.rb +5 -0
- data/lib/amazon-pricing/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
ZTk1M2NjMjU4MzdiOTFmMjE5ODk0NzQzZGRlMWQ2ZTIyOGRmMDEyOQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NGRiY2ViMmNhNGY5NjAwYTRkOTk2MTkxY2IwY2M4NjAxZTEwNmExYg==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MDBkZDQxYTFkYTBhN2I0NmYzZDBjNGJmOGYwNDg3ZWY5NTg0ODllZWE1MGU0
|
|
10
|
+
ODEzYjA2ZmNjYTZjMDkyMWVkYjU4Yjk2NmNmMmMwODg3MGRmNWIyNDM3MTYz
|
|
11
|
+
NGZiYjM2MDYzYTNiZjgyYzNiZDY2ZGU0NjdkNWE1NjZjMjgyNmY=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NTMyN2U2MDhlZTVhYzUyYzViZGU3MzE4ODBmMTA1MzkzNTQ2NGQ4NGMxZjlh
|
|
14
|
+
YzFhOGQ2Njg1NmJhMzM3NTk4Mzk5ZjE4ODQyZTg4YzVjNGQ1Mzc3Y2Y5ZGQ2
|
|
15
|
+
MDQ0ZDc2YWQwMmFjMGE4YmU0ZTI4MTllMDI0MWFiOGM3MmM5ZTQ=
|
data/Gemfile.lock
CHANGED
|
@@ -171,6 +171,11 @@ module AwsPricing
|
|
|
171
171
|
'cache.m3.large' => :moderate,
|
|
172
172
|
'cache.m3.medium' => :moderate,
|
|
173
173
|
'cache.m3.xlarge' => :high,
|
|
174
|
+
'cache.m4.large' => :moderate,
|
|
175
|
+
'cache.m4.xlarge' => :high,
|
|
176
|
+
'cache.m4.2xlarge' => :high,
|
|
177
|
+
'cache.m4.4xlarge' => :high,
|
|
178
|
+
'cache.m4.10xlarge' => :ten_gigabit,
|
|
174
179
|
'cache.r3.2xlarge' => :high,
|
|
175
180
|
'cache.r3.4xlarge' => :high,
|
|
176
181
|
'cache.r3.8xlarge' => :ten_gigabit,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.83
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Kinsella
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A Ruby library for retrieving pricing for Amazon Web Services
|
|
14
14
|
email:
|
|
@@ -19,7 +19,7 @@ extra_rdoc_files:
|
|
|
19
19
|
- LICENSE
|
|
20
20
|
- README.md
|
|
21
21
|
files:
|
|
22
|
-
-
|
|
22
|
+
- .gitignore
|
|
23
23
|
- CHANGELOG.md
|
|
24
24
|
- Gemfile
|
|
25
25
|
- Gemfile.lock
|
|
@@ -65,26 +65,26 @@ licenses:
|
|
|
65
65
|
metadata: {}
|
|
66
66
|
post_install_message:
|
|
67
67
|
rdoc_options:
|
|
68
|
-
-
|
|
68
|
+
- --title
|
|
69
69
|
- amazon-pricing documentation
|
|
70
|
-
-
|
|
71
|
-
-
|
|
70
|
+
- --line-numbers
|
|
71
|
+
- --main
|
|
72
72
|
- README.md
|
|
73
73
|
require_paths:
|
|
74
74
|
- lib
|
|
75
75
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
|
77
|
-
- -
|
|
77
|
+
- - ! '>='
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
79
|
version: '0'
|
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
|
-
- -
|
|
82
|
+
- - ! '>='
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
86
|
rubyforge_project: amazon-pricing
|
|
87
|
-
rubygems_version: 2.4.
|
|
87
|
+
rubygems_version: 2.4.8
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
90
|
summary: Amazon Web Services Pricing Ruby gem
|
|
@@ -97,3 +97,4 @@ test_files:
|
|
|
97
97
|
- spec/support/.gitignore
|
|
98
98
|
- test/ec2_instance_types_test.rb
|
|
99
99
|
- test/helper.rb
|
|
100
|
+
has_rdoc:
|