diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2011-11-23 15:15:02 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2011-11-23 15:15:02 +0100 |
| commit | 9320dd33e0c410fc060b7ff7b7fa38821c8f8b45 (patch) | |
| tree | 520ee9344745abde1fa2caa8e85b40e94846fbbc | |
| parent | 07eca62694db2d0427483b397a0694b685229eca (diff) | |
| download | dotfiles-9320dd33e0c410fc060b7ff7b7fa38821c8f8b45.tar.gz dotfiles-9320dd33e0c410fc060b7ff7b7fa38821c8f8b45.zip | |
Install nothing when the wirble gem has not been found
| -rw-r--r-- | install.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ begin require 'wirble' rescue LoadError puts 'The .irbrc file requires wirble and you haven\'t this gem installed!' + exit end # You can change your home directory ;) |
