summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 15:20:55 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 15:20:55 +0000
commitb95fff7ffa0357454dd7c6f9dd386dacd6bede8a (patch)
tree58acb303885075c84ba6f8d88694b0627557b3ab /lib
parentae83c35b90d9f144f02506b9fceda6fd51f98839 (diff)
Add same comment to thwait.gemspec like other gemspec at r64145
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/thwait/thwait.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/thwait/thwait.gemspec b/lib/thwait/thwait.gemspec
index 2aa31bdf01..fc03942aba 100644
--- a/lib/thwait/thwait.gemspec
+++ b/lib/thwait/thwait.gemspec
@@ -1,6 +1,7 @@
begin
require_relative "lib/thwait/version"
rescue LoadError
+ # for Ruby core repository
require_relative "version"
end