Update to Jekyll 3.0

This commit is contained in:
breandan 2015-12-21 21:22:59 -05:00
parent ef03f9d695
commit 80a4c16b4a
3 changed files with 12 additions and 51 deletions

View File

@ -1,13 +1,13 @@
GIT
remote: https://github.com/citizenmatt/jekyll-git_metadata.git
revision: 7a379722f102622391a6e66e03d4ec6c0f8ab168
remote: https://github.com/breandan/jekyll-git_metadata.git
revision: 136c70f31a3da3a6077c0b815089185fd6ccfbec
branch: fix_windows
specs:
jekyll-git_metadata (0.0.3)
jekyll (~> 2.0)
jekyll (~> 3.0)
GIT
remote: https://github.com/citizenmatt/link-checker.git
remote: https://github.com/breandan/link-checker.git
revision: 4b9409f5218c3bc215883c4b43061baa203597c4
branch: multiple_fixes
specs:
@ -28,46 +28,23 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.8)
anemone (0.7.2)
nokogiri (>= 1.3.0)
robotex (>= 1.0.0)
blankslate (2.1.2.4)
certified (1.0.0)
classifier-reborn (2.0.4)
fast-stemmer (~> 1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
colorator (0.1)
colorize (0.7.7)
execjs (2.6.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
fast-stemmer (1.0.2)
ffi (1.9.10)
ffi (1.9.10-x64-mingw32)
jekyll (2.5.3)
classifier-reborn (~> 2.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.4.0)
octokit (~> 4.2)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.9.1)
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
@ -75,47 +52,31 @@ GEM
jekyll-watch (1.3.0)
listen (~> 3.0)
kramdown (1.9.0)
liquid (2.6.3)
liquid (3.0.6)
listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
mini_portile2 (2.0.0)
multipart-post (2.0.0)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.7.1-x64-mingw32)
mini_portile2 (~> 2.0.0.rc2)
octokit (4.2.0)
sawyer (~> 0.6.0, >= 0.5.3)
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)
rake (10.4.2)
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.3.3)
robotex (1.0.0)
safe_yaml (1.0.4)
sass (3.4.20)
sawyer (0.6.0)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
toml (0.1.2)
parslet (~> 1.5.0)
trollop (2.1.2)
yajl-ruby (1.2.1)
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
jekyll
jekyll (~> 3.0)
jekyll-git_metadata!
jekyll-redirect-from
link-checker!

@ -1 +1 @@
Subproject commit b89d456a5174c77f4c8450d8cb88ed14cc458693
Subproject commit 2da670c8b42883781db01564bfaeadce370a7d70

View File

@ -4,10 +4,10 @@ title: Tutorials
This section contains a set of step-by-step tutorials which some aspects of work with *IntelliJ Platform*.
To set up development environment and get started please refer to the
To set up the development environment and get started please refer to the
[Basics](basics.md) section.
More detailed explanation of the API components can be found in the
A more detailed explanation of the API components can be found in the
[Architecture Reference Guide](reference_guide.md).