Skip to content

Commit

Permalink
Oops break the requirement version for other project
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Arnoud <laurent@spkdev.net>
  • Loading branch information
spk committed Sep 20, 2011
1 parent f4090c1 commit 5feb916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google_directions.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.summary = %q{Ruby-wrapper for Google Directions API. Can return the drive time and driving distance between to places}
s.test_files = Dir.glob("test/**/*_test.rb")

s.add_dependency("nokogiri", "~>1.5.0")
s.add_dependency("extlib", "~>0.9.15")
s.add_dependency("nokogiri", ">=1.4.1")
s.add_dependency("extlib", ">=0.9.15")
end

0 comments on commit 5feb916

Please sign in to comment.