amazon-pricing 0.1.107 → 0.1.108

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
- MDdiNTFmMjM1ZWFlYWU2ZTdiYjg2ZWE4ZmQ0ODcyNTA3OGQ3MmY0NQ==
4
+ MWI3MDZkMWFmZjE4NTlhZjUwYmUwNTQ5NTE1MjQ3ZTA5NTYzOTMzMw==
5
5
  data.tar.gz: !binary |-
6
- ZjJhNjA2ZjUyNjFkNTBmMjcwOGVhYmEwMWNkZDIzNzI2NTc3NGZjYQ==
6
+ NWU4YjA1YjIzOTcxMGExMTI0YzI0YTc0ZjAzMTgwZmI5OTdiMzNiZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Yjg5OTA4ZTk1YmZhZjFkNjQ3Y2YwMDQ4MjA5NmI1ZDQxZTRmZmE3MmE4ODVk
10
- M2Q0NTRlMTYzMzhlNWYzYzRhODU0YWJhZjExOTdlYmM2ZDkwMDFlZDE4MWNh
11
- OWY0NjJhODYzODE2ZGJhZWVkOGViNTk2M2M0Y2QxODkyOGE4Yjg=
9
+ ZmU5ZjExNzdkMzU4ZTMwOGNhMzcxNGE3YjYxMTEwZGE5OGExM2Q3OWZjMzI3
10
+ NTUyMTdhZjIzYTc0MjY1NDBkNzg1MTc3MWEyM2JkMjBmMzgxMTMyOTkzYjA2
11
+ MTVjNGU2MDA1NzVlMTkyMjM2YjgxOTM1ZDNkZjZhOWQyYTA4NDY=
12
12
  data.tar.gz: !binary |-
13
- MmMxNGFkOTAzZjc4ZmE5ZTAwODMwYjc0ZTU5NTQwOTU0MWJmZmQzYjBjNTU5
14
- MzIyNzA1Yjg4ZmM1ZTZiODgwMTg1OTc5NzJmODA4ZjNiNGVhOWNhYWFmNTcx
15
- YmFjZDdjOTZiOWIxNDE1Mzg2YmQ0OTVkMjY3ODQ5YjgzYzkyMDE=
13
+ NDhmOGNkYjJlMjFmNjdiYjA2MjRlNjBmZDY2ZmI2YjNmZDE3NDFiZTBjMzBm
14
+ OGVkNDY0MzQ3YjllNzY5ODMyNjhhMzMwZGFhNWU0YTM5NjIxMWMzYjM1NGZj
15
+ YmM1MDY3ZDZiYmYwM2E4YzRiNmY1NWY1YjgxMmZhNjBkZWVkNmE=
@@ -202,6 +202,7 @@ module AwsPricing
202
202
  end
203
203
 
204
204
  def self.db_mapping(product, is_multi_az)
205
+ product = product.gsub(/\s+/,"") # remove extraneous spaces, e.g. sometimes AWS adds a SP before '(byol)'
205
206
  if is_multi_az
206
207
  display_name(@@ProductDescription["#{product}_multiaz"])
207
208
  else
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.107' # [major,minor.fix]: adding more methods for rds sf
11
+ VERSION = '0.1.108' # [major,minor.fix]: adding more methods for rds sf
12
12
  end
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.107
4
+ version: 0.1.108
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-01-18 00:00:00.000000000 Z
11
+ date: 2018-01-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby library for retrieving pricing for Amazon Web Services
14
14
  email: