Skip to content

Commit

Permalink
update Rakefile to include rest-client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ejdraper committed Jul 12, 2009
1 parent ba143b4 commit 57bda4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $hoe = Hoe.new('appsta', Appsta::VERSION) do |p|
p.post_install_message = 'PostInstall.txt'
p.rubyforge_name = p.name
p.extra_deps = [
['heroku']
['heroku'], ['rest-client']
]
p.extra_dev_deps = [
['newgem', ">= #{::Newgem::VERSION}"]
Expand Down

0 comments on commit 57bda4d

Please sign in to comment.