about summary refs log tree commit homepage
path: root/olddoc.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'olddoc.gemspec')
-rw-r--r--olddoc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/olddoc.gemspec b/olddoc.gemspec
index def2265..d059955 100644
--- a/olddoc.gemspec
+++ b/olddoc.gemspec
@@ -2,6 +2,7 @@
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 $LOAD_PATH << 'lib'
 require 'olddoc'
+require 'olddoc/version'
 extend Olddoc::Gemspec
 name, summary, title = readme_metadata
 Gem::Specification.new do |s|