From 1f45cd899c855a492498b8f9a46bcd90b78a074d Mon Sep 17 00:00:00 2001
From: Jonathan Rudenberg
Date: Thu, 6 Sep 2012 22:19:57 -0400
Subject: [PATCH] Move gems into development group
---
Gemfile | 29 ++++++++++++++++-------------
output/docs.html | 2 +-
2 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/Gemfile b/Gemfile
index c2e6bd9..d181329 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,21 +1,24 @@
source :rubygems
ruby '1.9.3'
-gem 'nanoc'
-gem 'nanoc-cachebuster'
-gem 'redcarpet'
-gem 'slim'
-gem 'rainpress'
-gem 'nokogiri'
-gem 'adsf'
-gem 'builder'
gem 'mime-types'
gem 'rack'
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://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'
+
+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
diff --git a/output/docs.html b/output/docs.html
index 8b7b5b6..084e157 100644
--- a/output/docs.html
+++ b/output/docs.html
@@ -46,7 +46,7 @@ your data, who has access to it, and what can be done with it.
API Overview
-Tent uses JSON over HTTP.
+Tent is a social layer over HTTP using JSON.
Requests are authenticated with HMAC
signatures, and apps use OAuth 2 to access