summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-12-13 15:40:28 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-12-13 15:40:28 +0900
commitb4d3cda8f740ad6aa3f69ce8a781cdc2a625af0f (patch)
tree3a28525cce4c2d165dbdb1019b70a59e983bbd50 /psych.gemspec
parentcdd447fc6025c6699edcc091597c5617ad67b5b0 (diff)
downloadpsych-b4d3cda8f740ad6aa3f69ce8a781cdc2a625af0f.tar.gz
Partly reverted load path for version constants
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/psych.gemspec b/psych.gemspec
index df91ff4..019c4c5 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -1,4 +1,5 @@
# -*- encoding: utf-8 -*-
+$:.unshift File.expand_path("../lib", __FILE__)
require 'psych'
Gem::Specification.new do |s|