# -*- encoding: utf-8 -*- # stub: sessionm-cassandra_object 2.5.0 ruby lib Gem::Specification.new do |s| s.name = "sessionm-cassandra_object".freeze s.version = "2.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Koziarski".freeze, "gotime".freeze, "sessionm".freeze] s.date = "2013-06-05" s.description = "Cassandra ActiveModel".freeze s.email = "klange@sessionm.com".freeze s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "MIT-LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/cassandra_object.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/configuration.rb".freeze, "lib/cassandra_object/connection.rb".freeze, "lib/cassandra_object/consistency.rb".freeze, "lib/cassandra_object/cursor.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/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/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, "sessionm-cassandra_object.gemspec".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.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Cassandra ActiveModel".freeze s.test_files = ["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.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.0.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) end