summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-23 11:05:10 -0800
committerAndre Arko <andre@arko.net>2012-11-23 11:05:10 -0800
commit6d1cde5cea21a4df7586c81f836deb2ac2e94835 (patch)
tree805dee87d98ccb6d99d44b0a4fc492f109ffbcad
parentfe31edeb4290cdd6e1ee10da8258549d5ed79147 (diff)
parent40d01cfba4bb9b4fc84abbe87d1e5dd71bacdb1d (diff)
downloadbundler-6d1cde5cea21a4df7586c81f836deb2ac2e94835.tar.gz
Merge pull request #2178 from rohit/add_shellwords
Get specs running on Rubinius by requiring shellwords
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 3668f00fda..ab2d0f3f96 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,6 +2,7 @@
$:.unshift File.expand_path("../lib", __FILE__)
require 'rubygems'
require 'bundler/gem_tasks'
+require 'shellwords'
task :release => ["man:clean", "man:build"]