kosher 0.1.8 → 0.1.9

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.
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
data/lib/kosher.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'sucker'
2
+ require 'kosher/struct'
2
3
  require 'kosher/algorithm'
3
4
  require 'kosher/condition'
4
5
  require 'kosher/description'
@@ -7,7 +8,6 @@ require 'kosher/item'
7
8
  require 'kosher/offer'
8
9
  require 'kosher/request'
9
10
  require 'kosher/seller'
10
- require 'kosher/struct'
11
11
 
12
12
  module Kosher
13
13
  def self.new(args={})
@@ -2,6 +2,10 @@ require 'spec_helper'
2
2
 
3
3
  module Kosher
4
4
  describe Item do
5
+ it "should descend from Kosher::Struct" do
6
+ Item.ancestors.should include Kosher::Struct
7
+ end
8
+
5
9
  describe ".build" do
6
10
  use_vcr_cassette '0143105825'
7
11
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: kosher
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.8
5
+ version: 0.1.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier