vacuum 1.4.1 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0a673fbb5abdaae748ad40500d5fc2712f2bc21
4
- data.tar.gz: d5037349839a8fc734b3460a827b9584db0ad338
3
+ metadata.gz: 84a02aea51ba9411d52f270e60d45c5b555d9a05
4
+ data.tar.gz: e682feff02577c0013bd000929f55fd9682021b3
5
5
  SHA512:
6
- metadata.gz: cb0425bf241f4d92168b1014a80a2248467bde887d2f40f7c5a25e66c8d4a53b6bbd79fff42d441ddc0aa871f1f48287b144dda9aede133b99c907789e01d7a8
7
- data.tar.gz: 5c13b763aa705fd1f22cc1db2906873d4bbbee0f63f7bd0739629a6ebb67dc03bbe79fcc1b1a9a4bcb840f5eb06daf20119b05d35508170630a5096c0198037f
6
+ metadata.gz: 0312a093309f424e722f427b1768020826d67645630cc1b2e4979f04fdbf8ef536a70383365ffe5f6b5c70c096ca6c628e1b61dcdcc62a1c080b6e0a079b5781
7
+ data.tar.gz: 4dfeee9167618fa751b31b20d1b47e9466d53d5eeb95423b5d8d7cfaba53a63c2edc53432e922d963137767955cea93d3abe77d8f3792cbc2da544448d1b02df
@@ -37,11 +37,12 @@ module Vacuum
37
37
  SimilarityLookup
38
38
  ].freeze
39
39
 
40
- params 'AssociateTag' => -> { associate_tag },
41
- 'Service' => 'AWSECommerceService',
42
- 'Version' => -> { version }
40
+ params 'AssociateTag' => -> { associate_tag },
41
+ 'Service' => 'AWSECommerceService',
42
+ 'SubscriptionId' => -> { subscription_id },
43
+ 'Version' => -> { version }
43
44
 
44
- attr_accessor :associate_tag
45
+ attr_accessor :associate_tag, :subscription_id
45
46
  attr_writer :version
46
47
 
47
48
  # Create a new request for given locale.
@@ -1,3 +1,3 @@
1
1
  module Vacuum
2
- VERSION = '1.4.1'.freeze
2
+ VERSION = '1.5.0'.freeze
3
3
  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: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hakan Ensari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-24 00:00:00.000000000 Z
11
+ date: 2017-06-27 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.6.8
147
+ rubygems_version: 2.6.11
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Amazon Product Advertising in Ruby