Repository: mahout Updated Branches: refs/heads/mahout-1981 9beddd310 -> 039187135
MAHOUT-1981 Missing Gemfile Added Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/03918713 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/03918713 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/03918713 Branch: refs/heads/mahout-1981 Commit: 03918713563bf6aac55299d7239c4e042795faf0 Parents: 9beddd3 Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Tue Dec 5 22:17:31 2017 -0600 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Tue Dec 5 22:17:31 2017 -0600 ---------------------------------------------------------------------- website/Gemfile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/03918713/website/Gemfile ---------------------------------------------------------------------- diff --git a/website/Gemfile b/website/Gemfile new file mode 100644 index 0000000..9e82f6a --- /dev/null +++ b/website/Gemfile @@ -0,0 +1,28 @@ +source "https://rubygems.org" + +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "3.5.0" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +# gem "github-pages", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.6" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +require 'rbconfig' + if RbConfig::CONFIG['target_os'] =~ /darwin(1[0-3])/i + gem 'rb-fsevent', '<= 0.9.4' +end \ No newline at end of file
