Repository: beam-site
Updated Branches:
  refs/heads/asf-site c9379f5e3 -> 6a85cdf69


Add plugin for snippet extraction.


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/0b44ef77
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/0b44ef77
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/0b44ef77

Branch: refs/heads/asf-site
Commit: 0b44ef7770f121558d4008290c49dcd3dd4f8bae
Parents: c9379f5
Author: Robert Bradshaw <rober...@gmail.com>
Authored: Fri Jan 20 17:26:41 2017 -0800
Committer: Robert Bradshaw <rober...@gmail.com>
Committed: Fri Jan 20 17:26:41 2017 -0800

----------------------------------------------------------------------
 Gemfile      | 1 +
 Gemfile.lock | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/0b44ef77/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 9f15c06..f9431e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,6 +10,7 @@ group :jekyll_plugins do
        gem 'jekyll-redirect-from'
        gem 'jekyll-sass-converter'
        gem 'html-proofer'
+       gem 'jekyll_github_sample'
 end
 
 # Used by Travis tests.

http://git-wip-us.apache.org/repos/asf/beam-site/blob/0b44ef77/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index 8d64708..1ab575d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -40,6 +40,9 @@ GEM
       sass (~> 3.4)
     jekyll-watch (1.5.0)
       listen (~> 3.0, < 3.1)
+    jekyll_github_sample (0.3.0)
+      activesupport (~> 4.0)
+      jekyll (~> 3.0)
     json (1.8.3)
     kramdown (1.12.0)
     liquid (3.0.6)
@@ -77,7 +80,8 @@ DEPENDENCIES
   jekyll (= 3.2)
   jekyll-redirect-from
   jekyll-sass-converter
+  jekyll_github_sample
   rake
 
 BUNDLED WITH
-   1.13.5
+   1.13.7

Reply via email to