summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-11-23 21:09:30 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-11-23 21:09:30 -0800
commitfd27c28bafdac603046c091ec831139622d2706c (patch)
tree50931f621ec3e712b4a31bf817a03c3b7b5f256f /Rakefile
parentc58db8ca1704fb764752f69d1b7663a7d9d2b42a (diff)
downloadffi-yajl-fd27c28bafdac603046c091ec831139622d2706c.tar.gz
remove rake-compile require
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e0c0212..1fff4ff 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,5 @@
require 'rspec/core/rake_task'
require 'rubygems/package_task'
-require 'rake/extensiontask'
Dir[File.expand_path("../*gemspec", __FILE__)].reverse.each do |gemspec_path|
gemspec = eval(IO.read(gemspec_path))