vfrmap.gemspec in vfrmap-1.0.0 vs vfrmap.gemspec in vfrmap-1.0.1
- old
+ new
@@ -5,11 +5,11 @@
Gem::Specification.new do |spec|
spec.name = "vfrmap"
spec.version = Vfrmap::VERSION
spec.authors = ["Ryan Burnette"]
spec.email = ["ryan.burnette@gmail.com"]
- spec.summary = "An implementation of the [VFRMAP API](http://vfrmap.com/map_api.html) in Ruby."
+ spec.summary = "An implementation of the VFRMAP API in Ruby."
spec.homepage = "https://github.com/ryanburnette/vfrmap"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.2.5"
@@ -24,10 +24,10 @@
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "guard-rspec", "~> 4.3"
spec.add_development_dependency "pry", "~> 0.11"
- spec.add_dependency "padrino-helpers", "~> 0.14"
+ spec.add_dependency "padrino-helpers", "~> 0.13"
spec.add_dependency "geo_coord", "~> 0.1"
spec.add_dependency "airports", "~> 1.0"
spec.add_dependency "addressable", "~> 2.5"
end