distance_finder.gemspec in distance_finder-1.0.0 vs distance_finder.gemspec in distance_finder-1.0.1
- old
+ new
@@ -8,11 +8,11 @@
spec.version = DistanceFinder::VERSION
spec.authors = ["Slawomir Cieslak"]
spec.email = ["scieslak@scieslak.com"]
spec.summary = %q{DistanceFinder gets distance between two provided locations.}
- spec.description = %q{DistanceFinder gets distance between two provided locations useing google maps API}
+ spec.description = %q{DistanceFinder gets distance between two provided locations using google maps API}
spec.homepage = "https://scieslak.com"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -27,11 +27,9 @@
f.match(%r{^(test|spec|features)/})
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
-
- spec.add_dependency "thor", "0.19.1"
spec.add_development_dependency "bundler", "~> 1.13"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "minitest-reporters", "1.1.14"