# -*- encoding: utf-8 -*- # stub: gotime-cassandra_object 4.10.3 ruby lib Gem::Specification.new do |s| s.name = "gotime-cassandra_object".freeze s.version = "4.10.3".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] s.date = "2013-10-30" s.description = "Cassandra ActiveModel".freeze s.email = "gems@gotime.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "gotime-cassandra_object.gemspec".freeze, "lib/cassandra_object/attribute_methods.rb".freeze, "lib/cassandra_object/attribute_methods/definition.rb".freeze, "lib/cassandra_object/attribute_methods/dirty.rb".freeze, "lib/cassandra_object/attribute_methods/primary_key.rb".freeze, "lib/cassandra_object/attribute_methods/typecasting.rb".freeze, "lib/cassandra_object/base.rb".freeze, "lib/cassandra_object/belongs_to.rb".freeze, "lib/cassandra_object/belongs_to/association.rb".freeze, "lib/cassandra_object/belongs_to/builder.rb".freeze, "lib/cassandra_object/belongs_to/reflection.rb".freeze, "lib/cassandra_object/callbacks.rb".freeze, "lib/cassandra_object/config.rb".freeze, "lib/cassandra_object/connection.rb".freeze, "lib/cassandra_object/consistency.rb".freeze, "lib/cassandra_object/core.rb".freeze, "lib/cassandra_object/errors.rb".freeze, "lib/cassandra_object/identity.rb".freeze, "lib/cassandra_object/inspect.rb".freeze, "lib/cassandra_object/log_subscriber.rb".freeze, "lib/cassandra_object/persistence.rb".freeze, "lib/cassandra_object/railtie.rb".freeze, "lib/cassandra_object/savepoints.rb".freeze, "lib/cassandra_object/schema.rb".freeze, "lib/cassandra_object/schema/tasks.rb".freeze, "lib/cassandra_object/scope.rb".freeze, "lib/cassandra_object/scope/batches.rb".freeze, "lib/cassandra_object/scope/finder_methods.rb".freeze, "lib/cassandra_object/scope/query_methods.rb".freeze, "lib/cassandra_object/scoping.rb".freeze, "lib/cassandra_object/serialization.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/base_type.rb".freeze, "lib/cassandra_object/types/boolean_type.rb".freeze, "lib/cassandra_object/types/date_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/json_type.rb".freeze, "lib/cassandra_object/types/string_type.rb".freeze, "lib/cassandra_object/types/time_type.rb".freeze, "lib/cassandra_object/validations.rb".freeze, "lib/gotime-cassandra_object.rb".freeze, "test/support/connect.rb".freeze, "test/support/issue.rb".freeze, "test/support/teardown.rb".freeze, "test/test_helper.rb".freeze, "test/unit/active_model_test.rb".freeze, "test/unit/attribute_methods/definition_test.rb".freeze, "test/unit/attribute_methods/dirty_test.rb".freeze, "test/unit/attribute_methods/primary_key_test.rb".freeze, "test/unit/attribute_methods/typecasting_test.rb".freeze, "test/unit/attribute_methods_test.rb".freeze, "test/unit/base_test.rb".freeze, "test/unit/belongs_to/reflection_test.rb".freeze, "test/unit/belongs_to_test.rb".freeze, "test/unit/callbacks_test.rb".freeze, "test/unit/config_test.rb".freeze, "test/unit/connection_test.rb".freeze, "test/unit/consistency_test.rb".freeze, "test/unit/core_test.rb".freeze, "test/unit/identity_test.rb".freeze, "test/unit/inspect_test.rb".freeze, "test/unit/log_subscriber_test.rb".freeze, "test/unit/persistence_test.rb".freeze, "test/unit/savepoints_test.rb".freeze, "test/unit/schema/tasks_test.rb".freeze, "test/unit/schema_test.rb".freeze, "test/unit/scope/batches_test.rb".freeze, "test/unit/scope/finder_methods_test.rb".freeze, "test/unit/scope/query_methods_test.rb".freeze, "test/unit/scoping_test.rb".freeze, "test/unit/timestamps_test.rb".freeze, "test/unit/types/array_type_test.rb".freeze, "test/unit/types/base_type_test.rb".freeze, "test/unit/types/boolean_type_test.rb".freeze, "test/unit/types/date_type_test.rb".freeze, "test/unit/types/float_type_test.rb".freeze, "test/unit/types/hash_type_test.rb".freeze, "test/unit/types/integer_type_test.rb".freeze, "test/unit/types/json_type_test.rb".freeze, "test/unit/types/string_type_test.rb".freeze, "test/unit/types/time_type_test.rb".freeze, "test/unit/validations_test.rb".freeze] s.homepage = "http://github.com/data-axle/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.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end