amazon-pricing 0.1.81 → 0.1.82
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/Gemfile.lock +1 -1
- data/lib/amazon-pricing/aws-price-list.rb +2 -1
- data/lib/amazon-pricing/version.rb +1 -1
- metadata +18 -10
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
MGNkODYxMGRjMGVjYWI5NTI0OTMzNjVkMmZlMjY1ZjE5MGM1NDExMA==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ac10da364f2af9948a2dd6120bbae5dc3b3ab73f
|
4
|
+
data.tar.gz: 35b67a2faa310f54e7b4c4a4c5f7a32c69827f4b
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
Y2IzYjU4NmIyMzUzZjZhMzEwNjY5MzZhNzg1YmU0MWQ0MTljNGMwYjg5YmQ0
|
11
|
-
ZTM3ODkwNGJjYjA1MmE0NGM3ZjRmNDI0NDIxOGM1MzEwZTRmOWY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MjY1M2RkNDhkY2I0OTE5ZTI0NzEwNmJlNGY5OGM5YWE2NGIwYTQ2ZTE5ODJi
|
14
|
-
OWM2MTBlYjNkM2E4ZGU4M2NjZmFmM2EwOGRjOWUzNDQ2MzJiNTUwOGE5OTE1
|
15
|
-
OTkxNThkOGI5YzIxYWY5YTliNzJkNjc1YzNmNDc1YTQ0YmE4YWE=
|
6
|
+
metadata.gz: 1b4ed4c2cbb6470ebb375f11e75f0b5c5933b697f8eeab04bb0d932aab62c4b5061f5008a117b8cabc358279f7c1f24de0fb68b2598cdf9520cf4b014c587c71
|
7
|
+
data.tar.gz: 3bcc46c8f9f0683cabc144cfcf8b5ca3edbd88bd3213b55174617f8374d7cef64608712c5ed7e8a38d5733cb9407c310c81caa932e65198d3040a6a06e2e49cd
|
data/Gemfile.lock
CHANGED
@@ -20,7 +20,8 @@ module AwsPricing
|
|
20
20
|
@_regions = {}
|
21
21
|
|
22
22
|
# Creating regions upfront since different json files all use different naming conventions. No more ad-hoc creation.
|
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",
|
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"]
|
24
25
|
|
25
26
|
regions.each do |name|
|
26
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.82
|
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-
|
11
|
+
date: 2016-07-20 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,27 +65,35 @@ 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.
|
87
|
+
rubygems_version: 2.4.6
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: Amazon Web Services Pricing Ruby gem
|
91
|
-
test_files:
|
91
|
+
test_files:
|
92
|
+
- spec/lib/amazon-pricing/definitions/database-type_spec.rb
|
93
|
+
- spec/lib/amazon-pricing/elasticache_pricing_spec.rb
|
94
|
+
- spec/lib/amazon-pricing/helpers/instance-type-spec.rb
|
95
|
+
- spec/lib/amazon-pricing/rds_pricing_spec.rb
|
96
|
+
- spec/spec_helper.rb
|
97
|
+
- spec/support/.gitignore
|
98
|
+
- test/ec2_instance_types_test.rb
|
99
|
+
- test/helper.rb
|