amazon_dp 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ module AmazonDP
4
4
  def self.get(url_or_asin)
5
5
  f = Fetcher.new
6
6
  f.adult_auth
7
+ f.cero_auth
7
8
  Parser.new.parse_html f.fetch(url_or_asin)
8
9
  end
9
10
  def self.logger=(logger)
@@ -1,3 +1,3 @@
1
1
  module AmazonDP
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon_dp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: