Sha256: 2eb2c28f30d76df15e5c9dec18e837318f7f520c9d78261146b97350ce880903
Contents?: true
Size: 1.86 KB
Versions: 0
Compression: gzip
Compressed size: 766 Bytes
Stored size: 766 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: GeoRuby version: !ruby/object:Gem::Version version: 0.0.4 date: 2006-04-23 00:00:00 +05:00 summary: Ruby data holder for OGC Simple Features require_paths: - lib email: guilhem.vellut+georuby@gmail.com homepage: http://thepochisuperstarmegashow.com rubyforge_project: description: GeoRuby is intended as a holder for data returned from PostGIS queries. Therefore, 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: authors: - Guilhem Vellut files: - lib/geo_ruby.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/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_simple_features.rb - README - MIT-LICENSE - rakefile.rb test_files: - test/test_ewkb_parser.rb - test/test_ewkt_parser.rb - test/test_simple_features.rb rdoc_options: - --main - README extra_rdoc_files: - README executables: [] extensions: [] requirements: - none dependencies: []