From 2e3db55b9b74c88cf82e69489ff8b4bc25723617 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Thu, 23 Jun 2011 13:02:19 +0700 Subject: [PATCH] added include Rake::DSL to documentation which fixes warnings on rake 0.9.2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e56496a..5c45640 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Then run the bundle command: Now, create a Rakefile (unless you already have one!): # Rakefile + include Rake::DSL require 'bundler' Bundler.require