--- !ruby/object:Gem::Specification name: curly_mustache version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 0 version: 0.1.0 platform: ruby authors: - Christopher J Bottaro autorequire: bindir: bin cert_chain: [] date: 2010-02-24 00:00:00 -06:00 default_executable: dependencies: [] description: email: cjbottaro@alumni.cs.utexas.edu executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc - TODO files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - TODO - VERSION.yml - curly_mustache.gemspec - lib/curly_mustache.rb - lib/curly_mustache/adapters.rb - lib/curly_mustache/adapters/abstract.rb - lib/curly_mustache/adapters/cassandra.rb - lib/curly_mustache/adapters/memcached.rb - lib/curly_mustache/attributes.rb - lib/curly_mustache/attributes/definition.rb - lib/curly_mustache/attributes/manager.rb - lib/curly_mustache/attributes/types.rb - lib/curly_mustache/base.rb - lib/curly_mustache/connection.rb - lib/curly_mustache/crud.rb - lib/curly_mustache/default_types.rb - lib/curly_mustache/errors.rb - lib/curly_mustache/locking.rb - test/abstract_adapter_test.rb - test/adapters.yml - test/attributes_test.rb - test/callbacks_test.rb - test/crud_test.rb - test/locking_test.rb - test/models/account.rb - test/models/feed.rb - test/models/page.rb - test/models/user.rb - test/serialization_test.rb - test/test_helper.rb - test/types_test.rb - test/validations_test.rb has_rdoc: true homepage: http://github.com/cjbottaro/curly_mustache 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: ActiveRecord-like interface to various data stores, using ActiveModel. test_files: - test/abstract_adapter_test.rb - test/attributes_test.rb - test/callbacks_test.rb - test/crud_test.rb - test/locking_test.rb - test/models/account.rb - test/models/feed.rb - test/models/page.rb - test/models/user.rb - test/serialization_test.rb - test/test_helper.rb - test/types_test.rb - test/validations_test.rb