barnie 0.3.1 → 0.3.2

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.
@@ -31,11 +31,11 @@ module Barnie
31
31
  'bn.com',
32
32
  isbn,
33
33
  nil,
34
- nil,
35
34
  price > 0 ? 1 : 0,
36
35
  price > 0 ?
37
36
  [Kosher::Offer.new(
38
37
  nil,
38
+ 'bn.com',
39
39
  Kosher::Item.new(price, 'USD', 1, Kosher::Condition.new(1), Kosher::Description.new('')),
40
40
  Kosher::Seller.new(nil, 'Barnes & Noble.com', nil, Kosher::Location.new('US')),
41
41
  Kosher::Shipping.new(0, 'USD', Kosher::Availability.new(hours))
@@ -1,3 +1,3 @@
1
1
  module Barnie
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: barnie
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-17 00:00:00 +00:00
13
+ date: 2011-04-21 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  requirements: []
145
145
 
146
146
  rubyforge_project: barnie
147
- rubygems_version: 1.5.2
147
+ rubygems_version: 1.6.2
148
148
  signing_key:
149
149
  specification_version: 3
150
150
  summary: A fake API to a well-known bookstore