Skip to content

Commit c19a9f2

Browse files
committed
Merge pull request #179 from calabash/feature/stop-munging-the-LOAD_PATH
Remove LOAD_PATH shifting; it is unnecessary
2 parents 3e121e5 + 9a29e68 commit c19a9f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

run_loop.gemspec

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# -*- 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)
72

8-
# This should be sufficient to get the gem version.
93
require File.join(File.dirname(__FILE__), 'lib', 'run_loop', 'version')
104

115
ruby_files = Dir.glob('{lib}/**/*')

0 commit comments

Comments
 (0)