# -*- encoding: utf-8 -*- # stub: rgeo 0.1.16 ruby lib # stub: ext/geos_c_impl/extconf.rb Gem::Specification.new do |s| s.name = "rgeo".freeze s.version = "0.1.16".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Azuma".freeze] s.date = "2010-11-18" s.description = "RGeo is a spatial data library for Ruby. It provides an implementation of the Open Geospatial Consortium's Simple Features Specification, used by most standard spatial/geographic data storage systems such as PostGIS. It also provides a suite of useful tools for writing location-based applications using Ruby-based frameworks such as Ruby On Rails.".freeze s.email = "dazuma@gmail.com".freeze s.extensions = ["ext/geos_c_impl/extconf.rb".freeze] s.extra_rdoc_files = ["History.rdoc".freeze, "README.rdoc".freeze] s.files = ["History.rdoc".freeze, "README.rdoc".freeze, "Version".freeze, "ext/geos_c_impl/extconf.rb".freeze, "ext/geos_c_impl/factory.c".freeze, "ext/geos_c_impl/factory.h".freeze, "ext/geos_c_impl/geometry.c".freeze, "ext/geos_c_impl/geometry.h".freeze, "ext/geos_c_impl/geometry_collection.c".freeze, "ext/geos_c_impl/geometry_collection.h".freeze, "ext/geos_c_impl/line_string.c".freeze, "ext/geos_c_impl/line_string.h".freeze, "ext/geos_c_impl/main.c".freeze, "ext/geos_c_impl/point.c".freeze, "ext/geos_c_impl/point.h".freeze, "ext/geos_c_impl/polygon.c".freeze, "ext/geos_c_impl/polygon.h".freeze, "ext/geos_c_impl/preface.h".freeze, "lib/rgeo.rb".freeze, "lib/rgeo/all.rb".freeze, "lib/rgeo/cartesian.rb".freeze, "lib/rgeo/cartesian/calculations.rb".freeze, "lib/rgeo/cartesian/factory.rb".freeze, "lib/rgeo/cartesian/feature_classes.rb".freeze, "lib/rgeo/cartesian/feature_methods.rb".freeze, "lib/rgeo/cartesian/interface.rb".freeze, "lib/rgeo/errors.rb".freeze, "lib/rgeo/features.rb".freeze, "lib/rgeo/features/curve.rb".freeze, "lib/rgeo/features/factory.rb".freeze, "lib/rgeo/features/geometry.rb".freeze, "lib/rgeo/features/geometry_collection.rb".freeze, "lib/rgeo/features/line.rb".freeze, "lib/rgeo/features/line_string.rb".freeze, "lib/rgeo/features/linear_ring.rb".freeze, "lib/rgeo/features/multi_curve.rb".freeze, "lib/rgeo/features/multi_line_string.rb".freeze, "lib/rgeo/features/multi_point.rb".freeze, "lib/rgeo/features/multi_polygon.rb".freeze, "lib/rgeo/features/multi_surface.rb".freeze, "lib/rgeo/features/point.rb".freeze, "lib/rgeo/features/polygon.rb".freeze, "lib/rgeo/features/surface.rb".freeze, "lib/rgeo/features/types.rb".freeze, "lib/rgeo/geo_json.rb".freeze, "lib/rgeo/geo_json/coder.rb".freeze, "lib/rgeo/geo_json/entities.rb".freeze, "lib/rgeo/geo_json/interface.rb".freeze, "lib/rgeo/geography.rb".freeze, "lib/rgeo/geography/all.rb".freeze, "lib/rgeo/geography/factory.rb".freeze, "lib/rgeo/geography/interface.rb".freeze, "lib/rgeo/geography/projected_window.rb".freeze, "lib/rgeo/geography/simple_mercator.rb".freeze, "lib/rgeo/geography/simple_mercator/feature_classes.rb".freeze, "lib/rgeo/geography/simple_mercator/feature_methods.rb".freeze, "lib/rgeo/geography/simple_mercator/projector.rb".freeze, "lib/rgeo/geography/simple_spherical.rb".freeze, "lib/rgeo/geography/simple_spherical/calculations.rb".freeze, "lib/rgeo/geography/simple_spherical/feature_classes.rb".freeze, "lib/rgeo/geography/simple_spherical/feature_methods.rb".freeze, "lib/rgeo/geos.rb".freeze, "lib/rgeo/geos/factory.rb".freeze, "lib/rgeo/geos/impl_additions.rb".freeze, "lib/rgeo/geos/interface.rb".freeze, "lib/rgeo/impl_helpers.rb".freeze, "lib/rgeo/impl_helpers/basic_geometry_collection_methods.rb".freeze, "lib/rgeo/impl_helpers/basic_geometry_methods.rb".freeze, "lib/rgeo/impl_helpers/basic_line_string_methods.rb".freeze, "lib/rgeo/impl_helpers/basic_point_methods.rb".freeze, "lib/rgeo/impl_helpers/basic_polygon_methods.rb".freeze, "lib/rgeo/impl_helpers/math.rb".freeze, "lib/rgeo/version.rb".freeze, "lib/rgeo/wkrep.rb".freeze, "lib/rgeo/wkrep/wkb_generator.rb".freeze, "lib/rgeo/wkrep/wkb_parser.rb".freeze, "lib/rgeo/wkrep/wkt_generator.rb".freeze, "lib/rgeo/wkrep/wkt_parser.rb".freeze, "tests/common/geometry_collection_tests.rb".freeze, "tests/common/line_string_tests.rb".freeze, "tests/common/multi_line_string_tests.rb".freeze, "tests/common/multi_point_tests.rb".freeze, "tests/common/multi_polygon_tests.rb".freeze, "tests/common/point_tests.rb".freeze, "tests/common/polygon_tests.rb".freeze, "tests/geos/tc_factory.rb".freeze, "tests/geos/tc_geometry_collection.rb".freeze, "tests/geos/tc_line_string.rb".freeze, "tests/geos/tc_misc.rb".freeze, "tests/geos/tc_multi_line_string.rb".freeze, "tests/geos/tc_multi_point.rb".freeze, "tests/geos/tc_multi_polygon.rb".freeze, "tests/geos/tc_point.rb".freeze, "tests/geos/tc_polygon.rb".freeze, "tests/simple_cartesian/tc_calculations.rb".freeze, "tests/simple_cartesian/tc_geometry_collection.rb".freeze, "tests/simple_cartesian/tc_line_string.rb".freeze, "tests/simple_cartesian/tc_multi_line_string.rb".freeze, "tests/simple_cartesian/tc_multi_point.rb".freeze, "tests/simple_cartesian/tc_multi_polygon.rb".freeze, "tests/simple_cartesian/tc_point.rb".freeze, "tests/simple_cartesian/tc_polygon.rb".freeze, "tests/simple_mercator/tc_geometry_collection.rb".freeze, "tests/simple_mercator/tc_line_string.rb".freeze, "tests/simple_mercator/tc_multi_line_string.rb".freeze, "tests/simple_mercator/tc_multi_point.rb".freeze, "tests/simple_mercator/tc_multi_polygon.rb".freeze, "tests/simple_mercator/tc_point.rb".freeze, "tests/simple_mercator/tc_polygon.rb".freeze, "tests/simple_mercator/tc_window.rb".freeze, "tests/simple_spherical/tc_calculations.rb".freeze, "tests/simple_spherical/tc_geometry_collection.rb".freeze, "tests/simple_spherical/tc_line_string.rb".freeze, "tests/simple_spherical/tc_multi_line_string.rb".freeze, "tests/simple_spherical/tc_multi_point.rb".freeze, "tests/simple_spherical/tc_multi_polygon.rb".freeze, "tests/simple_spherical/tc_point.rb".freeze, "tests/simple_spherical/tc_polygon.rb".freeze, "tests/tc_geojson.rb".freeze, "tests/tc_oneoff.rb".freeze, "tests/wkrep/tc_wkb_generator.rb".freeze, "tests/wkrep/tc_wkb_parser.rb".freeze, "tests/wkrep/tc_wkt_generator.rb".freeze, "tests/wkrep/tc_wkt_parser.rb".freeze] s.homepage = "http://virtuoso.rubyforge.org/rgeo".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "RGeo is a spatial data library for Ruby.".freeze s.test_files = ["tests/common/geometry_collection_tests.rb".freeze, "tests/common/line_string_tests.rb".freeze, "tests/common/multi_line_string_tests.rb".freeze, "tests/common/multi_point_tests.rb".freeze, "tests/common/multi_polygon_tests.rb".freeze, "tests/common/point_tests.rb".freeze, "tests/common/polygon_tests.rb".freeze, "tests/geos/tc_factory.rb".freeze, "tests/geos/tc_geometry_collection.rb".freeze, "tests/geos/tc_line_string.rb".freeze, "tests/geos/tc_misc.rb".freeze, "tests/geos/tc_multi_line_string.rb".freeze, "tests/geos/tc_multi_point.rb".freeze, "tests/geos/tc_multi_polygon.rb".freeze, "tests/geos/tc_point.rb".freeze, "tests/geos/tc_polygon.rb".freeze, "tests/simple_cartesian/tc_calculations.rb".freeze, "tests/simple_cartesian/tc_geometry_collection.rb".freeze, "tests/simple_cartesian/tc_line_string.rb".freeze, "tests/simple_cartesian/tc_multi_line_string.rb".freeze, "tests/simple_cartesian/tc_multi_point.rb".freeze, "tests/simple_cartesian/tc_multi_polygon.rb".freeze, "tests/simple_cartesian/tc_point.rb".freeze, "tests/simple_cartesian/tc_polygon.rb".freeze, "tests/simple_mercator/tc_geometry_collection.rb".freeze, "tests/simple_mercator/tc_line_string.rb".freeze, "tests/simple_mercator/tc_multi_line_string.rb".freeze, "tests/simple_mercator/tc_multi_point.rb".freeze, "tests/simple_mercator/tc_multi_polygon.rb".freeze, "tests/simple_mercator/tc_point.rb".freeze, "tests/simple_mercator/tc_polygon.rb".freeze, "tests/simple_mercator/tc_window.rb".freeze, "tests/simple_spherical/tc_calculations.rb".freeze, "tests/simple_spherical/tc_geometry_collection.rb".freeze, "tests/simple_spherical/tc_line_string.rb".freeze, "tests/simple_spherical/tc_multi_line_string.rb".freeze, "tests/simple_spherical/tc_multi_point.rb".freeze, "tests/simple_spherical/tc_multi_polygon.rb".freeze, "tests/simple_spherical/tc_point.rb".freeze, "tests/simple_spherical/tc_polygon.rb".freeze, "tests/tc_geojson.rb".freeze, "tests/tc_oneoff.rb".freeze, "tests/wkrep/tc_wkb_generator.rb".freeze, "tests/wkrep/tc_wkb_parser.rb".freeze, "tests/wkrep/tc_wkt_generator.rb".freeze, "tests/wkrep/tc_wkt_parser.rb".freeze] end