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
|
-
|
|
4
|
+
NTcwYjNiYjFmZTNjNTIzMWE4ZDE4Njc2ZGVlZGU5OTgwNjcyMDI1Ng==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2U5ZWU1MjIzM2IzNmI3ZTI0YzM3ODIxMDZlZDYxY2I0ZWNhYzI2NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjA4ZTY2MzE3MzFhOTE4MzkxOWIzNjI5OTAzMzg1N2JhOWZiM2EwOWQyMmJm
|
|
10
|
+
YTE4ZDhmNDllZmNkODdiZDBiYWEzYTIxZWE1ODI0YWViZDhjNzEwY2U0OTc4
|
|
11
|
+
NjkxZDY1YWVmYzkwMGYwZWFiOGFiYzJiZTZjYWI1NDRkODE5ZTg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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",
|
|
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)
|
|
@@ -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.
|
|
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:
|
|
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:
|