kosher 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module Kosher
2
- class Snapshot < Struct.new(:isbn, :asin, :sales_rank, :offers_count, :offers, :created_at)
2
+ class Snapshot < Struct.new(:venue_url, :isbn, :asin, :sales_rank, :offers_count, :offers, :created_at)
3
3
  end
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.2.8'
2
+ VERSION = '0.2.9'
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.8
5
+ version: 0.2.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier