Update 1.8 check

This commit is contained in:
bootstraponline
2012-12-10 18:41:01 -07:00
parent 091945152f
commit 4c4dc5398a
+1 -1
View File
@@ -25,7 +25,7 @@ require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)
# Set ruby to UTF-8 mode
# This is required for Ruby 1.8.7 which gollum still supports.
$KCODE = 'U' if RUBY_VERSION[2,1] == '8'
$KCODE = 'U' if RUBY_VERSION[0,3] == '1.8'
module Gollum
VERSION = '2.4.5'