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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ac10da364f2af9948a2dd6120bbae5dc3b3ab73f
4
- data.tar.gz: 35b67a2faa310f54e7b4c4a4c5f7a32c69827f4b
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTk1M2NjMjU4MzdiOTFmMjE5ODk0NzQzZGRlMWQ2ZTIyOGRmMDEyOQ==
5
+ data.tar.gz: !binary |-
6
+ NGRiY2ViMmNhNGY5NjAwYTRkOTk2MTkxY2IwY2M4NjAxZTEwNmExYg==
5
7
  SHA512:
6
- metadata.gz: 1b4ed4c2cbb6470ebb375f11e75f0b5c5933b697f8eeab04bb0d932aab62c4b5061f5008a117b8cabc358279f7c1f24de0fb68b2598cdf9520cf4b014c587c71
7
- data.tar.gz: 3bcc46c8f9f0683cabc144cfcf8b5ca3edbd88bd3213b55174617f8374d7cef64608712c5ed7e8a38d5733cb9407c310c81caa932e65198d3040a6a06e2e49cd
8
+ metadata.gz: !binary |-
9
+ MDBkZDQxYTFkYTBhN2I0NmYzZDBjNGJmOGYwNDg3ZWY5NTg0ODllZWE1MGU0
10
+ ODEzYjA2ZmNjYTZjMDkyMWVkYjU4Yjk2NmNmMmMwODg3MGRmNWIyNDM3MTYz
11
+ NGZiYjM2MDYzYTNiZjgyYzNiZDY2ZGU0NjdkNWE1NjZjMjgyNmY=
12
+ data.tar.gz: !binary |-
13
+ NTMyN2U2MDhlZTVhYzUyYzViZGU3MzE4ODBmMTA1MzkzNTQ2NGQ4NGMxZjlh
14
+ YzFhOGQ2Njg1NmJhMzM3NTk4Mzk5ZjE4ODQyZTg4YzVjNGQ1Mzc3Y2Y5ZGQ2
15
+ MDQ0ZDc2YWQwMmFjMGE4YmU0ZTI4MTllMDI0MWFiOGM3MmM5ZTQ=
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amazon-pricing (0.1.82)
4
+ amazon-pricing (0.1.83)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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,
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.82'
11
+ VERSION = '0.1.83'
12
12
  end
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.82
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-07-20 00:00:00.000000000 Z
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
- - ".gitignore"
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
- - "--title"
68
+ - --title
69
69
  - amazon-pricing documentation
70
- - "--line-numbers"
71
- - "--main"
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.6
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: