# -*- encoding: utf-8 -*- # stub: gdal 2.0.0 ruby lib # stub: ext/gdal-ruby/gdal/extconf.rbext/gdal-ruby/gdalconst/extconf.rbext/gdal-ruby/ogr/extconf.rbext/gdal-ruby/osr/extconf.rb Gem::Specification.new do |s| s.name = "gdal".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Zac McCormick".freeze] s.date = "2019-06-18" s.description = "GDAL/OGR bindings for ruby".freeze s.email = ["zac.mccormick@gmail.com".freeze] s.extensions = ["ext/gdal-ruby/gdal/extconf.rb".freeze, "ext/gdal-ruby/gdalconst/extconf.rb".freeze, "ext/gdal-ruby/ogr/extconf.rb".freeze, "ext/gdal-ruby/osr/extconf.rb".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "ext/gdal-ruby/LICENSE".freeze, "ext/gdal-ruby/gdal/extconf.rb".freeze, "ext/gdal-ruby/gdal/gdal.cpp".freeze, "ext/gdal-ruby/gdalconst/extconf.rb".freeze, "ext/gdal-ruby/gdalconst/gdalconst.c".freeze, "ext/gdal-ruby/ogr/extconf.rb".freeze, "ext/gdal-ruby/ogr/ogr.cpp".freeze, "ext/gdal-ruby/osr/extconf.rb".freeze, "ext/gdal-ruby/osr/osr.cpp".freeze, "ext/gdal-ruby/ruby-2.2-patch.rb".freeze, "gdal.gemspec".freeze, "lib/gdal-ruby/version.rb".freeze, "lib/gdal.rb".freeze, "spec/gdal_spec.rb".freeze] s.homepage = "https://github.com/zhm/gdal-ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "GDAL/OGR bindings for ruby. Currently contains native extensions for GDAL 1.9.1".freeze s.test_files = ["spec/gdal_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end