--- !ruby/object:Gem::Specification name: couch_potato version: !ruby/object:Gem::Version prerelease: version: 0.5.5 platform: ruby authors: - Alexander Lang autorequire: bindir: bin cert_chain: [] date: 2011-07-12 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: couchrest prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.1 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: activemodel prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "2.0" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: timecop prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: tzinfo prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id007 description: Ruby persistence layer for CouchDB email: alex@upstre.am executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rvmrc - .travis.yml - CHANGES.md - CREDITS - Gemfile - MIT-LICENSE.txt - README.md - Rakefile - couch_potato.gemspec - init.rb - lib/core_ext/date.rb - lib/core_ext/object.rb - lib/core_ext/string.rb - lib/core_ext/symbol.rb - lib/core_ext/time.rb - lib/couch_potato.rb - lib/couch_potato/database.rb - lib/couch_potato/persistence.rb - lib/couch_potato/persistence/active_model_compliance.rb - lib/couch_potato/persistence/attachments.rb - lib/couch_potato/persistence/callbacks.rb - lib/couch_potato/persistence/dirty_attributes.rb - lib/couch_potato/persistence/ghost_attributes.rb - lib/couch_potato/persistence/json.rb - lib/couch_potato/persistence/magic_timestamps.rb - lib/couch_potato/persistence/properties.rb - lib/couch_potato/persistence/simple_property.rb - lib/couch_potato/persistence/type_caster.rb - lib/couch_potato/railtie.rb - lib/couch_potato/rspec.rb - lib/couch_potato/rspec/matchers.rb - lib/couch_potato/rspec/matchers/json2.js - lib/couch_potato/rspec/matchers/list_as_matcher.rb - lib/couch_potato/rspec/matchers/map_to_matcher.rb - lib/couch_potato/rspec/matchers/print_r.js - lib/couch_potato/rspec/matchers/reduce_to_matcher.rb - lib/couch_potato/rspec/stub_db.rb - lib/couch_potato/validation.rb - lib/couch_potato/validation/with_active_model.rb - lib/couch_potato/validation/with_validatable.rb - lib/couch_potato/version.rb - lib/couch_potato/view/base_view_spec.rb - lib/couch_potato/view/custom_view_spec.rb - lib/couch_potato/view/custom_views.rb - lib/couch_potato/view/lists.rb - lib/couch_potato/view/model_view_spec.rb - lib/couch_potato/view/properties_view_spec.rb - lib/couch_potato/view/raw_view_spec.rb - lib/couch_potato/view/view_query.rb - rails/init.rb - rails/reload_classes.rb - spec/attachments_spec.rb - spec/callbacks_spec.rb - spec/create_spec.rb - spec/custom_view_spec.rb - spec/default_property_spec.rb - spec/destroy_spec.rb - spec/fixtures/address.rb - spec/fixtures/person.rb - spec/property_spec.rb - spec/rails_spec.rb - spec/railtie_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/unit/active_model_compliance_spec.rb - spec/unit/attributes_spec.rb - spec/unit/base_view_spec_spec.rb - spec/unit/callbacks_spec.rb - spec/unit/couch_potato_spec.rb - spec/unit/create_spec.rb - spec/unit/custom_views_spec.rb - spec/unit/database_spec.rb - spec/unit/date_spec.rb - spec/unit/dirty_attributes_spec.rb - spec/unit/initialize_spec.rb - spec/unit/json_spec.rb - spec/unit/lists_spec.rb - spec/unit/model_view_spec_spec.rb - spec/unit/properties_view_spec_spec.rb - spec/unit/rspec_matchers_spec.rb - spec/unit/rspec_stub_db_spec.rb - spec/unit/string_spec.rb - spec/unit/time_spec.rb - spec/unit/validation_spec.rb - spec/unit/view_query_spec.rb - spec/update_spec.rb - spec/view_updates_spec.rb has_rdoc: true homepage: http://github.com/langalex/couch_potato 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: rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Ruby persistence layer for CouchDB test_files: - spec/attachments_spec.rb - spec/callbacks_spec.rb - spec/create_spec.rb - spec/custom_view_spec.rb - spec/default_property_spec.rb - spec/destroy_spec.rb - spec/fixtures/address.rb - spec/fixtures/person.rb - spec/property_spec.rb - spec/rails_spec.rb - spec/railtie_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/unit/active_model_compliance_spec.rb - spec/unit/attributes_spec.rb - spec/unit/base_view_spec_spec.rb - spec/unit/callbacks_spec.rb - spec/unit/couch_potato_spec.rb - spec/unit/create_spec.rb - spec/unit/custom_views_spec.rb - spec/unit/database_spec.rb - spec/unit/date_spec.rb - spec/unit/dirty_attributes_spec.rb - spec/unit/initialize_spec.rb - spec/unit/json_spec.rb - spec/unit/lists_spec.rb - spec/unit/model_view_spec_spec.rb - spec/unit/properties_view_spec_spec.rb - spec/unit/rspec_matchers_spec.rb - spec/unit/rspec_stub_db_spec.rb - spec/unit/string_spec.rb - spec/unit/time_spec.rb - spec/unit/validation_spec.rb - spec/unit/view_query_spec.rb - spec/update_spec.rb - spec/view_updates_spec.rb