Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 85FF2200B83 for ; Sat, 13 Aug 2016 08:19:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 833F5160AB0; Sat, 13 Aug 2016 06:19:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DD85E160AB8 for ; Sat, 13 Aug 2016 08:19:50 +0200 (CEST) Received: (qmail 73230 invoked by uid 500); 13 Aug 2016 06:19:49 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 73208 invoked by uid 99); 13 Aug 2016 06:19:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Aug 2016 06:19:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 86A61E0C09; Sat, 13 Aug 2016 06:19:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: toulmean@apache.org To: commits@buildr.apache.org Date: Sat, 13 Aug 2016 06:19:49 -0000 Message-Id: <5033f729f59f4b8ab69d058392611535@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] buildr git commit: Add jekyll textile converter gem archived-at: Sat, 13 Aug 2016 06:19:51 -0000 Repository: buildr Updated Branches: refs/heads/master dc60f6fb2 -> f0ccc5fa3 Add jekyll textile converter gem Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/0b8ede49 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/0b8ede49 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/0b8ede49 Branch: refs/heads/master Commit: 0b8ede496f35f0c970a16a3941cd5dc16cc9189b Parents: dc60f6f Author: Antoine Toulme Authored: Fri Aug 12 23:19:18 2016 -0700 Committer: Antoine Toulme Committed: Fri Aug 12 23:19:18 2016 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + buildr.gemspec | 1 + doc/_config.yml | 2 ++ 3 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/0b8ede49/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index d03673f..f8eed47 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ * Change: Update jekyll to 3.1.3 * Change: Update rdoc to 4.2.2 * Change: Update ecj to 4.5.1 +* Change: Added jekyll-textile-converter 0.1.0 to generate the site. * Added: Travis badge to README.rdoc * Added: Added Rubygems badges to README.rdoc * Added: BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon. http://git-wip-us.apache.org/repos/asf/buildr/blob/0b8ede49/buildr.gemspec ---------------------------------------------------------------------- diff --git a/buildr.gemspec b/buildr.gemspec index 2786136..9741dcd 100644 --- a/buildr.gemspec +++ b/buildr.gemspec @@ -83,6 +83,7 @@ for those one-off tasks, with a language that's a joy to use. spec.add_development_dependency 'jekylltask', '1.1.0' spec.add_development_dependency 'pygments.rb', '0.6.3' spec.add_development_dependency 'rdoc', '4.2.2' + spec.add_development_dependency 'jekyll-textile-converter', '0.1.0' end spec.add_development_dependency 'rspec-expectations', '2.14.3' http://git-wip-us.apache.org/repos/asf/buildr/blob/0b8ede49/doc/_config.yml ---------------------------------------------------------------------- diff --git a/doc/_config.yml b/doc/_config.yml index eb96207..2405fd1 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -1 +1,3 @@ highlighter: pygments +gems: +- jekyll-textile-converter