--- !ruby/object:Gem::Specification name: sessionm-cassandra_object version: !ruby/object:Gem::Version version: 4.0.3 platform: ruby authors: - Michael Koziarski - gotime - sessionm autorequire: bindir: bin cert_chain: [] date: 2015-05-21 00:00:00.000000000 Z dependencies: [] description: Cassandra ActiveModel email: doug@sessionm.com executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - ".gitignore" - ".ruby-gemset" - ".ruby-version" - CHANGELOG - Gemfile - Gemfile.lock - LICENSE - MIT-LICENSE - README.markdown - Rakefile - config/boot.rb - config/cassandra.yml - config/database.yml - config/environment.rb - lib/cassandra_object.rb - lib/cassandra_object/adapters.rb - lib/cassandra_object/adapters/cassandra_driver.rb - lib/cassandra_object/arel.rb - lib/cassandra_object/associations.rb - lib/cassandra_object/associations/one_to_many.rb - lib/cassandra_object/associations/one_to_one.rb - lib/cassandra_object/attributes.rb - lib/cassandra_object/base.rb - lib/cassandra_object/batches.rb - lib/cassandra_object/callbacks.rb - lib/cassandra_object/collection.rb - lib/cassandra_object/configuration.rb - lib/cassandra_object/connection.rb - lib/cassandra_object/consistency.rb - lib/cassandra_object/cursor.rb - lib/cassandra_object/dirty.rb - lib/cassandra_object/errors.rb - lib/cassandra_object/finder_methods.rb - lib/cassandra_object/generators/migration_generator.rb - lib/cassandra_object/generators/templates/migration.rb.erb - lib/cassandra_object/identity.rb - lib/cassandra_object/identity/abstract_key_factory.rb - lib/cassandra_object/identity/custom_key_factory.rb - lib/cassandra_object/identity/hashed_natural_key_factory.rb - lib/cassandra_object/identity/key.rb - lib/cassandra_object/identity/natural_key_factory.rb - lib/cassandra_object/identity/uuid_key_factory.rb - lib/cassandra_object/log_subscriber.rb - lib/cassandra_object/migrations.rb - lib/cassandra_object/migrations/migration.rb - lib/cassandra_object/mocking.rb - lib/cassandra_object/nested_attributes.rb - lib/cassandra_object/persistence.rb - lib/cassandra_object/railtie.rb - lib/cassandra_object/row_ttl.rb - lib/cassandra_object/schema.rb - lib/cassandra_object/schema/migration.rb - lib/cassandra_object/schema/migration_proxy.rb - lib/cassandra_object/schema/migrator.rb - lib/cassandra_object/serialization.rb - lib/cassandra_object/tasks/column_family.rb - lib/cassandra_object/tasks/keyspace.rb - lib/cassandra_object/tasks/ks.rake - lib/cassandra_object/timestamps.rb - lib/cassandra_object/type.rb - lib/cassandra_object/types.rb - lib/cassandra_object/types/array_type.rb - lib/cassandra_object/types/boolean_type.rb - lib/cassandra_object/types/date_type.rb - lib/cassandra_object/types/decimal_type.rb - lib/cassandra_object/types/float_type.rb - lib/cassandra_object/types/hash_type.rb - lib/cassandra_object/types/integer_type.rb - lib/cassandra_object/types/set_type.rb - lib/cassandra_object/types/string_type.rb - lib/cassandra_object/types/time_type.rb - lib/cassandra_object/types/time_with_zone_type.rb - lib/cassandra_object/types/utf8_string_type.rb - lib/cassandra_object/validations.rb - script/console.rb - sessionm-cassandra_object.gemspec - spec/cassandra_object/associations_spec.rb - spec/cassandra_object/base_spec.rb - spec/spec_helper.rb - spec/support/cassandra.rb - spec/support/db/migrate/001_create_test_tables.rb - spec/support/models/counter.rb - spec/support/models/issue.rb - spec/support/models/user.rb - test/README - test/active_model_test.rb - test/attributes_test.rb - test/base_test.rb - test/batches_test.rb - test/callbacks_test.rb - test/connection_test.rb - test/consistency_test.rb - test/finder_methods_test.rb - test/identity_test.rb - test/persistence_test.rb - test/test_helper.rb - test/timestamps_test.rb - test/types/array_type_test.rb - test/types/boolean_type_test.rb - test/types/date_type_test.rb - test/types/decimal_type_test.rb - test/types/float_type_test.rb - test/types/hash_type_test.rb - test/types/integer_type_test.rb - test/types/set_type_test.rb - test/types/string_type_test.rb - test/types/time_type_test.rb - test/types/utf8_string_type_test.rb - test/validations_test.rb homepage: http://github.com/sessionm/cassandra_object licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: Cassandra ActiveModel test_files: - spec/cassandra_object/associations_spec.rb - spec/cassandra_object/base_spec.rb - spec/spec_helper.rb - spec/support/cassandra.rb - spec/support/db/migrate/001_create_test_tables.rb - spec/support/models/counter.rb - spec/support/models/issue.rb - spec/support/models/user.rb - test/README - test/active_model_test.rb - test/attributes_test.rb - test/base_test.rb - test/batches_test.rb - test/callbacks_test.rb - test/connection_test.rb - test/consistency_test.rb - test/finder_methods_test.rb - test/identity_test.rb - test/persistence_test.rb - test/test_helper.rb - test/timestamps_test.rb - test/types/array_type_test.rb - test/types/boolean_type_test.rb - test/types/date_type_test.rb - test/types/decimal_type_test.rb - test/types/float_type_test.rb - test/types/hash_type_test.rb - test/types/integer_type_test.rb - test/types/set_type_test.rb - test/types/string_type_test.rb - test/types/time_type_test.rb - test/types/utf8_string_type_test.rb - test/validations_test.rb