We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e121e5 + 9a29e68 commit c19a9f2Copy full SHA for c19a9f2
run_loop.gemspec
@@ -1,11 +1,5 @@
1
# -*- encoding: utf-8 -*-
2
-# This should not be necessary according to the RubyGem docs
3
-# http://guides.rubygems.org/patterns/
4
-# Search for LOAD_PATH
5
-lib = File.expand_path('../lib', __FILE__)
6
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
7
8
-# This should be sufficient to get the gem version.
9
require File.join(File.dirname(__FILE__), 'lib', 'run_loop', 'version')
10
11
ruby_files = Dir.glob('{lib}/**/*')
0 commit comments