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 +4 -4
- data/lib/vacuum/request.rb +3 -1
- data/lib/vacuum/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb81d2577c8300392772f624172bcb2b1e9aa3b8b2726d9cfb5b323da4550077
|
|
4
|
+
data.tar.gz: 6284b356df4d37055ab72f90f632cbbff6af79d1fc8a49a38d637b73eb347243
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70870f762e299b6ad9b5a38cef769fadeabaf809abb2e12837d0ab87d4f96056e41ee4426535f72a594be455d6153851de0e8dd08fc67063df9be3e9f30f0c70
|
|
7
|
+
data.tar.gz: 9ab48e007cb325d6a77761716c2cf732e3a91041f6719a042a6894cc1abea9a826a38e5501dd52a56f03518a343a05dc3c3fa686190fe7dae18e233c2e80901e
|
data/lib/vacuum/request.rb
CHANGED
|
@@ -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.
|
data/lib/vacuum/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
147
|
+
rubygems_version: 2.7.6
|
|
148
148
|
signing_key:
|
|
149
149
|
specification_version: 4
|
|
150
150
|
summary: Amazon Product Advertising in Ruby
|