version updates
This commit is contained in:
parent
93f38f1712
commit
1cc4e03784
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ _site
|
|||||||
.gist-cache
|
.gist-cache
|
||||||
.sass-cache
|
.sass-cache
|
||||||
.bundle
|
.bundle
|
||||||
|
|
||||||
|
.jekyll-metadata
|
||||||
|
@ -1 +1 @@
|
|||||||
2.2.3
|
2.3.0
|
||||||
|
1
Gemfile
1
Gemfile
@ -3,7 +3,6 @@ source 'http://rubygems.org'
|
|||||||
gem 'octopress', '~> 3.0.0'
|
gem 'octopress', '~> 3.0.0'
|
||||||
gem 'narray', git: 'https://github.com/tonyarnold/narray'
|
gem 'narray', git: 'https://github.com/tonyarnold/narray'
|
||||||
gem 'gsl', git: 'https://github.com/tonyarnold/rb-gsl'
|
gem 'gsl', git: 'https://github.com/tonyarnold/rb-gsl'
|
||||||
gem 'classifier-reborn', git: 'https://github.com/jekyll/classifier-reborn.git'
|
|
||||||
|
|
||||||
gem 'html-proofer'
|
gem 'html-proofer'
|
||||||
|
|
||||||
|
86
Gemfile.lock
86
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
|
GIT
|
||||||
remote: https://github.com/tonyarnold/narray
|
remote: https://github.com/tonyarnold/narray
|
||||||
revision: eeb06b030320a222727e41f11a2f0be300f9dd52
|
revision: eeb06b030320a222727e41f11a2f0be300f9dd52
|
||||||
@ -21,23 +14,23 @@ GIT
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
addressable (2.3.8)
|
activesupport (4.2.5)
|
||||||
blankslate (2.1.2.4)
|
i18n (~> 0.7)
|
||||||
bourbon (4.2.5)
|
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)
|
sass (~> 3.4)
|
||||||
thor (~> 0.19)
|
thor (~> 0.19)
|
||||||
coffee-script (2.4.1)
|
|
||||||
coffee-script-source
|
|
||||||
execjs
|
|
||||||
coffee-script-source (1.9.1.1)
|
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
ethon (0.8.0)
|
ethon (0.8.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
execjs (2.6.0)
|
|
||||||
fast-stemmer (1.0.2)
|
|
||||||
ffi (1.9.10)
|
ffi (1.9.10)
|
||||||
html-proofer (2.5.1)
|
html-proofer (2.6.1)
|
||||||
|
activesupport (~> 4.2)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
colored (~> 1.2)
|
colored (~> 1.2)
|
||||||
mercenary (~> 0.3.2)
|
mercenary (~> 0.3.2)
|
||||||
@ -45,41 +38,34 @@ GEM
|
|||||||
parallel (~> 1.3)
|
parallel (~> 1.3)
|
||||||
typhoeus (~> 0.7)
|
typhoeus (~> 0.7)
|
||||||
yell (~> 2.0)
|
yell (~> 2.0)
|
||||||
jekyll (2.5.3)
|
i18n (0.7.0)
|
||||||
classifier-reborn (~> 2.0)
|
jekyll (3.0.1)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
jekyll-coffeescript (~> 1.0)
|
|
||||||
jekyll-gist (~> 1.0)
|
|
||||||
jekyll-paginate (~> 1.0)
|
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 1.0)
|
||||||
jekyll-watch (~> 1.1)
|
jekyll-watch (~> 1.1)
|
||||||
kramdown (~> 1.3)
|
kramdown (~> 1.3)
|
||||||
liquid (~> 2.6.1)
|
liquid (~> 3.0)
|
||||||
mercenary (~> 0.3.3)
|
mercenary (~> 0.3.3)
|
||||||
pygments.rb (~> 0.6.0)
|
rouge (~> 1.7)
|
||||||
redcarpet (~> 3.1)
|
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
toml (~> 0.1.0)
|
jekyll-sass-converter (1.4.0)
|
||||||
jekyll-coffeescript (1.0.1)
|
sass (~> 3.4)
|
||||||
coffee-script (~> 2.2)
|
|
||||||
jekyll-gist (1.3.4)
|
|
||||||
jekyll-paginate (1.1.0)
|
|
||||||
jekyll-sass-converter (1.3.0)
|
|
||||||
sass (~> 3.2)
|
|
||||||
jekyll-watch (1.3.0)
|
jekyll-watch (1.3.0)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
|
json (1.8.3)
|
||||||
kramdown (1.9.0)
|
kramdown (1.9.0)
|
||||||
liquid (2.6.3)
|
liquid (3.0.6)
|
||||||
listen (3.0.3)
|
listen (3.0.5)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
mercenary (0.3.5)
|
mercenary (0.3.5)
|
||||||
mini_portile (0.6.2)
|
mini_portile2 (2.0.0)
|
||||||
|
minitest (5.8.3)
|
||||||
neat (1.7.2)
|
neat (1.7.2)
|
||||||
bourbon (>= 4.0)
|
bourbon (>= 4.0)
|
||||||
sass (>= 3.3)
|
sass (>= 3.3)
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.7.1)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile2 (~> 2.0.0.rc2)
|
||||||
octopress (3.0.11)
|
octopress (3.0.11)
|
||||||
jekyll (>= 2.0)
|
jekyll (>= 2.0)
|
||||||
mercenary (~> 0.3.2)
|
mercenary (~> 0.3.2)
|
||||||
@ -90,30 +76,25 @@ GEM
|
|||||||
titlecase
|
titlecase
|
||||||
octopress-deploy (1.3.0)
|
octopress-deploy (1.3.0)
|
||||||
colorator
|
colorator
|
||||||
octopress-escape-code (2.0.6)
|
octopress-escape-code (2.1.1)
|
||||||
octopress-hooks (~> 2.0)
|
jekyll (~> 3.0)
|
||||||
octopress-hooks (2.6.1)
|
octopress-hooks (2.6.1)
|
||||||
jekyll (>= 2.0)
|
jekyll (>= 2.0)
|
||||||
parallel (1.6.1)
|
parallel (1.6.1)
|
||||||
parslet (1.5.0)
|
rb-fsevent (0.9.7)
|
||||||
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-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.3.3)
|
redcarpet (3.3.4)
|
||||||
|
rouge (1.10.1)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.18)
|
sass (3.4.20)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
|
thread_safe (0.3.5)
|
||||||
titlecase (0.1.1)
|
titlecase (0.1.1)
|
||||||
toml (0.1.2)
|
|
||||||
parslet (~> 1.5.0)
|
|
||||||
typhoeus (0.8.0)
|
typhoeus (0.8.0)
|
||||||
ethon (>= 0.8.0)
|
ethon (>= 0.8.0)
|
||||||
yajl-ruby (1.2.1)
|
tzinfo (1.2.2)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
yell (2.0.5)
|
yell (2.0.5)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -121,7 +102,6 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bourbon
|
bourbon
|
||||||
classifier-reborn!
|
|
||||||
gsl!
|
gsl!
|
||||||
html-proofer
|
html-proofer
|
||||||
narray!
|
narray!
|
||||||
@ -129,4 +109,4 @@ DEPENDENCIES
|
|||||||
octopress (~> 3.0.0)
|
octopress (~> 3.0.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.6
|
1.11.2
|
||||||
|
@ -3,7 +3,6 @@ author: James Walker
|
|||||||
description: "James Walker is an independent developer and hacker"
|
description: "James Walker is an independent developer and hacker"
|
||||||
url: http://walkah.net
|
url: http://walkah.net
|
||||||
|
|
||||||
highlighter: pygments
|
|
||||||
lsi: true
|
lsi: true
|
||||||
markdown: redcarpet
|
markdown: redcarpet
|
||||||
permalink: blog/:title/
|
permalink: blog/:title/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user