# -*- encoding: utf-8 -*- # stub: extendi-cassandra_object 1.0.19 ruby lib Gem::Specification.new do |s| s.name = "extendi-cassandra_object".freeze s.version = "1.0.19".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 = ["Duccio Giovannelli".freeze, "gotime".freeze] s.date = "2019-02-22" s.description = "Cassandra ActiveModel".freeze s.email = "giovannelli@extendi.it".freeze s.extra_rdoc_files = ["README.md".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "extendi-cassandra_object.gemspec".freeze, "lib/cassandra_object.rb".freeze, "lib/cassandra_object/adapters/abstract_adapter.rb".freeze, "lib/cassandra_object/adapters/cassandra_adapter.rb".freeze, "lib/cassandra_object/adapters/cassandra_schemaless_adapter.rb".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/base_schema.rb".freeze, "lib/cassandra_object/base_schemaless.rb".freeze, "lib/cassandra_object/base_schemaless_dynamic.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/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/model.rb".freeze, "lib/cassandra_object/persistence.rb".freeze, "lib/cassandra_object/railtie.rb".freeze, "lib/cassandra_object/railties/controller_runtime.rb".freeze, "lib/cassandra_object/schema.rb".freeze, "lib/cassandra_object/schemaless.rb".freeze, "lib/cassandra_object/scope.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/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/types/type_helper.rb".freeze, "lib/cassandra_object/validations.rb".freeze, "lib/initializers/reconnection.rb".freeze, "test/support/cassandra.rb".freeze, "test/support/issue.rb".freeze, "test/support/issue_custom_config.rb".freeze, "test/support/issue_dynamic.rb".freeze, "test/support/issue_schema.rb".freeze, "test/support/issue_schema_child.rb".freeze, "test/support/issue_schema_ck.rb".freeze, "test/support/issue_schema_father.rb".freeze, "test/test_helper.rb".freeze, "test/unit/active_model_test.rb".freeze, "test/unit/adapters/adapter_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/connection_test.rb".freeze, "test/unit/connections/connections_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_schema_ck_test.rb".freeze, "test/unit/persistence_schema_test.rb".freeze, "test/unit/persistence_test.rb".freeze, "test/unit/railties/controller_runtime_test.rb".freeze, "test/unit/schema/tasks_test.rb".freeze, "test/unit/schema_test.rb".freeze, "test/unit/schemaless_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/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 = "https://github.com/giovannelli/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, [">= 4.2.0".freeze, "< 6.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.3.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end