--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: GeoRuby version: !ruby/object:Gem::Version version: 1.2.0 date: 2007-01-20 00:00:00 +01:00 summary: Ruby data holder for OGC Simple Features require_paths: - lib email: guilhem.vellut@gmail.com homepage: http://thepochisuperstarmegashow.com/projects/ rubyforge_project: description: GeoRuby is intended as a holder for data returned from PostGIS and MySQL Spatial queries. The data model roughly follows the OGC "Simple Features for SQL" specification (see www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections) autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Guilhem Vellut files: - lib/geo_ruby.rb - lib/geo_ruby/shp4r/dbf.rb - lib/geo_ruby/shp4r/shp.rb - lib/geo_ruby/simple_features/envelope.rb - lib/geo_ruby/simple_features/ewkb_parser.rb - lib/geo_ruby/simple_features/ewkt_parser.rb - lib/geo_ruby/simple_features/geometry.rb - lib/geo_ruby/simple_features/geometry_collection.rb - lib/geo_ruby/simple_features/geometry_factory.rb - lib/geo_ruby/simple_features/georss_parser.rb - lib/geo_ruby/simple_features/helper.rb - lib/geo_ruby/simple_features/linear_ring.rb - lib/geo_ruby/simple_features/line_string.rb - lib/geo_ruby/simple_features/multi_line_string.rb - lib/geo_ruby/simple_features/multi_point.rb - lib/geo_ruby/simple_features/multi_polygon.rb - lib/geo_ruby/simple_features/point.rb - lib/geo_ruby/simple_features/polygon.rb - test/test_ewkb_parser.rb - test/test_ewkt_parser.rb - test/test_georss_kml.rb - test/test_shp.rb - test/test_simple_features.rb - README - MIT-LICENSE - rakefile.rb - test/data/point.shp - test/data/polygon.shp - test/data/polyline.shp - test/data/point.dbf - test/data/polygon.dbf - test/data/polyline.dbf - test/data/point.shx - test/data/polygon.shx - test/data/polyline.shx - tools/db.yml - tools/lib/spatial_adapter/test/db/database_mysql.yml - tools/lib/spatial_adapter/test/db/database_postgis.yml - tools/shp2sql.rb - tools/lib/spatial_adapter/init.rb - tools/lib/spatial_adapter/rakefile.rb - tools/lib/spatial_adapter/lib/common_spatial_adapter.rb - tools/lib/spatial_adapter/lib/mysql_spatial_adapter.rb - tools/lib/spatial_adapter/lib/post_gis_adapter.rb - tools/lib/spatial_adapter/test/access_mysql_test.rb - tools/lib/spatial_adapter/test/access_postgis_test.rb - tools/lib/spatial_adapter/test/find_mysql_test.rb - tools/lib/spatial_adapter/test/find_postgis_test.rb - tools/lib/spatial_adapter/test/migration_mysql_test.rb - tools/lib/spatial_adapter/test/migration_postgis_test.rb - tools/lib/spatial_adapter/test/common/common_mysql.rb - tools/lib/spatial_adapter/test/common/common_postgis.rb - tools/lib/spatial_adapter/test/models/models_mysql.rb - tools/lib/spatial_adapter/test/models/models_postgis.rb - tools/lib/spatial_adapter/test/schema/schema_mysql.rb - tools/lib/spatial_adapter/test/schema/schema_postgis.rb - tools/lib/spatial_adapter - tools/lib/spatial_adapter/lib - tools/lib/spatial_adapter/MIT-LICENSE - tools/lib/spatial_adapter/README - tools/lib/spatial_adapter/test - tools/lib/spatial_adapter/test/common - tools/lib/spatial_adapter/test/db - tools/lib/spatial_adapter/test/models - tools/lib/spatial_adapter/test/schema test_files: - test/test_ewkb_parser.rb - test/test_ewkt_parser.rb - test/test_georss_kml.rb - test/test_shp.rb - test/test_simple_features.rb rdoc_options: - --main - README extra_rdoc_files: - README executables: [] extensions: [] requirements: - none dependencies: []