BigW Consortium Gitlab

Commit 96d49bf0 by Dmitriy Zaporozhets

Use sdoc to generate application code documentation

parent d075df56
...@@ -118,6 +118,9 @@ group :development do ...@@ -118,6 +118,9 @@ group :development do
# Better errors handler # Better errors handler
gem 'better_errors' gem 'better_errors'
gem 'binding_of_caller' gem 'binding_of_caller'
# Docs generator
gem "sdoc"
end end
group :development, :test do group :development, :test do
......
...@@ -393,6 +393,9 @@ GEM ...@@ -393,6 +393,9 @@ GEM
railties (~> 3.2.0) railties (~> 3.2.0)
sass (>= 3.1.10) sass (>= 3.1.10)
tilt (~> 1.3) tilt (~> 1.3)
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
seed-fu (2.2.0) seed-fu (2.2.0)
activerecord (~> 3.1) activerecord (~> 3.1)
activesupport (~> 3.1) activesupport (~> 3.1)
...@@ -529,6 +532,7 @@ DEPENDENCIES ...@@ -529,6 +532,7 @@ DEPENDENCIES
resque_spec resque_spec
rspec-rails rspec-rails
sass-rails (~> 3.2.5) sass-rails (~> 3.2.5)
sdoc
seed-fu seed-fu
settingslogic settingslogic
shoulda-matchers (= 1.3.0) 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