Remove dependency on tent-apidoc

This commit is contained in:
Jonathan Rudenberg 2012-09-07 08:30:01 -04:00
parent 101f7f49d1
commit e8ac6de51f
5 changed files with 334 additions and 135 deletions

26
Gemfile
View file

@ -6,19 +6,13 @@ gem 'rack'
gem 'puma'
gem 'rack-rewrite'
gem 'clogger'
group :development do
gem 'nanoc'
gem 'nanoc-cachebuster'
gem 'redcarpet'
gem 'slim'
gem 'rainpress'
gem 'nokogiri'
gem 'adsf'
gem 'builder'
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'
gem 'pygments.rb', :git => 'git://github.com/akzhan/pygments.rb.git', :branch => 'rubypython-0.6'
end
gem 'nanoc'
gem 'nanoc-cachebuster'
gem 'redcarpet'
gem 'slim'
gem 'rainpress'
gem 'nokogiri'
gem 'adsf'
gem 'builder'
gem 'tent-schemas', :git => 'git://github.com/tent/tent-schemas.git', :branch => 'master'
gem 'pygments.rb', :git => 'git://github.com/akzhan/pygments.rb.git', :branch => 'rubypython-0.6'