kosher 0.2.6 → 0.2.7

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.
data/lib/kosher/offer.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Kosher
2
- class Offer < Struct.new(:id, :url, :item, :seller, :shipping)
2
+ class Offer < Struct.new(:id, :item, :seller, :shipping)
3
3
  include Comparable
4
4
 
5
5
  def <=>(other)
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
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.6
5
+ version: 0.2.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier