--- !ruby/object:Gem::Specification
name: sessionm-cassandra_object
version: !ruby/object:Gem::Version
  version: 2.2.14
  prerelease: 
platform: ruby
authors:
- Michael Koziarski
- gotime
- sessionm
autorequire: 
bindir: bin
cert_chain: []
date: 2011-08-04 00:00:00.000000000Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: &70124182833500 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '3.0'
  type: :runtime
  prerelease: false
  version_requirements: *70124182833500
- !ruby/object:Gem::Dependency
  name: cassandra
  requirement: &70124182832940 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.11.3
  type: :runtime
  prerelease: false
  version_requirements: *70124182832940
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: &70124182832160 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 1.0.0
  type: :development
  prerelease: false
  version_requirements: *70124182832160
description: Cassandra ActiveModel
email: klange@sessionm.com
executables: []
extensions: []
extra_rdoc_files:
- README.markdown
files:
- .gitignore
- CHANGELOG
- Gemfile
- LICENSE
- MIT-LICENSE
- README.markdown
- Rakefile
- lib/cassandra_object.rb
- lib/cassandra_object/associations.rb
- lib/cassandra_object/associations/one_to_many.rb
- lib/cassandra_object/associations/one_to_one.rb
- lib/cassandra_object/attributes.rb
- lib/cassandra_object/base.rb
- lib/cassandra_object/batches.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/dirty.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/key.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/boolean_type.rb
- lib/cassandra_object/types/date_type.rb
- lib/cassandra_object/types/decimal_type.rb
- lib/cassandra_object/types/float_type.rb
- lib/cassandra_object/types/hash_type.rb
- lib/cassandra_object/types/integer_type.rb
- lib/cassandra_object/types/set_type.rb
- lib/cassandra_object/types/string_type.rb
- lib/cassandra_object/types/time_type.rb
- lib/cassandra_object/types/time_with_zone_type.rb
- lib/cassandra_object/types/utf8_string_type.rb
- lib/cassandra_object/validations.rb
- sessionm-cassandra_object.gemspec
- test/active_model_test.rb
- test/base_test.rb
- test/batches_test.rb
- test/connection_test.rb
- test/consistency_test.rb
- test/finder_methods_test.rb
- test/identity_test.rb
- test/persistence_test.rb
- test/test_helper.rb
- test/timestamps_test.rb
- test/types/array_type_test.rb
- test/types/boolean_type_test.rb
- test/types/date_type_test.rb
- test/types/decimal_type_test.rb
- test/types/float_type_test.rb
- test/types/hash_type_test.rb
- test/types/integer_type_test.rb
- test/types/set_type_test.rb
- test/types/string_type_test.rb
- test/types/time_type_test.rb
- test/types/utf8_string_type_test.rb
- test/validations_test.rb
homepage: http://github.com/sessionm/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.6
signing_key: 
specification_version: 3
summary: Cassandra ActiveModel
test_files:
- test/active_model_test.rb
- test/base_test.rb
- test/batches_test.rb
- test/connection_test.rb
- test/consistency_test.rb
- test/finder_methods_test.rb
- test/identity_test.rb
- test/persistence_test.rb
- test/test_helper.rb
- test/timestamps_test.rb
- test/types/array_type_test.rb
- test/types/boolean_type_test.rb
- test/types/date_type_test.rb
- test/types/decimal_type_test.rb
- test/types/float_type_test.rb
- test/types/hash_type_test.rb
- test/types/integer_type_test.rb
- test/types/set_type_test.rb
- test/types/string_type_test.rb
- test/types/time_type_test.rb
- test/types/utf8_string_type_test.rb
- test/validations_test.rb