From aad309b03e1129d6d9a298ec9b363b3503de1066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 17 Jan 2013 10:24:29 +0100 Subject: fix gem bootstrap --- zorglub.gemspec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zorglub.gemspec b/zorglub.gemspec index 29965d1..c60a8ce 100644 --- a/zorglub.gemspec +++ b/zorglub.gemspec @@ -2,7 +2,11 @@ # -*- coding: UTF-8 -*- # $:.push File.expand_path("../lib", __FILE__) -require 'zorglub' +# +begin + require 'zorglub' +rescue LoadError +end # Gem::Specification.new do |s| s.name = "zorglub" -- cgit v1.1-2-g2b99