# -*- encoding: utf-8 -*- # stub: baccigalupi-aqua 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "baccigalupi-aqua".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kane Baccigalupi".freeze] s.date = "2009-08-27" s.description = "Even with ORMs like ActiveRecord, DataMapper which ease the pain of relational data storage, considerable developer effort goes into wrangling Ruby objects into their databases. Document-oriented databases have made it possible to store nested data structures that easily map to Ruby objects. Aqua (http://github.com/baccigalupi/aqua) is a new Ruby library that aims to painlessly persists objects, allowing developers to focus more on object oriented code and less on storage. Currently Aqua is in pre-alpha testing, with the following big things left to implement: A data query DSL and implementation; Support of all objects in the Standard Library; Class and code storage to allow the sharing and persistence of classes with their data.".freeze s.email = "baccigalupi@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".yardoc".freeze, "Aqua.gemspec".freeze, "LICENCE_COUCHREST".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "doc/Aqua.html".freeze, "doc/Aqua/Config.html".freeze, "doc/Aqua/Config/ClassMethods.html".freeze, "doc/Aqua/From.html".freeze, "doc/Aqua/ObjectNotFound.html".freeze, "doc/Aqua/Pack.html".freeze, "doc/Aqua/Pack/ClassMethods.html".freeze, "doc/Aqua/Pack/InstanceMethods.html".freeze, "doc/Aqua/Query.html".freeze, "doc/Aqua/Query/ClassMethods.html".freeze, "doc/Aqua/Query/InstanceMethods.html".freeze, "doc/Aqua/Storage.html".freeze, "doc/Aqua/Store.html".freeze, "doc/Aqua/Store/CouchDB.html".freeze, "doc/Aqua/Store/CouchDB/Conflict.html".freeze, "doc/Aqua/Store/CouchDB/Database.html".freeze, "doc/Aqua/Store/CouchDB/RequestFailed.html".freeze, "doc/Aqua/Store/CouchDB/RequestTimeout.html".freeze, "doc/Aqua/Store/CouchDB/ResourceNotFound.html".freeze, "doc/Aqua/Store/CouchDB/Server.html".freeze, "doc/Aqua/Store/CouchDB/ServerBrokeConnection.html".freeze, "doc/Aqua/Store/CouchDB/StorageMethods.html".freeze, "doc/Aqua/Store/CouchDB/StorageMethods/ClassMethods.html".freeze, "doc/Aqua/Store/CouchDB/StorageMethods/InstanceMethods.html".freeze, "doc/Aqua/Stub.html".freeze, "doc/Aqua/Tank.html".freeze, "doc/Aqua/TempStub.html".freeze, "doc/Aqua/To.html".freeze, "doc/Aqua/Unpack.html".freeze, "doc/Aqua/Unpack/ClassMethods.html".freeze, "doc/Aqua/Unpack/InstanceMethods.html".freeze, "doc/Array.html".freeze, "doc/Bignum.html".freeze, "doc/Date.html".freeze, "doc/FalseClass.html".freeze, "doc/Fixnum.html".freeze, "doc/Float.html".freeze, "doc/Hash.html".freeze, "doc/OpenStruct.html".freeze, "doc/README.rdoc.html".freeze, "doc/Rational.html".freeze, "doc/RestAPI.html".freeze, "doc/RestClientAdapter.html".freeze, "doc/Time.html".freeze, "doc/TrueClass.html".freeze, "doc/all-files.html".freeze, "doc/all-methods.html".freeze, "doc/all-namespaces.html".freeze, "doc/app.js".freeze, "doc/custom.css".freeze, "doc/index.html".freeze, "doc/jquery.js".freeze, "doc/style.css".freeze, "doc/syntax_highlight.css".freeze, "doc/top-level-namespace.html".freeze, "lib/aqua.rb".freeze, "lib/aqua/object/config.rb".freeze, "lib/aqua/object/extensions/ar_convert.rb".freeze, "lib/aqua/object/extensions/ar_style.rb".freeze, "lib/aqua/object/extensions/property.rb".freeze, "lib/aqua/object/extensions/validation.rb".freeze, "lib/aqua/object/pack.rb".freeze, "lib/aqua/object/query.rb".freeze, "lib/aqua/object/stub.rb".freeze, "lib/aqua/object/tank.rb".freeze, "lib/aqua/object/unpack.rb".freeze, "lib/aqua/store/couch_db/couch_db.rb".freeze, "lib/aqua/store/couch_db/database.rb".freeze, "lib/aqua/store/couch_db/http_client/adapter/rest_client.rb".freeze, "lib/aqua/store/couch_db/http_client/rest_api.rb".freeze, "lib/aqua/store/couch_db/server.rb".freeze, "lib/aqua/store/couch_db/storage_methods.rb".freeze, "lib/aqua/store/storage.rb".freeze, "lib/aqua/support/initializers.rb".freeze, "lib/aqua/support/mash.rb".freeze, "lib/aqua/support/string_extensions.rb".freeze, "spec/aqua_spec.rb".freeze, "spec/object/config_spec.rb".freeze, "spec/object/object_fixtures/array_udder.rb".freeze, "spec/object/object_fixtures/canned_hash.rb".freeze, "spec/object/object_fixtures/gerbilmiester.rb".freeze, "spec/object/object_fixtures/grounded.rb".freeze, "spec/object/object_fixtures/log.rb".freeze, "spec/object/object_fixtures/persistent.rb".freeze, "spec/object/object_fixtures/user.rb".freeze, "spec/object/pack_spec.rb".freeze, "spec/object/query_spec.rb".freeze, "spec/object/stub_spec.rb".freeze, "spec/object/tank_spec.rb".freeze, "spec/object/unpack_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/store/couchdb/couch_db_spec.rb".freeze, "spec/store/couchdb/database_spec.rb".freeze, "spec/store/couchdb/document_fixture.rb".freeze, "spec/store/couchdb/server_spec.rb".freeze, "spec/store/couchdb/storage_methods_spec.rb".freeze, "utils/code_statistics.rb".freeze, "utils/console".freeze] s.homepage = "http://github.com/baccigalupi/aqua".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Aqua: A Ruby Object Database ... just add water (and CouchDB)".freeze s.test_files = ["spec/aqua_spec.rb".freeze, "spec/object/config_spec.rb".freeze, "spec/object/object_fixtures/array_udder.rb".freeze, "spec/object/object_fixtures/canned_hash.rb".freeze, "spec/object/object_fixtures/gerbilmiester.rb".freeze, "spec/object/object_fixtures/grounded.rb".freeze, "spec/object/object_fixtures/log.rb".freeze, "spec/object/object_fixtures/persistent.rb".freeze, "spec/object/object_fixtures/user.rb".freeze, "spec/object/pack_spec.rb".freeze, "spec/object/query_spec.rb".freeze, "spec/object/stub_spec.rb".freeze, "spec/object/tank_spec.rb".freeze, "spec/object/unpack_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/store/couchdb/couch_db_spec.rb".freeze, "spec/store/couchdb/database_spec.rb".freeze, "spec/store/couchdb/document_fixture.rb".freeze, "spec/store/couchdb/server_spec.rb".freeze, "spec/store/couchdb/storage_methods_spec.rb".freeze] end