aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-20 01:48:11 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-20 01:48:11 +0000
commit6d4a5caa6227ab9cc67f039b4dfaaddc0230b372 (patch)
tree96b22bbaf2ce23fb8aa75746c6fed43b5962562c /lib
parent5e4ab84dca3943b8bd8bf105bed1c17721449ace (diff)
downloadruby-6d4a5caa6227ab9cc67f039b4dfaaddc0230b372.tar.gz
Fixed wrong library patFixed wrong library pathh
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/tracer.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tracer.gemspec b/lib/tracer.gemspec
index 7c55663211..13d8a820a0 100644
--- a/lib/tracer.gemspec
+++ b/lib/tracer.gemspec
@@ -1,4 +1,4 @@
-require_relative "lib/tracer"
+require_relative "tracer"
Gem::Specification.new do |spec|
spec.name = "tracer"