forked from dummied/google-directions-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor in order to mock xml call from an app
- Loading branch information
Josh Crews
committed
Jul 21, 2010
1 parent
8c04d3f
commit d38aaf2
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{google_directions} | ||
s.version = "0.1.2" | ||
s.version = "0.1.3" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Josh Crews"] | ||
s.date = %q{2010-07-15} | ||
s.date = %q{2010-07-20} | ||
s.description = %q{Ruby-wrapper for Google Directions API. Can return the drive time and driving distance between to places} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = ["README.textile", "lib/google_directions.rb"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters