From ccb67f57fed54527be5f74fc97af6a0c63c322a6 Mon Sep 17 00:00:00 2001 From: Bex Warner Date: Tue, 22 Aug 2017 11:46:26 -0700 Subject: [PATCH] uncomment necessary gem things --- .bundle/config | 4 ++++ Gemfile | 8 ++++---- bin/gemoji | 17 +++++++++++++++++ bin/github-pages | 17 +++++++++++++++++ bin/htmlproofer | 17 +++++++++++++++++ bin/jekyll | 17 +++++++++++++++++ bin/kramdown | 17 +++++++++++++++++ bin/listen | 17 +++++++++++++++++ bin/nokogiri | 17 +++++++++++++++++ bin/rougify | 17 +++++++++++++++++ bin/safe_yaml | 17 +++++++++++++++++ bin/sass | 17 +++++++++++++++++ bin/sass-convert | 17 +++++++++++++++++ bin/scss | 17 +++++++++++++++++ 14 files changed, 212 insertions(+), 4 deletions(-) create mode 100644 .bundle/config create mode 100755 bin/gemoji create mode 100755 bin/github-pages create mode 100755 bin/htmlproofer create mode 100755 bin/jekyll create mode 100755 bin/kramdown create mode 100755 bin/listen create mode 100755 bin/nokogiri create mode 100755 bin/rougify create mode 100755 bin/safe_yaml create mode 100755 bin/sass create mode 100755 bin/sass-convert create mode 100755 bin/scss diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..73e0fc0 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,4 @@ +--- +BUNDLE_PATH: "/Users/github/Desktop/probot.github.io/probot.github.io/vendor/gems" +BUNDLE_DISABLE_SHARED_GEMS: "true" +BUNDLE_BIN: "bin" diff --git a/Gemfile b/Gemfile index f50cdf4..f212d45 100644 --- a/Gemfile +++ b/Gemfile @@ -1,11 +1,11 @@ source 'https://rubygems.org' -# require 'json' -# require 'open-uri' -# versions = JSON.parse(open('https://pages.github.com/versions.json').read) +require 'json' +require 'open-uri' +versions = JSON.parse(open('https://pages.github.com/versions.json').read) group :jekyll_plugins do - gem 'github-pages' #, versions['github-pages'] + gem 'github-pages', versions['github-pages'] gem 'jekyll-octicons' gem 'jekyll-livereload' gem 'jekyll-readme-index' diff --git a/bin/gemoji b/bin/gemoji new file mode 100755 index 0000000..f282804 --- /dev/null +++ b/bin/gemoji @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'gemoji' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("gemoji", "gemoji") diff --git a/bin/github-pages b/bin/github-pages new file mode 100755 index 0000000..c60f62a --- /dev/null +++ b/bin/github-pages @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'github-pages' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("github-pages", "github-pages") diff --git a/bin/htmlproofer b/bin/htmlproofer new file mode 100755 index 0000000..06cd959 --- /dev/null +++ b/bin/htmlproofer @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'htmlproofer' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("html-proofer", "htmlproofer") diff --git a/bin/jekyll b/bin/jekyll new file mode 100755 index 0000000..068c347 --- /dev/null +++ b/bin/jekyll @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'jekyll' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("jekyll", "jekyll") diff --git a/bin/kramdown b/bin/kramdown new file mode 100755 index 0000000..d4b31f6 --- /dev/null +++ b/bin/kramdown @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'kramdown' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("kramdown", "kramdown") diff --git a/bin/listen b/bin/listen new file mode 100755 index 0000000..65fe244 --- /dev/null +++ b/bin/listen @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'listen' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("listen", "listen") diff --git a/bin/nokogiri b/bin/nokogiri new file mode 100755 index 0000000..c1f0ca4 --- /dev/null +++ b/bin/nokogiri @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'nokogiri' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("nokogiri", "nokogiri") diff --git a/bin/rougify b/bin/rougify new file mode 100755 index 0000000..a46ae62 --- /dev/null +++ b/bin/rougify @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'rougify' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("rouge", "rougify") diff --git a/bin/safe_yaml b/bin/safe_yaml new file mode 100755 index 0000000..5979200 --- /dev/null +++ b/bin/safe_yaml @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'safe_yaml' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("safe_yaml", "safe_yaml") diff --git a/bin/sass b/bin/sass new file mode 100755 index 0000000..ef9f699 --- /dev/null +++ b/bin/sass @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'sass' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("sass", "sass") diff --git a/bin/sass-convert b/bin/sass-convert new file mode 100755 index 0000000..13936f1 --- /dev/null +++ b/bin/sass-convert @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'sass-convert' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("sass", "sass-convert") diff --git a/bin/scss b/bin/scss new file mode 100755 index 0000000..76c0dce --- /dev/null +++ b/bin/scss @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true +# +# This file was generated by Bundler. +# +# The application 'scss' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require "pathname" +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require "rubygems" +require "bundler/setup" + +load Gem.bin_path("sass", "scss")