# -*- encoding: utf-8 -*-
# stub: hyper_record 0.9.4 ruby lib

Gem::Specification.new do |s|
  s.name = "hyper_record".freeze
  s.version = "0.9.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["tylerkovacs".freeze]
  s.date = "2010-10-27"
  s.description = "See README".freeze
  s.email = "tyler.kovacs@gmail.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze]
  s.files = [".gitignore".freeze, "CHANGELOG".freeze, "HOW_TO_RUN_TESTS".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "benchmark/save.rb".freeze, "hyper_record.gemspec".freeze, "init.rb".freeze, "lib/active_record/connection_adapters/hyper_table_definition.rb".freeze, "lib/active_record/connection_adapters/hypertable_adapter.rb".freeze, "lib/active_record/connection_adapters/qualified_column.rb".freeze, "lib/associations/hyper_has_and_belongs_to_many_association_extension.rb".freeze, "lib/associations/hyper_has_many_association_extension.rb".freeze, "lib/hyper_record.rb".freeze, "lib/hypertable/gen-rb/client_constants.rb".freeze, "lib/hypertable/gen-rb/client_service.rb".freeze, "lib/hypertable/gen-rb/client_types.rb".freeze, "lib/hypertable/gen-rb/hql_constants.rb".freeze, "lib/hypertable/gen-rb/hql_service.rb".freeze, "lib/hypertable/gen-rb/hql_types.rb".freeze, "lib/hypertable/thrift_client.rb".freeze, "lib/hypertable/thrift_transport_monkey_patch.rb".freeze, "pkg/hyper_record-0.9.3.gem".freeze, "spec/fixtures/pages.yml".freeze, "spec/fixtures/qualified_pages.yml".freeze, "spec/lib/associations_spec.rb".freeze, "spec/lib/hyper_record_spec.rb".freeze, "spec/lib/hypertable_adapter_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/test_helper.rb".freeze, "test/thrift_client_test.rb".freeze]
  s.homepage = "http://github.com/tylerkovacs/hyper_record".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Fully integrates ActiveRecord with Hypertable.".freeze
  s.test_files = ["spec/lib/associations_spec.rb".freeze, "spec/lib/hypertable_adapter_spec.rb".freeze, "spec/lib/hyper_record_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/thrift_client_test.rb".freeze, "test/test_helper.rb".freeze]
end