kosher 0.2.15 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
data/lib/kosher/book.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Kosher
2
- class Book < Struct.new(:venue, :isbn, :asin, :sales_rank, :offers_count, :offers, :created_at)
2
+ class Book < Struct.new(:venue, :isbn, :asin, :sales_rank, :offers_total, :offers, :created_at)
3
3
  def best_kosher_offer
4
4
  offer = offers.sort.first
5
5
 
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.2.15'
2
+ VERSION = '0.2.16'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: kosher
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.15
5
+ version: 0.2.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier