summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-01-09 12:37:46 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-01-09 12:37:46 -0800
commite3b2fde34c81757bfc28378eb1286c62882b1a83 (patch)
tree47faf4140c28be73785b23bfe3840d0059113d71 /Rakefile
parent4e684d7b7819163dcd3629c88e23f026ce0ac48f (diff)
downloadpsych-e3b2fde34c81757bfc28378eb1286c62882b1a83.tar.gz
removing psych require from Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index cd806c4..7068c40 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,13 +1,5 @@
# -*- ruby -*-
-$: << File.join(File.dirname(__FILE__), 'lib')
-
-begin
- #require 'psych'
- #$" << "yaml.rb"
-rescue LoadError
-end
-
require 'rubygems'
require 'hoe'