From 9320dd33e0c410fc060b7ff7b7fa38821c8f8b45 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 23 Nov 2011 15:15:02 +0100 Subject: Install nothing when the wirble gem has not been found --- install.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'install.rb') diff --git a/install.rb b/install.rb index e705a57..af00537 100644 --- a/install.rb +++ b/install.rb @@ -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 ;) -- cgit v1.2.3