Add API example generator via tent-apidoc

This commit is contained in:
Jonathan Rudenberg 2012-09-04 16:13:19 -04:00
parent 89e20162ed
commit 9b4d94cd2f
4 changed files with 138 additions and 8 deletions

View file

@ -15,4 +15,7 @@ gem 'puma'
gem 'rack-rewrite'
gem 'pygments.rb', :git => 'git://github.com/akzhan/pygments.rb.git', :branch => 'rubypython-0.6'
gem 'clogger'
gem 'tent-schemas', :git => 'git@git:tent-schemas.git'
gem 'tent-schemas', :git => 'git://github.com/tent/tent-schemas.git', :branch => 'master'
gem 'tent-client', :git => 'git@github.com:tent/tent-client-ruby.git', :branch => 'master'
gem 'tentd', :git => 'git@github.com:tent/tentd.git', :branch => 'master'
gem 'tent-apidoc', :git => 'git@github.com:tent/tent-apidoc.git', :branch => 'master'