--- !ruby/object:Gem::Specification name: with_model version: !ruby/object:Gem::Version hash: 17 prerelease: false segments: - 0 - 1 - 5 version: 0.1.5 platform: ruby authors: - Case Commons, LLC autorequire: bindir: bin cert_chain: [] date: 2011-05-18 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: activerecord prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 9 segments: - 2 - 3 - 5 version: 2.3.5 - - < - !ruby/object:Gem::Version hash: 63 segments: - 4 - 0 - 0 version: 4.0.0 type: :runtime version_requirements: *id001 description: Dynamically build a model within an Rspec context email: - casecommons-dev@googlegroups.com executables: [] extensions: [] extra_rdoc_files: [] files: - .autotest - .gitignore - .rspec - CHANGELOG - Gemfile - LICENSE - README.rdoc - Rakefile - gemfiles/Gemfile.common - gemfiles/rspec1/Gemfile - gemfiles/rspec2/Gemfile - lib/with_model.rb - lib/with_model/base.rb - lib/with_model/dsl.rb - lib/with_model/version.rb - spec/active_record_behaviors_spec.rb - spec/readme_spec.rb - spec/spec_helper.rb - spec/with_model_spec.rb - with_model.gemspec has_rdoc: true homepage: https://github.com/Casecommons/with_model licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Dynamically build a model within an Rspec context test_files: - spec/active_record_behaviors_spec.rb - spec/readme_spec.rb - spec/spec_helper.rb - spec/with_model_spec.rb