--- !ruby/object:Gem::Specification
name: gotime-cassandra_object
version: !ruby/object:Gem::Version
  version: 2.10.5
  prerelease: 
platform: ruby
authors:
- Michael Koziarski
- gotime
autorequire: 
bindir: bin
cert_chain: []
date: 2012-01-11 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: activemodel
  requirement: &70292668657020 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '3.0'
  type: :runtime
  prerelease: false
  version_requirements: *70292668657020
- !ruby/object:Gem::Dependency
  name: cassandra
  requirement: &70292668655180 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 0.12.0
  type: :runtime
  prerelease: false
  version_requirements: *70292668655180
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: &70292668654740 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *70292668654740
description: Cassandra ActiveModel
email: gems@gotime.com
executables: []
extensions: []
extra_rdoc_files:
- README.rdoc
files:
- .gitignore
- CHANGELOG
- Gemfile
- LICENSE
- MIT-LICENSE
- README.rdoc
- Rakefile
- gotime-cassandra_object.gemspec
- lib/cassandra_object/attribute_methods.rb
- lib/cassandra_object/attribute_methods/definition.rb
- lib/cassandra_object/attribute_methods/dirty.rb
- lib/cassandra_object/attribute_methods/typecasting.rb
- lib/cassandra_object/base.rb
- lib/cassandra_object/batches.rb
- lib/cassandra_object/belongs_to.rb
- lib/cassandra_object/callbacks.rb
- lib/cassandra_object/collection.rb
- lib/cassandra_object/connection.rb
- lib/cassandra_object/consistency.rb
- lib/cassandra_object/cursor.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/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/persistence.rb
- lib/cassandra_object/railtie.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/base_type.rb
- lib/cassandra_object/types/boolean_type.rb
- lib/cassandra_object/types/date_type.rb
- lib/cassandra_object/types/float_type.rb
- lib/cassandra_object/types/integer_type.rb
- lib/cassandra_object/types/json_type.rb
- lib/cassandra_object/types/string_type.rb
- lib/cassandra_object/types/time_type.rb
- lib/cassandra_object/validations.rb
- lib/gotime-cassandra_object.rb
- test/performance/insert_test.rb
- test/performance_helper.rb
- test/support/connect.rb
- test/support/issue.rb
- test/test_helper.rb
- test/unit/active_model_test.rb
- test/unit/attribute_methods/definition_test.rb
- test/unit/attribute_methods/dirty_test.rb
- test/unit/attribute_methods/typecasting_test.rb
- test/unit/attribute_methods_test.rb
- test/unit/base_test.rb
- test/unit/batches_test.rb
- test/unit/belongs_to_test.rb
- test/unit/callbacks_test.rb
- test/unit/connection_test.rb
- test/unit/consistency_test.rb
- test/unit/finder_methods_test.rb
- test/unit/identity/uuid_key_factory_test.rb
- test/unit/identity_test.rb
- test/unit/persistence_test.rb
- test/unit/timestamps_test.rb
- test/unit/types/array_type_test.rb
- test/unit/types/base_type_test.rb
- test/unit/types/boolean_type_test.rb
- test/unit/types/date_type_test.rb
- test/unit/types/float_type_test.rb
- test/unit/types/integer_type_test.rb
- test/unit/types/json_type_test.rb
- test/unit/types/string_type_test.rb
- test/unit/types/time_type_test.rb
- test/unit/validations_test.rb
homepage: http://github.com/gotime/cassandra_object
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: 1.9.2
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: 1.3.5
requirements: []
rubyforge_project: 
rubygems_version: 1.8.10
signing_key: 
specification_version: 3
summary: Cassandra ActiveModel
test_files: []