Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B688FD5DE for ; Wed, 22 Aug 2012 22:13:05 +0000 (UTC) Received: (qmail 94339 invoked by uid 500); 22 Aug 2012 22:13:05 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 94274 invoked by uid 500); 22 Aug 2012 22:13:05 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 94221 invoked by uid 99); 22 Aug 2012 22:13:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 22:13:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1E0E81F07A; Wed, 22 Aug 2012 22:13:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lutter@apache.org To: commits@deltacloud.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [6/16] git commit: Gemfile: add fssm needed by 'nanoc view' Message-Id: <20120822221305.1E0E81F07A@tyr.zones.apache.org> Date: Wed, 22 Aug 2012 22:13:05 +0000 (UTC) Gemfile: add fssm needed by 'nanoc view' git-svn-id: https://svn.apache.org/repos/asf/deltacloud/trunk@1376249 13f79535-47bb-0310-9956-ffa450edef68 Also add Gemfile.lock that had been missing from d3232da057 Conflicts: site/Gemfile.lock Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/a05c7610 Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/a05c7610 Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/a05c7610 Branch: refs/heads/master Commit: a05c761060dda9287bc586593d85d983b91799ab Parents: 7fa0b94 Author: lutter Authored: Wed Aug 22 21:17:18 2012 +0000 Committer: David Lutterkort Committed: Wed Aug 22 15:05:37 2012 -0700 ---------------------------------------------------------------------- site/Gemfile | 1 + site/Gemfile.lock | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltacloud/blob/a05c7610/site/Gemfile ---------------------------------------------------------------------- diff --git a/site/Gemfile b/site/Gemfile index bfb1fe7..f475f0f 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -16,3 +16,4 @@ gem 'yui-compressor' gem 'guard' gem 'guard-nanoc' gem 'rb-fsevent' +gem 'fssm' http://git-wip-us.apache.org/repos/asf/deltacloud/blob/a05c7610/site/Gemfile.lock ---------------------------------------------------------------------- diff --git a/site/Gemfile.lock b/site/Gemfile.lock new file mode 100644 index 0000000..7cf244a --- /dev/null +++ b/site/Gemfile.lock @@ -0,0 +1,77 @@ +GEM + remote: http://rubygems.org/ + specs: + POpen4 (0.1.4) + Platform (>= 0.4.0) + open4 + Platform (0.4.0) + adsf (1.1.1) + rack (>= 1.0.0) + coderay (1.0.7) + colored (1.2) + commonjs (0.2.6) + cri (2.3.0) + colored (>= 1.2) + daemons (1.1.8) + eventmachine (0.12.10) + ffi (1.0.11) + fssm (0.2.9) + guard (1.2.1) + listen (>= 0.4.2) + thor (>= 0.14.6) + guard-nanoc (0.1.0) + guard (>= 0.2.1) + nanoc (>= 3.1.5) + kramdown (0.13.7) + less (2.2.1) + commonjs (~> 0.2.6) + listen (0.4.6) + rb-fchange (~> 0.0.5) + rb-fsevent (~> 0.9.1) + rb-inotify (~> 0.8.8) + mime-types (1.19) + nanoc (3.3.1) + cri (~> 2.1) + nanoc-code-classifier (0.0.4) + nanoc (~> 3.0) + nokogiri (~> 1.0) + nokogiri (1.5.5) + open4 (1.3.0) + rack (1.4.1) + rack-contrib (1.1.0) + rack (>= 0.9.1) + rack-rewrite (1.2.1) + rainpress (1.0) + rb-fchange (0.0.5) + ffi + rb-fsevent (0.9.1) + rb-inotify (0.8.8) + ffi (>= 0.5.0) + thin (1.3.1) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) + thor (0.15.3) + yui-compressor (0.9.6) + POpen4 (>= 0.1.4) + +PLATFORMS + ruby + +DEPENDENCIES + adsf + coderay + fssm + guard + guard-nanoc + kramdown + less + mime-types + nanoc + nanoc-code-classifier + rack-contrib + rack-rewrite + rainpress + rb-fsevent + thin + yui-compressor