summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-07-23 20:00:52 -0600
committerDan Allen <dan.j.allen@gmail.com>2017-07-23 20:00:52 -0600
commit7215e3b86a9e72b61748015c3bac76eeb784e955 (patch)
treefe880d466fcb211fde367a75216290f493f4db97
parent56e96359f7157fa2435f1bf18358b52457b63c4d (diff)
fix incompatibility with Ruby 1.9.3 in gemspec
-rw-r--r--asciidoctor-pdf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 8e4251cf..7c1af987 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
-require_relative 'lib/asciidoctor-pdf/version'
+require File.expand_path '../lib/asciidoctor-pdf/version', __FILE__
require 'open3' unless defined? Open3
Gem::Specification.new do |s|