amazon-pricing 0.1.91 → 0.1.92

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjJkNDRjYjJlOGUxNGU3OTBlMzJmZjIxMTBhMjQwYWNlZWIzNzBhOQ==
4
+ MTFiYzg5NDA1OWQyNmI3NDM1NGIxMDY2M2IwZTQyMDE0ZjczNmY4ZQ==
5
5
  data.tar.gz: !binary |-
6
- MDlhY2ExNzEyMjcxNjVhNjI0OWI0MmM0MjUxNTMwZDdmYWI4NGYwNw==
6
+ MDUzMzY0MmNlNmQyYjY0MDMwNmRlMTJlMmU4NzhlYzk3ZTg1ODQ2ZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTBiNGJmYmViZjBhNTQ0ZjQwNzkwOTNkOTZmYjQwYmU2MGQ4NTAxOTBjOTZm
10
- NmY1Y2M4NzcyNjQ0NjAzMmQ2MmY5YWNiZjFmOTNkZDJkNDNkNmUwN2I3Mzg1
11
- ODBkNWFiZTkxYmRiMzMwNjljMTg1NjY5MWZkMDg1NzBiNDBlZWY=
9
+ NjY2Y2JkYmU0N2U0MGM0MDVhMWRiZGJhMzI1OWYzNWY3MDE1NWE3OTJlYjBm
10
+ ODhiMWQ1MTgyZjZkYmVjZjg3YWM3YzYyZWY3M2E1MDg4ODNhOGFiNGZiNTIw
11
+ NWRjZjBlNWExYjcxOWJmOTNhNjhkNGM2ZDVjMzZjOWMzZDZiNmU=
12
12
  data.tar.gz: !binary |-
13
- YWMyZjNiZmYxMTlkMGJjNTQ2Y2YyODBkMTgwNDQ4ZTMyOWUyZDQ2YmFkMDZl
14
- MWIwYTZjODFjNzdiYjk3NWE0NDBhOWI1ZTI0Njc1MjZlYjJjMmEzZTkyY2Ez
15
- ODY1MmE2YzQwOGFhN2U0MzVmZTc5YWIwMjViZjA3ODIwYjNlYzA=
13
+ MGJmNTcxYzA5YTU3MmIyMjM4YTMzOWU4OWRkYWQ3MjMxODgxM2Y1NjFiNTkw
14
+ Njk4OTg0OGY5NTUyMjE5ZWY0ZDZhZTZiNzRjZjZmZjQzMDZmZDMzODQ4NzJh
15
+ MTNmOGExZGRjZWFhMjA2NjgwNDU4MDY1NjU1Y2IzMzEyZjVlNzE=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amazon-pricing (0.1.91)
4
+ amazon-pricing (0.1.92)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -21,7 +21,7 @@ module AwsPricing
21
21
 
22
22
  # Creating regions upfront since different json files all use different naming conventions. No more ad-hoc creation.
23
23
  regions = ["eu-west-1", "sa-east-1", "us-east-1", "ap-northeast-1", "us-west-2", "us-west-1", "ap-southeast-1", "ap-southeast-2",
24
- "eu-central-1", "us-gov-west-1", "ap-northeast-2", "ap-south-1", "us-east-2", "ca-central-1"]
24
+ "eu-central-1", "us-gov-west-1", "ap-northeast-2", "ap-south-1", "us-east-2", "ca-central-1", "eu-west-2"]
25
25
 
26
26
  regions.each do |name|
27
27
  @_regions[name] = Region.new(name)
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.91'
11
+ VERSION = '0.1.92'
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.91
4
+ version: 0.1.92
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-12-12 00:00:00.000000000 Z
11
+ date: 2016-12-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby library for retrieving pricing for Amazon Web Services
14
14
  email: