From 1cc4e037849dcf0bf7f2ca9885320b540f3eedb7 Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 7 Jan 2016 15:43:16 -0500 Subject: [PATCH] version updates --- .gitignore | 2 ++ .ruby-version | 2 +- Gemfile | 1 - Gemfile.lock | 86 ++++++++++++++++++++------------------------------- _config.yml | 1 - 5 files changed, 36 insertions(+), 56 deletions(-) diff --git a/.gitignore b/.gitignore index 640b7bf..6adccee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ _site .gist-cache .sass-cache .bundle + +.jekyll-metadata diff --git a/.ruby-version b/.ruby-version index 5859406..276cbf9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.3 +2.3.0 diff --git a/Gemfile b/Gemfile index 908558c..4a37583 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,6 @@ source 'http://rubygems.org' gem 'octopress', '~> 3.0.0' gem 'narray', git: 'https://github.com/tonyarnold/narray' gem 'gsl', git: 'https://github.com/tonyarnold/rb-gsl' -gem 'classifier-reborn', git: 'https://github.com/jekyll/classifier-reborn.git' gem 'html-proofer' diff --git a/Gemfile.lock b/Gemfile.lock index 3f9664a..ea4ebf0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: https://github.com/jekyll/classifier-reborn.git - revision: e832ae342ff5179ad85a72c3880dbe9bee3abc77 - specs: - classifier-reborn (2.0.3) - fast-stemmer (~> 1.0) - GIT remote: https://github.com/tonyarnold/narray revision: eeb06b030320a222727e41f11a2f0be300f9dd52 @@ -21,23 +14,23 @@ GIT GEM remote: http://rubygems.org/ specs: - addressable (2.3.8) - blankslate (2.1.2.4) - bourbon (4.2.5) + activesupport (4.2.5) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + bourbon (4.2.6) sass (~> 3.4) thor (~> 0.19) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.9.1.1) colorator (0.1) colored (1.2) ethon (0.8.0) ffi (>= 1.3.0) - execjs (2.6.0) - fast-stemmer (1.0.2) ffi (1.9.10) - html-proofer (2.5.1) + html-proofer (2.6.1) + activesupport (~> 4.2) addressable (~> 2.3) colored (~> 1.2) mercenary (~> 0.3.2) @@ -45,41 +38,34 @@ GEM parallel (~> 1.3) typhoeus (~> 0.7) yell (~> 2.0) - jekyll (2.5.3) - classifier-reborn (~> 2.0) + i18n (0.7.0) + jekyll (3.0.1) colorator (~> 0.1) - jekyll-coffeescript (~> 1.0) - jekyll-gist (~> 1.0) - jekyll-paginate (~> 1.0) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) kramdown (~> 1.3) - liquid (~> 2.6.1) + liquid (~> 3.0) mercenary (~> 0.3.3) - pygments.rb (~> 0.6.0) - redcarpet (~> 3.1) + rouge (~> 1.7) safe_yaml (~> 1.0) - toml (~> 0.1.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-gist (1.3.4) - jekyll-paginate (1.1.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) + jekyll-sass-converter (1.4.0) + sass (~> 3.4) jekyll-watch (1.3.0) listen (~> 3.0) + json (1.8.3) kramdown (1.9.0) - liquid (2.6.3) - listen (3.0.3) + liquid (3.0.6) + listen (3.0.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.5) - mini_portile (0.6.2) + mini_portile2 (2.0.0) + minitest (5.8.3) neat (1.7.2) bourbon (>= 4.0) sass (>= 3.3) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.6.7.1) + mini_portile2 (~> 2.0.0.rc2) octopress (3.0.11) jekyll (>= 2.0) mercenary (~> 0.3.2) @@ -90,30 +76,25 @@ GEM titlecase octopress-deploy (1.3.0) colorator - octopress-escape-code (2.0.6) - octopress-hooks (~> 2.0) + octopress-escape-code (2.1.1) + jekyll (~> 3.0) octopress-hooks (2.6.1) jekyll (>= 2.0) parallel (1.6.1) - parslet (1.5.0) - blankslate (~> 2.0) - posix-spawn (0.3.11) - pygments.rb (0.6.3) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.2.0) - rb-fsevent (0.9.6) + rb-fsevent (0.9.7) rb-inotify (0.9.5) ffi (>= 0.5.0) - redcarpet (3.3.3) + redcarpet (3.3.4) + rouge (1.10.1) safe_yaml (1.0.4) - sass (3.4.18) + sass (3.4.20) thor (0.19.1) + thread_safe (0.3.5) titlecase (0.1.1) - toml (0.1.2) - parslet (~> 1.5.0) typhoeus (0.8.0) ethon (>= 0.8.0) - yajl-ruby (1.2.1) + tzinfo (1.2.2) + thread_safe (~> 0.1) yell (2.0.5) PLATFORMS @@ -121,7 +102,6 @@ PLATFORMS DEPENDENCIES bourbon - classifier-reborn! gsl! html-proofer narray! @@ -129,4 +109,4 @@ DEPENDENCIES octopress (~> 3.0.0) BUNDLED WITH - 1.10.6 + 1.11.2 diff --git a/_config.yml b/_config.yml index bd4f0ea..8d3a1cc 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,6 @@ author: James Walker description: "James Walker is an independent developer and hacker" url: http://walkah.net -highlighter: pygments lsi: true markdown: redcarpet permalink: blog/:title/