amazon-pricing 0.1.39 → 0.1.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/amazon-pricing/version.rb +1 -1
- data/test/ec2_instance_types_test.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
|
+
NmU3NDVjMjhjYmU2ZGNlYWNmNzc2NTgzNzgwM2Y4ZjM4YTIxYWFjOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NWEyNWQzNWRmMzY0NjIzOGU0MjZjMDZiNDExYTM0ZDY0NWIxZWE4MQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjllNmM3Njg1ZjBjOTAzNGE5ZDU1OTUyYWExOGYwYWViODMzOTQwZjZkNzhi
|
10
|
+
MmJiNTZlMmQ2NGI3YjRkZDlhZWQ5NTc5ZDBlZTZjYTc2MmQ1YzI4OGM3YmE2
|
11
|
+
NmE5Y2E1ZTNiNmVkZDMyZThiZTAyNDcxY2I5OGJhZDdhNTY4MGI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjU5NmY0NThlMzA5OWE0NTg1NTYxMmZkMjQ5MjM3NTFkOTc1ZjNlM2Y4OGUz
|
14
|
+
ZjZjYzQyNjdjNmVhOTE0ZmMxMGM1YjBjMmZlMDgwODVlYmZjODlkZTkyMzZl
|
15
|
+
ZDJhM2Y1MTM1ZTAwYjQwZmQ1OWFjZmJkZjhjZjM5OTc0NjAxYzg=
|
@@ -84,7 +84,7 @@ class TestEc2InstanceTypes < Test::Unit::TestCase
|
|
84
84
|
assert region.ebs_price.standard_per_gb == 0.05
|
85
85
|
assert region.ebs_price.standard_per_million_io == 0.05
|
86
86
|
assert region.ebs_price.preferred_per_gb == 0.125
|
87
|
-
assert region.ebs_price.preferred_per_iops == 0.
|
87
|
+
assert region.ebs_price.preferred_per_iops == 0.065
|
88
88
|
assert region.ebs_price.s3_snaps_per_gb == 0.095
|
89
89
|
end
|
90
90
|
|
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.40
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joe Kinsella
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Ruby library for retrieving pricing for Amazon Web Services
|
14
14
|
email:
|