Removed utf8 declaration as the default encoding for Ruby is utf8 for v2 forward.

This commit is contained in:
Stephen Wentling 2017-10-04 14:31:37 -07:00
parent eefcf02bb7
commit 06af7ba5ef

View file

@ -1,5 +1,3 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'colorls/version'