Remove unicode support on deprecated ruby 1.8

This commit is contained in:
Dawa Ometto
2017-03-28 22:12:01 +02:00
parent 895d2eb97e
commit 1e53d7ba53
-4
View File
@@ -11,10 +11,6 @@ require 'sanitize'
# internal
require File.expand_path('../gollum/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[0, 3] == '1.8'
module Gollum
VERSION = '4.0.1'