use classifier-reborn master
This commit is contained in:
parent
4ef702d8b9
commit
a4bae69e7e
7
Gemfile
7
Gemfile
@ -1,8 +1,9 @@
|
|||||||
source "http://rubygems.org"
|
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'
|
||||||
|
|
||||||
|
55
Gemfile.lock
55
Gemfile.lock
@ -1,3 +1,10 @@
|
|||||||
|
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
|
||||||
@ -16,26 +23,24 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
addressable (2.3.8)
|
addressable (2.3.8)
|
||||||
blankslate (2.1.2.4)
|
blankslate (2.1.2.4)
|
||||||
bourbon (4.2.3)
|
bourbon (4.2.5)
|
||||||
sass (~> 3.4)
|
sass (~> 3.4)
|
||||||
thor
|
thor (~> 0.19)
|
||||||
celluloid (0.16.0)
|
celluloid (0.16.1)
|
||||||
timers (~> 4.0.0)
|
timers (~> 4.0.0)
|
||||||
classifier-reborn (2.0.3)
|
|
||||||
fast-stemmer (~> 1.0)
|
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.9.1.1)
|
coffee-script-source (1.9.1.1)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
ethon (0.7.3)
|
ethon (0.8.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
execjs (2.5.2)
|
execjs (2.6.0)
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
ffi (1.9.8)
|
ffi (1.9.10)
|
||||||
hitimes (1.2.2)
|
hitimes (1.2.3)
|
||||||
html-proofer (2.2.0)
|
html-proofer (2.5.1)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
colored (~> 1.2)
|
colored (~> 1.2)
|
||||||
mercenary (~> 0.3.2)
|
mercenary (~> 0.3.2)
|
||||||
@ -60,15 +65,15 @@ GEM
|
|||||||
toml (~> 0.1.0)
|
toml (~> 0.1.0)
|
||||||
jekyll-coffeescript (1.0.1)
|
jekyll-coffeescript (1.0.1)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
jekyll-gist (1.2.1)
|
jekyll-gist (1.3.4)
|
||||||
jekyll-paginate (1.1.0)
|
jekyll-paginate (1.1.0)
|
||||||
jekyll-sass-converter (1.3.0)
|
jekyll-sass-converter (1.3.0)
|
||||||
sass (~> 3.2)
|
sass (~> 3.2)
|
||||||
jekyll-watch (1.2.1)
|
jekyll-watch (1.2.1)
|
||||||
listen (~> 2.7)
|
listen (~> 2.7)
|
||||||
kramdown (1.7.0)
|
kramdown (1.8.0)
|
||||||
liquid (2.6.2)
|
liquid (2.6.3)
|
||||||
listen (2.10.0)
|
listen (2.10.1)
|
||||||
celluloid (~> 0.16.0)
|
celluloid (~> 0.16.0)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
@ -79,7 +84,7 @@ GEM
|
|||||||
sass (>= 3.3)
|
sass (>= 3.3)
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
octopress (3.0.7)
|
octopress (3.0.11)
|
||||||
jekyll (>= 2.0)
|
jekyll (>= 2.0)
|
||||||
mercenary (~> 0.3.2)
|
mercenary (~> 0.3.2)
|
||||||
octopress-deploy
|
octopress-deploy
|
||||||
@ -87,33 +92,33 @@ GEM
|
|||||||
octopress-hooks (~> 2.0)
|
octopress-hooks (~> 2.0)
|
||||||
redcarpet (~> 3.0)
|
redcarpet (~> 3.0)
|
||||||
titlecase
|
titlecase
|
||||||
octopress-deploy (1.2.6)
|
octopress-deploy (1.3.0)
|
||||||
colorator
|
colorator
|
||||||
octopress-escape-code (2.0.6)
|
octopress-escape-code (2.0.6)
|
||||||
octopress-hooks (~> 2.0)
|
octopress-hooks (~> 2.0)
|
||||||
octopress-hooks (2.6.1)
|
octopress-hooks (2.6.1)
|
||||||
jekyll (>= 2.0)
|
jekyll (>= 2.0)
|
||||||
parallel (1.6.0)
|
parallel (1.6.1)
|
||||||
parslet (1.5.0)
|
parslet (1.5.0)
|
||||||
blankslate (~> 2.0)
|
blankslate (~> 2.0)
|
||||||
posix-spawn (0.3.11)
|
posix-spawn (0.3.11)
|
||||||
pygments.rb (0.6.3)
|
pygments.rb (0.6.3)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.2.0)
|
yajl-ruby (~> 1.2.0)
|
||||||
rb-fsevent (0.9.5)
|
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.1)
|
redcarpet (3.3.2)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.14)
|
sass (3.4.18)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
timers (4.0.1)
|
timers (4.0.4)
|
||||||
hitimes
|
hitimes
|
||||||
titlecase (0.1.1)
|
titlecase (0.1.1)
|
||||||
toml (0.1.2)
|
toml (0.1.2)
|
||||||
parslet (~> 1.5.0)
|
parslet (~> 1.5.0)
|
||||||
typhoeus (0.7.1)
|
typhoeus (0.8.0)
|
||||||
ethon (>= 0.7.1)
|
ethon (>= 0.8.0)
|
||||||
yajl-ruby (1.2.1)
|
yajl-ruby (1.2.1)
|
||||||
yell (2.0.5)
|
yell (2.0.5)
|
||||||
|
|
||||||
@ -122,8 +127,12 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bourbon
|
bourbon
|
||||||
|
classifier-reborn!
|
||||||
gsl!
|
gsl!
|
||||||
html-proofer
|
html-proofer
|
||||||
narray!
|
narray!
|
||||||
neat
|
neat
|
||||||
octopress (~> 3.0.0)
|
octopress (~> 3.0.0)
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user