Sha256: 8d39df2d973e29684e07d176899efba9a19c01923792c365589b7911f61752fe

Contents?: true

Size: 732 Bytes

Versions: 3

Compression:

Stored size: 732 Bytes

Contents

Gem::Specification.new do |gem|
  gem.name = "mapsnatcher"
  gem.version = File.read(File.expand_path("../VERSION", __FILE__)).strip

  gem.author = "Vinny Diehl"
  gem.email = "vinny.diehl@gmail.com"
  gem.homepage = "https://github.com/vinnydiehl/mapsnatcher"

  gem.license = "MIT"

  gem.summary = "Downloads and combines tiles from QGIS maps into an image."
  gem.description = "Downloads and combines tiles from QGIS maps into an image."

  gem.bindir = "bin"
  gem.executables = %w[mapsnatcher]

  gem.test_files = Dir["spec/**/*"]
  gem.files = Dir["bin/**/*"] + gem.test_files + %w[
    LICENSE README.md VERSION mapsnatcher.gemspec
  ]

  gem.required_ruby_version = "~> 3.0"

  gem.add_dependency "rmagick", "~> 5.1"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mapsnatcher-0.1.2 mapsnatcher.gemspec
mapsnatcher-0.1.1 mapsnatcher.gemspec
mapsnatcher-0.1 mapsnatcher.gemspec