We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e79c7 commit 4162433Copy full SHA for 4162433
lib/coderay.rb
@@ -134,7 +134,7 @@ def self.coderay_path *path
134
File.join CODERAY_PATH, *path
135
end
136
137
- require coderay_path('version')
+ require 'coderay/version'
138
139
# helpers
140
autoload :FileType, coderay_path('helpers', 'file_type')
lib/coderay/version.rb
@@ -1,3 +1,3 @@
1
module CodeRay
2
- VERSION = '1.1.0' unless defined? VERSION
+ VERSION = '1.1.0'
3
0 commit comments