ext/rays/extconf.rb in rays-0.1.34 vs ext/rays/extconf.rb in rays-0.1.35
- old
+ new
@@ -1,7 +1,4 @@
-# -*- coding: utf-8 -*-
-
-
%w[../xot ../rucy .]
.map {|s| File.expand_path "../../#{s}/lib", __dir__}
.each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)}
require 'mkmf'