Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
rest-client is only a valid require as of rest-client 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 7, 2010
1 parent 3c4d8b7 commit fa988dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parka/cli.rb
Expand Up @@ -2,7 +2,7 @@
require "rubygems/commands/push_command"
require "rubygems/dependency_installer"
require "parka"
require "rest-client"
require "rest_client"
require "thor"

class Parka::CLI < Thor
Expand Down

0 comments on commit fa988dd

Please sign in to comment.