shopstyle 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/shopstyle.rb +0 -1
  2. data/shopstyle.gemspec +1 -1
  3. metadata +2 -2
@@ -35,7 +35,6 @@ class ShopStyle
35
35
  tries = 0
36
36
  begin
37
37
  raw_response = @session.get(url_for(HOST, method, params))
38
- p raw_response
39
38
  rescue Patron::HostResolutionError, Patron::ConnectionFailed
40
39
  retry if tries < 5
41
40
  tries += 1
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'shopstyle'
3
- s.version = '0.1'
3
+ s.version = '0.2'
4
4
  s.date = '2010-06-23'
5
5
  s.summary = "A simple clent for the ShopStyle API"
6
6
  s.description = "A Ruby implementation of the ShopStyle API"
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- version: "0.1"
7
+ - 2
8
+ version: "0.2"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Jesse Farmer