BigW Consortium Gitlab

Commit 96d49bf0 by Dmitriy Zaporozhets

Use sdoc to generate application code documentation

parent d075df56
......@@ -118,6 +118,9 @@ group :development do
# Better errors handler
gem 'better_errors'
gem 'binding_of_caller'
# Docs generator
gem "sdoc"
end
group :development, :test do
......
......@@ -393,6 +393,9 @@ GEM
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
seed-fu (2.2.0)
activerecord (~> 3.1)
activesupport (~> 3.1)
......@@ -529,6 +532,7 @@ DEPENDENCIES
resque_spec
rspec-rails
sass-rails (~> 3.2.5)
sdoc
seed-fu
settingslogic
shoulda-matchers (= 1.3.0)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment