# -*- encoding: utf-8 -*- # stub: filegdb 0.0.6 ruby libext # stub: ext/filegdb/extconf.rb Gem::Specification.new do |s| s.name = "filegdb".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Zac McCormick".freeze] s.date = "2015-02-06" s.description = "ESRI FileGDB bindings for ruby".freeze s.email = ["zac.mccormick@gmail.com".freeze] s.extensions = ["ext/filegdb/extconf.rb".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "ext/filegdb/base.hpp".freeze, "ext/filegdb/double_primitive.cpp".freeze, "ext/filegdb/double_primitive.hpp".freeze, "ext/filegdb/extconf.rb".freeze, "ext/filegdb/field_info.cpp".freeze, "ext/filegdb/field_info.hpp".freeze, "ext/filegdb/filegdb.cpp".freeze, "ext/filegdb/filegdb.hpp".freeze, "ext/filegdb/filegdb/include/FileGDBAPI.h".freeze, "ext/filegdb/filegdb/include/FileGDBCore.h".freeze, "ext/filegdb/filegdb/include/Geodatabase.h".freeze, "ext/filegdb/filegdb/include/GeodatabaseManagement.h".freeze, "ext/filegdb/filegdb/include/Raster.h".freeze, "ext/filegdb/filegdb/include/Row.h".freeze, "ext/filegdb/filegdb/include/Table.h".freeze, "ext/filegdb/filegdb/include/Util.h".freeze, "ext/filegdb/filegdb/include/make.include".freeze, "ext/filegdb/filegdb/lib/libFileGDBAPI.dylib".freeze, "ext/filegdb/filegdb/lib/libFileGDBAPI.so".freeze, "ext/filegdb/filegdb/lib/libfgdbunixrtl.dylib".freeze, "ext/filegdb/filegdb/lib/libfgdbunixrtl.so".freeze, "ext/filegdb/geodatabase.cpp".freeze, "ext/filegdb/geodatabase.hpp".freeze, "ext/filegdb/integer_primitive.cpp".freeze, "ext/filegdb/integer_primitive.hpp".freeze, "ext/filegdb/multi_part_shape_buffer.cpp".freeze, "ext/filegdb/multi_part_shape_buffer.hpp".freeze, "ext/filegdb/multi_point_shape_buffer.cpp".freeze, "ext/filegdb/multi_point_shape_buffer.hpp".freeze, "ext/filegdb/point.cpp".freeze, "ext/filegdb/point.hpp".freeze, "ext/filegdb/point_shape_buffer.cpp".freeze, "ext/filegdb/point_shape_buffer.hpp".freeze, "ext/filegdb/primitive.hpp".freeze, "ext/filegdb/row.cpp".freeze, "ext/filegdb/row.hpp".freeze, "ext/filegdb/shape_buffer.cpp".freeze, "ext/filegdb/shape_buffer.hpp".freeze, "ext/filegdb/shape_buffer_base.hpp".freeze, "ext/filegdb/spatial_reference.cpp".freeze, "ext/filegdb/spatial_reference.hpp".freeze, "ext/filegdb/table.cpp".freeze, "ext/filegdb/table.hpp".freeze, "ext/filegdb/util.cpp".freeze, "filegdb.gemspec".freeze, "lib/filegdb.rb".freeze, "lib/filegdb/version.rb".freeze, "spec/data/domain_definition.xml".freeze, "spec/data/domain_definition_altered.xml".freeze, "spec/data/feature_dataset_definition.xml".freeze, "spec/data/table_definition.xml".freeze, "spec/field_info_spec.rb".freeze, "spec/filegdb_spec.rb".freeze, "spec/geodatabase_spec.rb".freeze, "spec/multi_part_shape_buffer_spec.rb".freeze, "spec/multi_point_shape_buffer_spec.rb".freeze, "spec/point_shape_buffer_spec.rb".freeze, "spec/row_spec.rb".freeze, "spec/spatial_reference_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/table_spec.rb".freeze] s.homepage = "https://github.com/spatialnetworks/filegdb-ruby".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ESRI FileGDB bindings for ruby. Currently contains native extensions for FileGDB API 1.3".freeze s.test_files = ["spec/data/domain_definition.xml".freeze, "spec/data/domain_definition_altered.xml".freeze, "spec/data/feature_dataset_definition.xml".freeze, "spec/data/table_definition.xml".freeze, "spec/field_info_spec.rb".freeze, "spec/filegdb_spec.rb".freeze, "spec/geodatabase_spec.rb".freeze, "spec/multi_part_shape_buffer_spec.rb".freeze, "spec/multi_point_shape_buffer_spec.rb".freeze, "spec/point_shape_buffer_spec.rb".freeze, "spec/row_spec.rb".freeze, "spec/spatial_reference_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/table_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, ["~> 2.14.1".freeze]) end