vacuum 2.1.0 → 2.1.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42e3f3bb56b048bb30a93ed4462147f1428a30c755f69ddfde5876972e9cf746
4
- data.tar.gz: 3b7c02497c3abcf87ab1d6ec57d3e4e8be9043722edb703155567376c3eb381b
3
+ metadata.gz: cb81d2577c8300392772f624172bcb2b1e9aa3b8b2726d9cfb5b323da4550077
4
+ data.tar.gz: 6284b356df4d37055ab72f90f632cbbff6af79d1fc8a49a38d637b73eb347243
5
5
  SHA512:
6
- metadata.gz: fc31524fcab82a4f7c9783fda1bb7d1308f50f1096284d5e47d3b512fa6b7efbed23b5b5250c2c5c2d7b7e75abac8763f7275e1cca1ddb2ff02557ff4a0bda09
7
- data.tar.gz: ba77089cda43fde2b037066dc786e362971a32f4927f4b50f9fa0ec896c125e313c6e7edc767ef1ceeb7c8dc525a17f51a48abf0ec422dc20f671c567ceb8647
6
+ metadata.gz: 70870f762e299b6ad9b5a38cef769fadeabaf809abb2e12837d0ab87d4f96056e41ee4426535f72a594be455d6153851de0e8dd08fc67063df9be3e9f30f0c70
7
+ data.tar.gz: 9ab48e007cb325d6a77761716c2cf732e3a91041f6719a042a6894cc1abea9a826a38e5501dd52a56f03518a343a05dc3c3fa686190fe7dae18e233c2e80901e
@@ -13,6 +13,7 @@ module Vacuum
13
13
  LATEST_VERSION = '2013-08-01'
14
14
 
15
15
  HOSTS = {
16
+ 'AU' => 'webservices.amazon.com.au',
16
17
  'BR' => 'webservices.amazon.com.br',
17
18
  'CA' => 'webservices.amazon.ca',
18
19
  'CN' => 'webservices.amazon.cn',
@@ -38,6 +39,7 @@ module Vacuum
38
39
  ItemSearch
39
40
  SimilarityLookup
40
41
  ].freeze
42
+ private_constant :OPERATIONS
41
43
 
42
44
  params 'AssociateTag' => -> { associate_tag },
43
45
  'Service' => 'AWSECommerceService',
@@ -80,7 +82,7 @@ module Vacuum
80
82
  @version || LATEST_VERSION
81
83
  end
82
84
 
83
- # Execute an API operation. See `OPERATIONS` constant for available
85
+ # Execute an API operation. See `OPERATIONS` constant above for available
84
86
  # operation names.
85
87
  #
86
88
  # params - The Hash request parameters.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vacuum
4
- VERSION = '2.1.0'
4
+ VERSION = '2.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vacuum
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hakan Ensari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-14 00:00:00.000000000 Z
11
+ date: 2018-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jeff
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.7.3
147
+ rubygems_version: 2.7.6
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Amazon Product Advertising in Ruby