--- !ruby/object:Gem::Specification name: couch_potato version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 31 version: 0.2.31 platform: ruby authors: - Alexander Lang autorequire: bindir: bin cert_chain: [] date: 2010-05-04 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: couchrest prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 24 version: "0.24" type: :runtime version_requirements: *id002 description: Ruby persistence layer for CouchDB email: alex@upstream-berlin.com executables: [] extensions: [] extra_rdoc_files: - README.md files: - CHANGES.md - MIT-LICENSE.txt - README.md - VERSION.yml - 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/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/view/base_view_spec.rb - lib/couch_potato/view/custom_view_spec.rb - lib/couch_potato/view/custom_views.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/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/json_create_id_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: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 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/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/json_create_id_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