kosher 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/kosher/item.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Kosher
2
- class Item < Struct.new(:cents, :currency, :condition, :description)
2
+ class Item < Struct.new(:cents, :currency, :quantity, :condition, :description)
3
3
  def kosher?
4
4
  condition.kosher? && description.kosher?
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
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.5
5
+ version: 0.2.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier