# -*- encoding: utf-8 -*- # stub: georgepalmer-couch_foo 0.7.3 ruby lib Gem::Specification.new do |s| s.name = "georgepalmer-couch_foo".freeze s.version = "0.7.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["George Palmer".freeze] s.date = "2009-02-05" s.description = "CouchFoo provides an ActiveRecord API interface to CouchDB".freeze s.email = "george.palmer@gmail.com".freeze s.files = ["README.rdoc".freeze, "VERSION.yml".freeze, "lib/boolean.rb".freeze, "lib/couch_foo".freeze, "lib/couch_foo.rb".freeze, "lib/couch_foo/associations".freeze, "lib/couch_foo/associations.rb".freeze, "lib/couch_foo/associations/association_collection.rb".freeze, "lib/couch_foo/associations/association_proxy.rb".freeze, "lib/couch_foo/associations/belongs_to_association.rb".freeze, "lib/couch_foo/associations/belongs_to_polymorphic_association.rb".freeze, "lib/couch_foo/associations/has_and_belongs_to_many_association.rb".freeze, "lib/couch_foo/associations/has_many_association.rb".freeze, "lib/couch_foo/associations/has_one_association.rb".freeze, "lib/couch_foo/attribute_methods.rb".freeze, "lib/couch_foo/base.rb".freeze, "lib/couch_foo/calculations.rb".freeze, "lib/couch_foo/callbacks.rb".freeze, "lib/couch_foo/database.rb".freeze, "lib/couch_foo/dirty.rb".freeze, "lib/couch_foo/named_scope.rb".freeze, "lib/couch_foo/observer.rb".freeze, "lib/couch_foo/reflection.rb".freeze, "lib/couch_foo/timestamp.rb".freeze, "lib/couch_foo/validations.rb".freeze, "lib/couch_foo/view_methods.rb".freeze, "test/couch_foo_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/georgepalmer/couch_foo".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "CouchFoo provides an ActiveRecord API interface to CouchDB".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9.12".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze]) end