amazon-pricing 0.1.128 → 0.1.129

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
- ZGZhMTk2Y2NmMzU5MWQ0ZTc4NGU5OGYxMzMwZGYyMTE4Zjc2YzUxOA==
4
+ NTcwYjNiYjFmZTNjNTIzMWE4ZDE4Njc2ZGVlZGU5OTgwNjcyMDI1Ng==
5
5
  data.tar.gz: !binary |-
6
- ZWU5YWI5MmU1OGQwN2M0NDU3OTM1Y2IyOWU2ZGZhNWEyNTA0ODAzYw==
6
+ M2U5ZWU1MjIzM2IzNmI3ZTI0YzM3ODIxMDZlZDYxY2I0ZWNhYzI2NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NWY1MDZhYzA1ZWY2Nzk0MjM5ZmIwMjFjMTZhNzNhNjQ0MmFjY2IwZjk2Y2Uy
10
- MTVmYmIwMDFiOWU2Mjg0MDkzNWI0OTgyNmJjZmQ5NTEwNmExNThhZmE0MTNm
11
- ZmQwOTBiYzJkOGM0MjdkNjExMTJkOWIyZGJjZWY4YzgyZGZhYTA=
9
+ ZjA4ZTY2MzE3MzFhOTE4MzkxOWIzNjI5OTAzMzg1N2JhOWZiM2EwOWQyMmJm
10
+ YTE4ZDhmNDllZmNkODdiZDBiYWEzYTIxZWE1ODI0YWViZDhjNzEwY2U0OTc4
11
+ NjkxZDY1YWVmYzkwMGYwZWFiOGFiYzJiZTZjYWI1NDRkODE5ZTg=
12
12
  data.tar.gz: !binary |-
13
- MmM3MTgzMTFhNTgyMjE5ZmRmMTkzYjY1MDBlMjRmYWMzNDUxZTQwZWIzOTA2
14
- YjJiMmZhNmJlNTg1MDU1ZTc5OTViMzU4MzBhNzBjNDhlMmRlMjI3YmIzZmNm
15
- OGU3N2NkMmJiOGRkMmIwNWQxMzlmMmJiYTc3ZDU0NzYwNjNmMGQ=
13
+ N2JjNDY1Y2M0MzcwNzI3Y2IwMzU1ZTMyN2RhMzAwOTg1MDMwNGFjN2VkMGY1
14
+ ZmE5ZTJiY2NhNjllYmQwZTQxNmI4ZWMzOWEzOThkNjRkNjNlZDZiOTliOTRk
15
+ NTdjZTQ0YjljZGVhYWFkOTkxMjg3ZmRmYWM1OTFjNGU2ODA1NWY=
@@ -22,7 +22,8 @@ module AwsPricing
22
22
 
23
23
  # Creating regions upfront since different json files all use different naming conventions. No more ad-hoc creation.
24
24
  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",
25
- "eu-central-1", "us-gov-west-1", "us-gov-east-1", "ap-northeast-2", "ap-south-1", "us-east-2", "ca-central-1", "eu-west-2", "eu-west-3", "ap-northeast-3"]
25
+ "eu-central-1", "us-gov-west-1", "us-gov-east-1", "ap-northeast-2", "ap-south-1", "us-east-2", "ca-central-1", "eu-west-2", "eu-west-3",
26
+ "ap-northeast-3", "eu-north-1"]
26
27
 
27
28
  regions.each do |name|
28
29
  @_regions[name] = Region.new(name)
@@ -9,6 +9,6 @@
9
9
  #++
10
10
  module AwsPricing
11
11
 
12
- VERSION = '0.1.128' # [major,minor.fix]: Fix for r5a instances not showing up
12
+ VERSION = '0.1.129' # [major,minor.fix]: Adding eu-north-1 region
13
13
 
14
14
  end
@@ -3,7 +3,7 @@ require 'spec_helper'
3
3
  describe AwsPricing::ElastiCachePriceList do
4
4
  # When new regions are introduced and elasticache prices are not available
5
5
  # in the new regions yet, add the new regions to NEW_REGIONS.
6
- NEW_REGIONS = [ "ap-northeast-3", "us-gov-east-1"]
6
+ NEW_REGIONS = [ "ap-northeast-3", "us-gov-east-1", "eu-north-1"]
7
7
  before(:all) do
8
8
  @pricing = AwsPricing::ElastiCachePriceList.new
9
9
  @node_types = [:memcached]
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.128
4
+ version: 0.1.129
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Kinsella
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-26 00:00:00.000000000 Z
11
+ date: 2019-01-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby library for retrieving pricing for Amazon Web Services
14
14
  email: