aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 01:35:16 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 01:35:16 +0000
commit8536a9a7737b5b56d0549f6c7960b5092163ef70 (patch)
tree2ac535f2f786121c40bbeed6b2d4519f95d862cf /lib
parent8afde2cd2511382b7d57a8b8ce595c15e61b01a7 (diff)
downloadruby-8536a9a7737b5b56d0549f6c7960b5092163ef70.tar.gz
Fixed inconsistency file structure for gemspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/tracer/tracer.gemspec (renamed from lib/tracer.gemspec)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tracer.gemspec b/lib/tracer/tracer.gemspec
index aa5eb3badd..0f8a799d3d 100644
--- a/lib/tracer.gemspec
+++ b/lib/tracer/tracer.gemspec
@@ -1,4 +1,4 @@
-require_relative "tracer/version"
+require_relative "version"
Gem::Specification.new do |spec|
spec.name = "tracer"