summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zorglub.gemspec6
1 files changed, 5 insertions, 1 deletions
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"