summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index 17e13af..c67cb89 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,13 +1,5 @@
# -*- ruby -*-
-if RUBY_PLATFORM =~ /java/
- require './lib/psych.jar'
- require 'jruby'
-
- Java::psych.PsychLibrary.new.load(JRuby.runtime, true)
- $LOADED_FEATURES << "psych.jar"
-end
-
require 'psych'
require 'rubygems'
require 'hoe'