diff options
Diffstat (limited to 'zorglub.gemspec')
-rw-r--r-- | zorglub.gemspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zorglub.gemspec b/zorglub.gemspec index 274a5b7..0e3e105 100644 --- a/zorglub.gemspec +++ b/zorglub.gemspec @@ -1,13 +1,13 @@ #! /usr/bin/env ruby # -*- coding: UTF-8 -*- -# + $:.push File.expand_path("../lib", __FILE__) -# + begin require 'zorglub' rescue LoadError end -# + Gem::Specification.new do |s| s.name = "zorglub" s.version = Zorglub::VERSION @@ -22,5 +22,5 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end -# + # EOF |