Added rdoc on the Gemfile

This commit is contained in:
Rodrigo Flores 2011-07-02 01:33:34 -03:00
parent 93180fbb6d
commit 90a5e2f9af
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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)