Skip to content

Commit

Permalink
Fixed dependecy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skalnik committed Jul 24, 2009
1 parent 1916e6b commit 604dea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ begin
gem.email = "mike.skalnik@gmail.com"
gem.homepage = "http://github.com/skalnik/gvoice"
gem.authors = ["Mike Skalnik"]
gem.add_dependencies = ['mechanize', '>=0.9.3']
gem.add_dependency('mechanize', '>=0.9.3')
end

rescue LoadError
Expand Down

0 comments on commit 604dea9

Please sign in to comment.