shopstyle 0.4 → 0.4.1

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.
Files changed (3) hide show
  1. data/lib/shopstyle.rb +1 -1
  2. data/shopstyle.gemspec +1 -1
  3. metadata +3 -2
@@ -44,7 +44,7 @@ class ShopStyle
44
44
  when 'json'
45
45
  JSON.parse(raw_response.body)
46
46
  else
47
- raise ShopStyleError.new('Unknown format %s', params[:format])
47
+ raise ShopStyleError.new('Unknown format %s' % params[:format])
48
48
  end
49
49
  end
50
50
  end
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'shopstyle'
3
- s.version = '0.4'
3
+ s.version = '0.4.1'
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
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopstyle
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- version: "0.4"
9
+ - 1
10
+ version: 0.4.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Jesse Farmer