amazon-pricing 0.1.90 → 0.1.91
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile.lock +1 -1
- data/lib/amazon-pricing/aws-price-list.rb +1 -1
- data/lib/amazon-pricing/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjJkNDRjYjJlOGUxNGU3OTBlMzJmZjIxMTBhMjQwYWNlZWIzNzBhOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDlhY2ExNzEyMjcxNjVhNjI0OWI0MmM0MjUxNTMwZDdmYWI4NGYwNw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTBiNGJmYmViZjBhNTQ0ZjQwNzkwOTNkOTZmYjQwYmU2MGQ4NTAxOTBjOTZm
|
10
|
+
NmY1Y2M4NzcyNjQ0NjAzMmQ2MmY5YWNiZjFmOTNkZDJkNDNkNmUwN2I3Mzg1
|
11
|
+
ODBkNWFiZTkxYmRiMzMwNjljMTg1NjY5MWZkMDg1NzBiNDBlZWY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YWMyZjNiZmYxMTlkMGJjNTQ2Y2YyODBkMTgwNDQ4ZTMyOWUyZDQ2YmFkMDZl
|
14
|
+
MWIwYTZjODFjNzdiYjk3NWE0NDBhOWI1ZTI0Njc1MjZlYjJjMmEzZTkyY2Ez
|
15
|
+
ODY1MmE2YzQwOGFhN2U0MzVmZTc5YWIwMjViZjA3ODIwYjNlYzA=
|
data/Gemfile.lock
CHANGED
@@ -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"]
|
24
|
+
"eu-central-1", "us-gov-west-1", "ap-northeast-2", "ap-south-1", "us-east-2", "ca-central-1"]
|
25
25
|
|
26
26
|
regions.each do |name|
|
27
27
|
@_regions[name] = Region.new(name)
|
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.91
|
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-
|
11
|
+
date: 2016-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby library for retrieving pricing for Amazon Web Services
|
14
14
|
email:
|