buscape_api 0.5.4 → 0.5.5

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.
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "buscape_api"
5
- s.version = "0.5.4"
5
+ s.version = "0.5.5"
6
6
  s.email = ["t@art-is-t.me"]
7
7
  s.authors = ["Thiago Fernandes Massa"]
8
8
  s.homepage = "http://github.com/thiagofm/buscape_api"
@@ -13,7 +13,7 @@ class Base
13
13
  { :method => :offers, :service => :findOffersList, :item => :offer },
14
14
  { :method => :top_products, :service => :topProducts },
15
15
  { :method => :user_ratings, :service => :viewUserRatings },
16
- { :method => :product_details, :service => :viewProductDetailst },
16
+ { :method => :product_details, :service => :viewProductDetails },
17
17
  { :method => :seller_details, :service => :viewSellerDetails }
18
18
  ]
19
19
  @methods = @services.map { |service| service[:method] }
@@ -60,4 +60,4 @@ class Base
60
60
  raise NoMethodError
61
61
  end
62
62
  end
63
- end
63
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buscape_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: