From 90a5e2f9afc09133cf82012e581a93b1d26a1be6 Mon Sep 17 00:00:00 2001 From: Rodrigo Flores Date: Sat, 2 Jul 2011 01:33:34 -0300 Subject: [PATCH] Added rdoc on the Gemfile --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 0a82684f..2f774306 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,8 @@ gem "rails", "~> 3.0.7" gem "oa-oauth", '~> 0.2.0', :require => "omniauth/oauth" gem "oa-openid", '~> 0.2.0', :require => "omniauth/openid" +gem "rdoc" + group :test do gem "webrat", "0.7.2", :require => false gem "mocha", :require => false diff --git a/Gemfile.lock b/Gemfile.lock index a4283c1e..cab13426 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,6 +115,7 @@ GEM rake (>= 0.8.7) thor (~> 0.14.4) rake (0.8.7) + rdoc (3.6.1) ruby-debug (0.10.4) columnize (>= 0.1) ruby-debug-base (~> 0.10.4.0) @@ -153,6 +154,7 @@ DEPENDENCIES oa-oauth (~> 0.2.0) oa-openid (~> 0.2.0) rails (~> 3.0.7) + rdoc ruby-debug (>= 0.10.3) sqlite3-ruby webrat (= 0.7.2)