Sha256: d6980bad55fd8fce41a027f4963608a272f093c213ebd3ca4e7f10168db9c834

Contents?: true

Size: 574 Bytes

Versions: 4

Compression:

Stored size: 574 Bytes

Contents

require File.expand_path('../lib/google-map-stitch/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = 'google-map-stitch'
  gem.version       = GMS::VERSION
  gem.summary       = 'Download and stitch google map tiles into a single image.'
  gem.description   = gem.description
  gem.author        = 'Tyler Kellen'
  gem.email         = 'tyler@sleekcode.net'
  gem.homepage      = 'https://github.com/tkellen/google-map-stitch/'
  gem.files         = `git ls-files`.split("\n")
  gem.require_paths = ['lib']
  gem.add_runtime_dependency 'rmagick'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google-map-stitch-0.1.4 google-map-stitch.gemspec
google-map-stitch-0.1.3 google-map-stitch.gemspec
google-map-stitch-0.1.2 google-map-stitch.gemspec
google-map-stitch-0.1.1 google-map-stitch.gemspec