Sha256: ae0c741e15bc5f1933b716bc9436fb8e42a0660e7e374050376ec90fec4028e4
Contents?: true
Size: 866 Bytes
Versions: 4
Compression:
Stored size: 866 Bytes
Contents
require_relative "lib/h3/version" Gem::Specification.new do |spec| spec.name = "h3" spec.version = H3::VERSION spec.licenses = ["MIT"] spec.summary = "C Bindings for Uber's H3 library" spec.homepage = "https://github.com/StuartApp/h3_ruby" spec.authors = ["Lachlan Laycock", "Sean Handley"] spec.email = "l.laycock@stuart.com" spec.required_ruby_version = "> 2.3" spec.files = `git ls-files --recurse-submodules`.split("\n") spec.add_runtime_dependency "ffi", "~> 1.9" spec.add_runtime_dependency "rgeo-geojson", "~> 2.1" spec.add_runtime_dependency "zeitwerk", "~> 2.1" spec.add_development_dependency "coveralls", "~> 0.8" spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "rspec", "~> 3.8" spec.add_development_dependency "yard", "~> 0.9" spec.extensions << "ext/h3/extconf.rb" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
h3-3.7.1 | h3.gemspec |
h3-3.6.2 | h3.gemspec |
h3-3.6.1 | h3.gemspec |
h3-3.6.0 | h3.gemspec |