Skip to content

Commit afcbd6b

Browse files
Update gemspec
1 parent 5f0c1c5 commit afcbd6b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

appium_lib.gemspec

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
def self.add_to_path path
2-
path = File.expand_path "../#{path}/", __FILE__
3-
4-
$:.unshift path unless $:.include? path
5-
end
6-
7-
add_to_path 'lib'
8-
9-
require 'appium_lib/common/version'
1+
require_relative 'lib/appium_lib/common/version'
102

113
Gem::Specification.new do |s|
124
# 1.8.x is not supported

0 commit comments

Comments
 (0)