forked from tneems/mapstatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapstatic.gemspec
27 lines (24 loc) · 1.61 KB
/
mapstatic.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- encoding: utf-8 -*-
# stub: mapstatic 0.0.2 ruby lib
Gem::Specification.new do |s|
s.name = "mapstatic"
s.version = "0.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["James Croft"]
s.date = "2015-09-25"
s.email = "[email protected]"
s.executables = ["mapstatic"]
s.files = ["Gemfile", "Gemfile.lock", "bin/mapstatic", "lib/mapstatic", "lib/mapstatic.rb", "lib/mapstatic/cli.rb", "lib/mapstatic/conversion.rb", "lib/mapstatic/errors.rb", "lib/mapstatic/map.rb", "lib/mapstatic/tile.rb", "lib/mapstatic/tile_source.rb", "lib/mapstatic/version.rb", "spec/fixtures", "spec/fixtures/maps", "spec/fixtures/maps/london.png", "spec/fixtures/maps/thames.png", "spec/fixtures/vcr_cassettes", "spec/fixtures/vcr_cassettes/osm-london-fail.yml", "spec/fixtures/vcr_cassettes/osm-london.yml", "spec/fixtures/vcr_cassettes/osm-thames.yml", "spec/models", "spec/models/map_spec.rb", "spec/spec_helper.rb"]
s.homepage = "http://matchingnotes.com"
s.rubygems_version = "2.4.5"
s.summary = "Static Map Generator"
s.add_runtime_dependency(%q<mini_magick>, [">= 3.6.0", "< 4.4.0"])
s.add_runtime_dependency(%q<faraday>, [">= 0.8.8", "< 0.12.0"])
s.add_runtime_dependency(%q<thor>, [">= 0.18.1", "< 0.20.0"])
s.add_runtime_dependency(%q<awesome_print>, [">= 1.2.0", "< 1.7.0"])
s.add_runtime_dependency(%q<typhoeus>, [">= 0.6.6", "< 0.8.0"])
s.add_development_dependency(%q<rspec>, ["~> 2.13.0"])
s.add_development_dependency(%q<vcr>, ["~> 2.7.0"])
s.add_development_dependency(%q<webmock>, ["~> 1.15.2"])
end