google_directions 0.1.6 → 0.1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +1 -1
- data/Gemfile.lock +1 -7
- data/Rakefile +1 -1
- data/google_directions.gemspec +1 -1
- metadata +1 -1
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
data/Rakefile
CHANGED
|
@@ -3,7 +3,7 @@ require 'rubygems'
|
|
|
3
3
|
require 'rake'
|
|
4
4
|
require 'echoe'
|
|
5
5
|
|
|
6
|
-
Echoe.new('google_directions', '0.1.6') do |p|
|
|
6
|
+
Echoe.new('google_directions', '0.1.6.1') do |p|
|
|
7
7
|
p.description = "Ruby-wrapper for Google Directions API. Can return the drive time and driving distance between to places"
|
|
8
8
|
p.url = "http://github.com/joshcrews/Google-Directions-Ruby"
|
|
9
9
|
p.author = "Josh Crews"
|
data/google_directions.gemspec
CHANGED