mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
using yard for code documentation
This commit is contained in:
parent
0e63f3dbe1
commit
77c53e3630
4 changed files with 28 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@ public/javascripts/tracks-cached.js
|
||||||
public/stylesheets/tracks-cached.css
|
public/stylesheets/tracks-cached.css
|
||||||
.idea
|
.idea
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
.yardoc
|
||||||
|
|
|
||||||
3
.yardopts
Normal file
3
.yardopts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
--title "Tracks Documentation"
|
||||||
|
--charset utf-8
|
||||||
|
--markup="textile"
|
||||||
1
Gemfile
1
Gemfile
|
|
@ -37,6 +37,7 @@ group :development do
|
||||||
gem "ruby-debug"
|
gem "ruby-debug"
|
||||||
gem "mongrel"
|
gem "mongrel"
|
||||||
end
|
end
|
||||||
|
gem "yard"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
||||||
34
Gemfile.lock
34
Gemfile.lock
|
|
@ -1,16 +1,8 @@
|
||||||
GIT
|
|
||||||
remote: git://github.com/dejan/actionwebservice.git
|
|
||||||
revision: f0d48a4f747a998cc431615d69a0bdf089b18be3
|
|
||||||
specs:
|
|
||||||
actionwebservice (2.3.2.1705)
|
|
||||||
actionpack (>= 2.3.2)
|
|
||||||
activerecord (>= 2.3.2)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
remote: http://gems.github.com/
|
remote: http://gems.github.com/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.3)
|
RedCloth (4.2.8)
|
||||||
ZenTest (4.6.1)
|
ZenTest (4.6.1)
|
||||||
aasm (2.2.0)
|
aasm (2.2.0)
|
||||||
actionmailer (2.3.14)
|
actionmailer (2.3.14)
|
||||||
|
|
@ -52,16 +44,23 @@ GEM
|
||||||
hpricot (0.8.4)
|
hpricot (0.8.4)
|
||||||
htmlentities (4.3.0)
|
htmlentities (4.3.0)
|
||||||
httpclient (2.2.1)
|
httpclient (2.2.1)
|
||||||
|
i18n (0.6.0)
|
||||||
json (1.5.3)
|
json (1.5.3)
|
||||||
linecache (0.46)
|
linecache (0.46)
|
||||||
rbx-require-relative (> 0.0.4)
|
rbx-require-relative (> 0.0.4)
|
||||||
|
mail (2.3.0)
|
||||||
|
i18n (>= 0.4.0)
|
||||||
|
mime-types (~> 1.16)
|
||||||
|
treetop (~> 1.4.8)
|
||||||
memory_test_fix (0.1.3)
|
memory_test_fix (0.1.3)
|
||||||
|
mime-types (1.16)
|
||||||
mongrel (1.1.5)
|
mongrel (1.1.5)
|
||||||
cgi_multipart_eof_fix (>= 2.4)
|
cgi_multipart_eof_fix (>= 2.4)
|
||||||
daemons (>= 1.0.3)
|
daemons (>= 1.0.3)
|
||||||
fastthread (>= 1.0.1)
|
fastthread (>= 1.0.1)
|
||||||
gem_plugin (>= 0.2.3)
|
gem_plugin (>= 0.2.3)
|
||||||
nokogiri (1.4.7)
|
nokogiri (1.4.7)
|
||||||
|
polyglot (0.3.2)
|
||||||
rack (1.1.0)
|
rack (1.1.0)
|
||||||
rack-test (0.6.1)
|
rack-test (0.6.1)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
|
|
@ -86,6 +85,10 @@ GEM
|
||||||
ruby-openid (2.1.8)
|
ruby-openid (2.1.8)
|
||||||
rubycas-client (2.2.1)
|
rubycas-client (2.2.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
rubyjedi-actionwebservice (2.3.5.20100714122544)
|
||||||
|
actionpack (~> 2.3.0)
|
||||||
|
activerecord (~> 2.3.0)
|
||||||
|
activesupport (~> 2.3.0)
|
||||||
sanitize (1.2.1)
|
sanitize (1.2.1)
|
||||||
nokogiri (~> 1.4.1)
|
nokogiri (~> 1.4.1)
|
||||||
selenium-client (1.2.18)
|
selenium-client (1.2.18)
|
||||||
|
|
@ -93,21 +96,26 @@ GEM
|
||||||
httpclient (>= 2.1.1)
|
httpclient (>= 2.1.1)
|
||||||
sqlite3 (1.3.4)
|
sqlite3 (1.3.4)
|
||||||
term-ansicolor (1.0.6)
|
term-ansicolor (1.0.6)
|
||||||
|
test-unit (1.2.3)
|
||||||
|
hoe (>= 1.5.1)
|
||||||
thoughtbot-factory_girl (1.2.2)
|
thoughtbot-factory_girl (1.2.2)
|
||||||
|
treetop (1.4.10)
|
||||||
|
polyglot
|
||||||
|
polyglot (>= 0.3.1)
|
||||||
webrat (0.7.3)
|
webrat (0.7.3)
|
||||||
nokogiri (>= 1.2.0)
|
nokogiri (>= 1.2.0)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rack-test (>= 0.5.3)
|
rack-test (>= 0.5.3)
|
||||||
will_paginate (2.3.16)
|
will_paginate (2.3.16)
|
||||||
|
yard (0.7.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth (= 4.2.3)
|
RedCloth (= 4.2.8)
|
||||||
ZenTest (>= 4.0.0)
|
ZenTest (>= 4.0.0)
|
||||||
aasm (~> 2.2.0)
|
aasm (~> 2.2.0)
|
||||||
actionwebservice!
|
|
||||||
acts_as_list (~> 0.1.4)
|
acts_as_list (~> 0.1.4)
|
||||||
bcrypt-ruby (~> 2.1.4)
|
bcrypt-ruby (~> 2.1.4)
|
||||||
cucumber-rails (~> 0.3.0)
|
cucumber-rails (~> 0.3.0)
|
||||||
|
|
@ -118,6 +126,7 @@ DEPENDENCIES
|
||||||
hoe
|
hoe
|
||||||
hpricot
|
hpricot
|
||||||
htmlentities (~> 4.3.0)
|
htmlentities (~> 4.3.0)
|
||||||
|
mail
|
||||||
memory_test_fix (~> 0.1.3)
|
memory_test_fix (~> 0.1.3)
|
||||||
mongrel
|
mongrel
|
||||||
rack (= 1.1.0)
|
rack (= 1.1.0)
|
||||||
|
|
@ -127,10 +136,13 @@ DEPENDENCIES
|
||||||
ruby-debug
|
ruby-debug
|
||||||
ruby-openid
|
ruby-openid
|
||||||
rubycas-client (~> 2.2.1)
|
rubycas-client (~> 2.2.1)
|
||||||
|
rubyjedi-actionwebservice
|
||||||
sanitize (~> 1.2.1)
|
sanitize (~> 1.2.1)
|
||||||
selenium-client
|
selenium-client
|
||||||
soap4r (~> 1.5.8)
|
soap4r (~> 1.5.8)
|
||||||
sqlite3
|
sqlite3
|
||||||
|
test-unit (= 1.2.3)
|
||||||
thoughtbot-factory_girl
|
thoughtbot-factory_girl
|
||||||
webrat (>= 0.7.0)
|
webrat (>= 0.7.0)
|
||||||
will_paginate (~> 2.3.15)
|
will_paginate (~> 2.3.15)
|
||||||
|
yard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue