Aqua.gemspec in baccigalupi-aqua-0.1.3 vs Aqua.gemspec in baccigalupi-aqua-0.1.4
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{aqua}
- s.version = "0.1.3"
+ s.version = "0.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kane Baccigalupi"]
s.date = %q{2009-08-27}
s.description = %q{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.}
@@ -27,10 +27,11 @@
"Rakefile",
"VERSION",
"doc/Aqua.html",
"doc/Aqua/Config.html",
"doc/Aqua/Config/ClassMethods.html",
+ "doc/Aqua/From.html",
"doc/Aqua/ObjectNotFound.html",
"doc/Aqua/Pack.html",
"doc/Aqua/Pack/ClassMethods.html",
"doc/Aqua/Pack/InstanceMethods.html",
"doc/Aqua/Query.html",
@@ -47,17 +48,31 @@
"doc/Aqua/Store/CouchDB/Server.html",
"doc/Aqua/Store/CouchDB/ServerBrokeConnection.html",
"doc/Aqua/Store/CouchDB/StorageMethods.html",
"doc/Aqua/Store/CouchDB/StorageMethods/ClassMethods.html",
"doc/Aqua/Store/CouchDB/StorageMethods/InstanceMethods.html",
+ "doc/Aqua/Stub.html",
"doc/Aqua/Tank.html",
+ "doc/Aqua/TempStub.html",
+ "doc/Aqua/To.html",
"doc/Aqua/Unpack.html",
"doc/Aqua/Unpack/ClassMethods.html",
"doc/Aqua/Unpack/InstanceMethods.html",
+ "doc/Array.html",
+ "doc/Bignum.html",
+ "doc/Date.html",
+ "doc/FalseClass.html",
+ "doc/Fixnum.html",
+ "doc/Float.html",
+ "doc/Hash.html",
+ "doc/OpenStruct.html",
"doc/README.rdoc.html",
+ "doc/Rational.html",
"doc/RestAPI.html",
"doc/RestClientAdapter.html",
+ "doc/Time.html",
+ "doc/TrueClass.html",
"doc/all-files.html",
"doc/all-methods.html",
"doc/all-namespaces.html",
"doc/app.js",
"doc/custom.css",
@@ -82,9 +97,10 @@
"lib/aqua/store/couch_db/http_client/adapter/rest_client.rb",
"lib/aqua/store/couch_db/http_client/rest_api.rb",
"lib/aqua/store/couch_db/server.rb",
"lib/aqua/store/couch_db/storage_methods.rb",
"lib/aqua/store/storage.rb",
+ "lib/aqua/support/initializers.rb",
"lib/aqua/support/mash.rb",
"lib/aqua/support/string_extensions.rb",
"spec/aqua_spec.rb",
"spec/object/config_spec.rb",
"spec/object/object_fixtures/array_udder.rb",