emporium 0.0.2 → 0.0.3.alpha

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ module Emporium
17
17
  {
18
18
  "Service" => "AWSECommerceService",
19
19
  "Operation" => "ItemLookup",
20
- "IdType" => "UPC",
20
+ "IdType" => @options[:type] || "UPC",
21
21
  "ItemId" => @options[:code],
22
22
  "SearchIndex" => @options[:search_index] || "All",
23
23
  "ResponseGroup" => @options[:response_group] || "Medium",
@@ -1,3 +1,3 @@
1
1
  module Emporium
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3.alpha"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emporium
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.0.2
4
+ prerelease: 6
5
+ version: 0.0.3.alpha
6
6
  platform: ruby
7
7
  authors:
8
8
  - Hugo Bastien
@@ -86,9 +86,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  none: false
88
88
  requirements:
89
- - - ">="
89
+ - - ">"
90
90
  - !ruby/object:Gem::Version
91
- version: "0"
91
+ version: 1.3.1
92
92
  requirements: []
93
93
 
94
94
  rubyforge_project: emporium