Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB6CB11B11 for ; Mon, 4 Aug 2014 18:32:14 +0000 (UTC) Received: (qmail 86499 invoked by uid 500); 4 Aug 2014 18:32:14 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 86473 invoked by uid 500); 4 Aug 2014 18:32:14 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 86462 invoked by uid 99); 4 Aug 2014 18:32:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 18:32:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 18:32:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 504492388F30; Mon, 4 Aug 2014 18:31:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1615721 - in /incubator/aurora/site: Gemfile Gemfile.lock Date: Mon, 04 Aug 2014 18:31:50 -0000 To: commits@aurora.incubator.apache.org From: kevints@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140804183150.504492388F30@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kevints Date: Mon Aug 4 18:31:49 2014 New Revision: 1615721 URL: http://svn.apache.org/r1615721 Log: Make development work on Linux Modified: incubator/aurora/site/Gemfile incubator/aurora/site/Gemfile.lock Modified: incubator/aurora/site/Gemfile URL: http://svn.apache.org/viewvc/incubator/aurora/site/Gemfile?rev=1615721&r1=1615720&r2=1615721&view=diff ============================================================================== --- incubator/aurora/site/Gemfile (original) +++ incubator/aurora/site/Gemfile Mon Aug 4 18:31:49 2014 @@ -3,7 +3,8 @@ source 'https://rubygems.org' gem 'middleman', '3.2.0' gem 'middleman-livereload', '3.1.0' gem 'middleman-syntax', '1.2.1' +gem 'therubyracer', '0.12.1' gem 'redcarpet', github: 'vmg/redcarpet' - + gem 'rake', '10.3.1' Modified: incubator/aurora/site/Gemfile.lock URL: http://svn.apache.org/viewvc/incubator/aurora/site/Gemfile.lock?rev=1615721&r1=1615720&r2=1615721&view=diff ============================================================================== --- incubator/aurora/site/Gemfile.lock (original) +++ incubator/aurora/site/Gemfile.lock Mon Aug 4 18:31:49 2014 @@ -33,6 +33,7 @@ GEM http_parser.rb (0.5.3) i18n (0.6.5) kramdown (1.2.0) + libv8 (3.16.14.3) listen (1.3.1) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) @@ -81,6 +82,7 @@ GEM ffi (>= 0.5.0) rb-kqueue (0.2.0) ffi (>= 0.5.0) + ref (1.0.5) rouge (0.3.10) thor sass (3.2.12) @@ -94,6 +96,9 @@ GEM sprockets-sass (1.0.2) sprockets (~> 2.0) tilt (~> 1.1) + therubyracer (0.12.1) + libv8 (~> 3.16.14.0) + ref thor (0.18.1) tilt (1.3.7) uglifier (2.1.2) @@ -109,3 +114,4 @@ DEPENDENCIES middleman-syntax (= 1.2.1) rake (= 10.3.1) redcarpet! + therubyracer (= 0.12.1)