diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 15:15:24 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 15:15:24 +0200 |
commit | 416243353e0b4b1c449476b269a50b0f60c13bda (patch) | |
tree | 604883aa9fc78b302020472e72e6b02ea3d7330c /lib/coderay.rb | |
parent | a3e79c794f0998034b26ff6baa10bc801918be9d (diff) | |
download | coderay-416243353e0b4b1c449476b269a50b0f60c13bda.tar.gz |
trying different ways to load CodeRay version
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r-- | lib/coderay.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb index 24ae5a2..0c66f49 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -134,7 +134,7 @@ module CodeRay File.join CODERAY_PATH, *path end - require coderay_path('version') + require 'coderay/version' # helpers autoload :FileType, coderay_path('helpers', 'file_type') |