# -*- encoding: utf-8 -*-
# stub: ppe-georuby 1.7.2 ruby lib

Gem::Specification.new do |s|
  s.name = "ppe-georuby".freeze
  s.version = "1.7.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 = ["Guilhem Vellut".freeze, "Marcos Piccinini".freeze]
  s.date = "2010-04-04"
  s.description = "GeoRuby provides geometric data types from the OGC 'Simple Features' specification.".freeze
  s.email = "x@nofxx.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.txt".freeze]
  s.files = [".gitignore".freeze, "History.txt".freeze, "LICENSE".freeze, "README.txt".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/geo_ruby.rb".freeze, "lib/geo_ruby/gpx.rb".freeze, "lib/geo_ruby/gpx4r/gpx.rb".freeze, "lib/geo_ruby/shp.rb".freeze, "lib/geo_ruby/shp4r/dbf.rb".freeze, "lib/geo_ruby/shp4r/shp.rb".freeze, "lib/geo_ruby/simple_features/envelope.rb".freeze, "lib/geo_ruby/simple_features/ewkb_parser.rb".freeze, "lib/geo_ruby/simple_features/ewkt_parser.rb".freeze, "lib/geo_ruby/simple_features/geometry.rb".freeze, "lib/geo_ruby/simple_features/geometry_collection.rb".freeze, "lib/geo_ruby/simple_features/geometry_factory.rb".freeze, "lib/geo_ruby/simple_features/georss_parser.rb".freeze, "lib/geo_ruby/simple_features/helper.rb".freeze, "lib/geo_ruby/simple_features/line_string.rb".freeze, "lib/geo_ruby/simple_features/linear_ring.rb".freeze, "lib/geo_ruby/simple_features/multi_line_string.rb".freeze, "lib/geo_ruby/simple_features/multi_point.rb".freeze, "lib/geo_ruby/simple_features/multi_polygon.rb".freeze, "lib/geo_ruby/simple_features/point.rb".freeze, "lib/geo_ruby/simple_features/polygon.rb".freeze, "ppe-georuby.gemspec".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "spec/data/gpx/fells_loop.gpx".freeze, "spec/data/gpx/long.gpx".freeze, "spec/data/gpx/long.kml".freeze, "spec/data/gpx/long.nmea".freeze, "spec/data/gpx/short.gpx".freeze, "spec/data/gpx/short.kml".freeze, "spec/data/gpx/tracktreks.gpx".freeze, "spec/data/multipoint.dbf".freeze, "spec/data/multipoint.shp".freeze, "spec/data/multipoint.shx".freeze, "spec/data/point.dbf".freeze, "spec/data/point.shp".freeze, "spec/data/point.shx".freeze, "spec/data/polygon.dbf".freeze, "spec/data/polygon.shp".freeze, "spec/data/polygon.shx".freeze, "spec/data/polyline.dbf".freeze, "spec/data/polyline.shp".freeze, "spec/data/polyline.shx".freeze, "spec/geo_ruby/gpx4r/gpx_spec.rb".freeze, "spec/geo_ruby/shp4r/shp_spec.rb".freeze, "spec/geo_ruby/simple_features/envelope_spec.rb".freeze, "spec/geo_ruby/simple_features/ewkb_parser_spec.rb".freeze, "spec/geo_ruby/simple_features/ewkt_parser_spec.rb".freeze, "spec/geo_ruby/simple_features/geometry_collection_spec.rb".freeze, "spec/geo_ruby/simple_features/geometry_factory_spec.rb".freeze, "spec/geo_ruby/simple_features/geometry_spec.rb".freeze, "spec/geo_ruby/simple_features/georss_parser_spec.rb".freeze, "spec/geo_ruby/simple_features/line_string_spec.rb".freeze, "spec/geo_ruby/simple_features/linear_ring_spec.rb".freeze, "spec/geo_ruby/simple_features/multi_line_string_spec.rb".freeze, "spec/geo_ruby/simple_features/multi_point_spec.rb".freeze, "spec/geo_ruby/simple_features/multi_polygon_spec.rb".freeze, "spec/geo_ruby/simple_features/point_spec.rb".freeze, "spec/geo_ruby/simple_features/polygon_spec.rb".freeze, "spec/geo_ruby_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/nofxx/georuby".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby data holder for OGC Simple Features".freeze
  s.test_files = ["spec/geo_ruby_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/geo_ruby/gpx4r/gpx_spec.rb".freeze, "spec/geo_ruby/shp4r/shp_spec.rb".freeze, "spec/geo_ruby/simple_features/point_spec.rb".freeze, "spec/geo_ruby/simple_features/geometry_factory_spec.rb".freeze, "spec/geo_ruby/simple_features/envelope_spec.rb".freeze, "spec/geo_ruby/simple_features/polygon_spec.rb".freeze, "spec/geo_ruby/simple_features/line_string_spec.rb".freeze, "spec/geo_ruby/simple_features/multi_line_string_spec.rb".freeze, "spec/geo_ruby/simple_features/ewkt_parser_spec.rb".freeze, "spec/geo_ruby/simple_features/ewkb_parser_spec.rb".freeze, "spec/geo_ruby/simple_features/linear_ring_spec.rb".freeze, "spec/geo_ruby/simple_features/geometry_collection_spec.rb".freeze, "spec/geo_ruby/simple_features/multi_polygon_spec.rb".freeze, "spec/geo_ruby/simple_features/multi_point_spec.rb".freeze, "spec/geo_ruby/simple_features/georss_parser_spec.rb".freeze, "spec/geo_ruby/simple_features/geometry_spec.rb".freeze]

  s.specification_version = 3

  s.add_development_dependency(%q<rspec>.freeze, [">= 1.2.9".freeze])
  s.add_development_dependency(%q<dbf>.freeze, [">= 1.1.2".freeze])
end