buscape_api 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: