diff options
author | Andre Arko <andre@arko.net> | 2013-12-12 20:27:35 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-12-18 21:01:27 -0800 |
commit | 77e9c742c8e8b7d48bada2b901c641ae792d6915 (patch) | |
tree | bb73afdda344750dd7a79a7736d7163a70d02b42 /Rakefile | |
parent | d79c607f2412c617428a5d9d28ba05f4f6420fe5 (diff) | |
download | bundler-77e9c742c8e8b7d48bada2b901c641ae792d6915.tar.gz |
RSpec version conflicts on 1.8 :cold_sweat:
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,5 @@ # -*- encoding: utf-8 -*- $:.unshift File.expand_path("../lib", __FILE__) -require 'bundler/gem_tasks' require 'rubygems' require 'shellwords' require 'benchmark' @@ -221,6 +220,7 @@ rescue LoadError end end +require 'bundler/gem_tasks' task :build => ["man:clean", "man:build"] task :release => ["man:clean", "man:build"] |