# -*- encoding: utf-8 -*- # stub: sessionm-cassandra_object 4.0.32 ruby lib Gem::Specification.new do |s| s.name = "sessionm-cassandra_object".freeze s.version = "4.0.32".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Doug Youch".freeze, "sessionm".freeze] s.date = "2017-12-07" s.description = "Cassandra ActiveModel".freeze s.email = "doug@sessionm.com".freeze s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "MIT-LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "config/boot.rb".freeze, "config/cassandra.yml".freeze, "config/database.yml".freeze, "config/environment.rb".freeze, "lib/cassandra_object.rb".freeze, "lib/cassandra_object/adapters.rb".freeze, "lib/cassandra_object/adapters/cassandra_driver.rb".freeze, "lib/cassandra_object/arel.rb".freeze, "lib/cassandra_object/associations.rb".freeze, "lib/cassandra_object/associations/one_to_many.rb".freeze, "lib/cassandra_object/associations/one_to_one.rb".freeze, "lib/cassandra_object/attributes.rb".freeze, "lib/cassandra_object/base.rb".freeze, "lib/cassandra_object/batches.rb".freeze, "lib/cassandra_object/callbacks.rb".freeze, "lib/cassandra_object/collection.rb".freeze, "lib/cassandra_object/composite.rb".freeze, "lib/cassandra_object/configuration.rb".freeze, "lib/cassandra_object/connection.rb".freeze, "lib/cassandra_object/consistency.rb".freeze, "lib/cassandra_object/cursor.rb".freeze, "lib/cassandra_object/custom_comparable.rb".freeze, "lib/cassandra_object/dirty.rb".freeze, "lib/cassandra_object/errors.rb".freeze, "lib/cassandra_object/finder_methods.rb".freeze, "lib/cassandra_object/generators/migration_generator.rb".freeze, "lib/cassandra_object/generators/templates/migration.rb.erb".freeze, "lib/cassandra_object/identity.rb".freeze, "lib/cassandra_object/identity/abstract_key_factory.rb".freeze, "lib/cassandra_object/identity/custom_key_factory.rb".freeze, "lib/cassandra_object/identity/hashed_natural_key_factory.rb".freeze, "lib/cassandra_object/identity/key.rb".freeze, "lib/cassandra_object/identity/natural_key_factory.rb".freeze, "lib/cassandra_object/identity/uuid_key_factory.rb".freeze, "lib/cassandra_object/log_subscriber.rb".freeze, "lib/cassandra_object/long.rb".freeze, "lib/cassandra_object/migrations.rb".freeze, "lib/cassandra_object/migrations/migration.rb".freeze, "lib/cassandra_object/mocking.rb".freeze, "lib/cassandra_object/nested_attributes.rb".freeze, "lib/cassandra_object/persistence.rb".freeze, "lib/cassandra_object/railtie.rb".freeze, "lib/cassandra_object/relation.rb".freeze, "lib/cassandra_object/row_ttl.rb".freeze, "lib/cassandra_object/schema.rb".freeze, "lib/cassandra_object/schema/migration.rb".freeze, "lib/cassandra_object/schema/migration_proxy.rb".freeze, "lib/cassandra_object/schema/migrator.rb".freeze, "lib/cassandra_object/serialization.rb".freeze, "lib/cassandra_object/tasks/column_family.rb".freeze, "lib/cassandra_object/tasks/keyspace.rb".freeze, "lib/cassandra_object/tasks/ks.rake".freeze, "lib/cassandra_object/timestamps.rb".freeze, "lib/cassandra_object/type.rb".freeze, "lib/cassandra_object/types.rb".freeze, "lib/cassandra_object/types/array_type.rb".freeze, "lib/cassandra_object/types/boolean_type.rb".freeze, "lib/cassandra_object/types/date_type.rb".freeze, "lib/cassandra_object/types/decimal_type.rb".freeze, "lib/cassandra_object/types/float_type.rb".freeze, "lib/cassandra_object/types/hash_type.rb".freeze, "lib/cassandra_object/types/integer_type.rb".freeze, "lib/cassandra_object/types/set_type.rb".freeze, "lib/cassandra_object/types/string_type.rb".freeze, "lib/cassandra_object/types/time_type.rb".freeze, "lib/cassandra_object/types/time_with_zone_type.rb".freeze, "lib/cassandra_object/types/utf8_string_type.rb".freeze, "lib/cassandra_object/validations.rb".freeze, "script/console.rb".freeze, "sessionm-cassandra_object.gemspec".freeze, "spec/cassandra_object/adapters/cassandra_driver_spec.rb".freeze, "spec/cassandra_object/associations_spec.rb".freeze, "spec/cassandra_object/base_spec.rb".freeze, "spec/cassandra_object/persistence_spec.rb".freeze, "spec/cassandra_object/schema/migration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/cassandra.rb".freeze, "spec/support/db/migrate/001_create_test_tables.rb".freeze, "spec/support/models/counter.rb".freeze, "spec/support/models/issue.rb".freeze, "spec/support/models/role.rb".freeze, "spec/support/models/user.rb".freeze, "test/README".freeze, "test/active_model_test.rb".freeze, "test/attributes_test.rb".freeze, "test/base_test.rb".freeze, "test/batches_test.rb".freeze, "test/callbacks_test.rb".freeze, "test/connection_test.rb".freeze, "test/consistency_test.rb".freeze, "test/finder_methods_test.rb".freeze, "test/identity_test.rb".freeze, "test/persistence_test.rb".freeze, "test/test_helper.rb".freeze, "test/timestamps_test.rb".freeze, "test/types/array_type_test.rb".freeze, "test/types/boolean_type_test.rb".freeze, "test/types/date_type_test.rb".freeze, "test/types/decimal_type_test.rb".freeze, "test/types/float_type_test.rb".freeze, "test/types/hash_type_test.rb".freeze, "test/types/integer_type_test.rb".freeze, "test/types/set_type_test.rb".freeze, "test/types/string_type_test.rb".freeze, "test/types/time_type_test.rb".freeze, "test/types/utf8_string_type_test.rb".freeze, "test/validations_test.rb".freeze] s.homepage = "http://github.com/sessionm/cassandra_object".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Cassandra ActiveModel".freeze s.test_files = ["spec/cassandra_object/adapters/cassandra_driver_spec.rb".freeze, "spec/cassandra_object/associations_spec.rb".freeze, "spec/cassandra_object/base_spec.rb".freeze, "spec/cassandra_object/persistence_spec.rb".freeze, "spec/cassandra_object/schema/migration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/cassandra.rb".freeze, "spec/support/db/migrate/001_create_test_tables.rb".freeze, "spec/support/models/counter.rb".freeze, "spec/support/models/issue.rb".freeze, "spec/support/models/role.rb".freeze, "spec/support/models/user.rb".freeze, "test/README".freeze, "test/active_model_test.rb".freeze, "test/attributes_test.rb".freeze, "test/base_test.rb".freeze, "test/batches_test.rb".freeze, "test/callbacks_test.rb".freeze, "test/connection_test.rb".freeze, "test/consistency_test.rb".freeze, "test/finder_methods_test.rb".freeze, "test/identity_test.rb".freeze, "test/persistence_test.rb".freeze, "test/test_helper.rb".freeze, "test/timestamps_test.rb".freeze, "test/types/array_type_test.rb".freeze, "test/types/boolean_type_test.rb".freeze, "test/types/date_type_test.rb".freeze, "test/types/decimal_type_test.rb".freeze, "test/types/float_type_test.rb".freeze, "test/types/hash_type_test.rb".freeze, "test/types/integer_type_test.rb".freeze, "test/types/set_type_test.rb".freeze, "test/types/string_type_test.rb".freeze, "test/types/time_type_test.rb".freeze, "test/types/utf8_string_type_test.rb".freeze, "test/validations_test.rb".freeze] end