Skip to content

Instantly share code, notes, and snippets.

@trptcolin
Created August 25, 2012 20:39
Show Gist options
  • Save trptcolin/3470744 to your computer and use it in GitHub Desktop.
Save trptcolin/3470744 to your computer and use it in GitHub Desktop.
Why naming conventions are important
colin:level08-code/ (master✗) $ gem install restclient
ERROR: Could not find a valid gem 'restclient' (>= 0) in any repository
^CERROR: Interrupted
colin:level08-code/ (master✗) $ gem install rest_client
ERROR: Could not find a valid gem 'rest_client' (>= 0) in any repository
^CERROR: Interrupted
colin:level08-code/ (master✗) $ gem install RestClient
ERROR: Could not find a valid gem 'RestClient' (>= 0) in any repository
^CERROR: Interrupted
colin:level08-code/ (master✗) $ gem install rest-client
Fetching: mime-types-1.19.gem (100%)
Fetching: rest-client-1.6.7.gem (100%)
Successfully installed mime-types-1.19
Successfully installed rest-client-1.6.7
2 gems installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment