summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Edward Gray II <james@graysoftinc.com>2011-11-04 13:46:52 -0500
committerJames Edward Gray II <james@graysoftinc.com>2011-11-04 13:46:52 -0500
commite7caab50f16b171495acf7f7c199636ca685e0e1 (patch)
tree5abaf3a4f51d0e641d0b85789676cedc1f61a53f /Rakefile
parent07413c7477525f5edaeb4a065b95964cd76f9da4 (diff)
downloadhighline-e7caab50f16b171495acf7f7c199636ca685e0e1.tar.gz
Adding uneven column modes for lists.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 04d3c12..f576b47 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
-require "rake/rdoctask"
+require "rdoc/task"
require "rake/testtask"
-require "rake/gempackagetask"
+require "rubygems/package_task"
require "rubygems"
@@ -63,7 +63,7 @@ minutes of work.
END_DESC
end
-Rake::GemPackageTask.new(spec) do |pkg|
+Gem::PackageTask.new(spec) do |pkg|
pkg.need_zip = true
pkg.need_tar = true
end