From 5bc98c9510a369a22b856cbe952d640f3825bb5c Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 12 Jan 2011 21:15:57 +0100 Subject: defines a :doc group in the project's Rakefile, just for the sake of clarity --- Gemfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e8628d7eee..5184f4d8d9 100644 --- a/Gemfile +++ b/Gemfile @@ -12,9 +12,12 @@ gem "rack", :git => "git://github.com/rack/rack.git" gem "rake", ">= 0.8.7" gem "mocha", ">= 0.9.8" -gem "rdoc", "~> 3.4" -gem "horo", "= 1.0.3" -gem "RedCloth", "~> 4.2" + +group :doc do + gem "rdoc", "~> 3.4" + gem "horo", "= 1.0.3" + gem "RedCloth", "~> 4.2" +end # for perf tests gem "faker" -- cgit v1.2.3