--- !ruby/object:Gem::Specification name: kosher version: !ruby/object:Gem::Version prerelease: version: 0.2.17 platform: ruby authors: - Paper Cavalier autorequire: bindir: bin cert_chain: [] date: 2011-03-17 00:00:00 +00:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: money prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.6.1 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.5.0 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: ruby-debug19 prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.11.6 type: :development version_requirements: *id003 description: Kosher is a somewhat overengineered attempt to abstract bookdealing into a set of models. email: code@papercavalier.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - kosher.gemspec - lib/kosher.rb - lib/kosher/availability.rb - lib/kosher/book.rb - lib/kosher/condition.rb - lib/kosher/description.rb - lib/kosher/item.rb - lib/kosher/location.rb - lib/kosher/offer.rb - lib/kosher/seller.rb - lib/kosher/shipping.rb - lib/kosher/threshold.rb - lib/kosher/version.rb - spec/kosher/availability_spec.rb - spec/kosher/book_spec.rb - spec/kosher/condition_spec.rb - spec/kosher/description_spec.rb - spec/kosher/item_spec.rb - spec/kosher/location_spec.rb - spec/kosher/offer_spec.rb - spec/kosher/seller_spec.rb - spec/kosher/shipping_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: https://rubygems.org/gems/kosher licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: kosher rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: A somewhat overengineered attempt to abstract bookdealing into a set of models test_files: - spec/kosher/availability_spec.rb - spec/kosher/book_spec.rb - spec/kosher/condition_spec.rb - spec/kosher/description_spec.rb - spec/kosher/item_spec.rb - spec/kosher/location_spec.rb - spec/kosher/offer_spec.rb - spec/kosher/seller_spec.rb - spec/kosher/shipping_spec.rb - spec/spec_helper.rb