# -*- encoding: utf-8 -*-
# stub: beh_spatial_adapter 1.1.2 ruby lib

Gem::Specification.new do |s|
  s.name = "beh_spatial_adapter".freeze
  s.version = "1.1.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Pete Deffendol".freeze, "Guilhem Vellut".freeze]
  s.date = "2010-04-29"
  s.description = "Provides enhancements to ActiveRecord to handle spatial datatypes in PostgreSQL and MySQL.".freeze
  s.email = "pete@fragility.us".freeze
  s.extra_rdoc_files = ["README.rdoc".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "VERSION".freeze, "lib/spatial_adapter.rb".freeze, "lib/spatial_adapter/common/raw_geom_info.rb".freeze, "lib/spatial_adapter/common/schema_definitions.rb".freeze, "lib/spatial_adapter/common/schema_dumper.rb".freeze, "lib/spatial_adapter/common/spatial_column.rb".freeze, "lib/spatial_adapter/common/table_definition.rb".freeze, "lib/spatial_adapter/mysql.rb".freeze, "lib/spatial_adapter/oracle_enhanced.rb".freeze, "lib/spatial_adapter/postgresql.rb".freeze, "lib/spatial_adapter/railtie.rb".freeze, "rails/init.rb".freeze, "spec/README.txt".freeze, "spec/db/mysql_raw.rb".freeze, "spec/db/postgis_raw.rb".freeze, "spec/models/common.rb".freeze, "spec/mysql/connection_adapter_spec.rb".freeze, "spec/mysql/migration_spec.rb".freeze, "spec/mysql/models_spec.rb".freeze, "spec/mysql/schema_dumper_spec.rb".freeze, "spec/postgresql/connection_adapter_spec.rb".freeze, "spec/postgresql/migration_spec.rb".freeze, "spec/postgresql/models_spec.rb".freeze, "spec/postgresql/schema_dumper_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/fragility/spatial_adapter".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Spatial Adapter for ActiveRecord".freeze
  s.test_files = ["spec/db/mysql_raw.rb".freeze, "spec/db/postgis_raw.rb".freeze, "spec/models/common.rb".freeze, "spec/mysql/connection_adapter_spec.rb".freeze, "spec/mysql/migration_spec.rb".freeze, "spec/mysql/models_spec.rb".freeze, "spec/mysql/schema_dumper_spec.rb".freeze, "spec/postgresql/connection_adapter_spec.rb".freeze, "spec/postgresql/migration_spec.rb".freeze, "spec/postgresql/models_spec.rb".freeze, "spec/postgresql/schema_dumper_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/README.txt".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<activerecord>.freeze, [">= 2.2.2".freeze])
  s.add_runtime_dependency(%q<GeoRuby>.freeze, [">= 1.3.0".freeze])
end