Update to Jekyll 2.2.0

- Using the theme for the first time install Bundler and then run 'bundle install'
- Updating the theme run 'bundle update' to update all gem dependencies
This commit is contained in:
Michael Rose 2014-07-31 08:26:41 -04:00
parent ac3315e87f
commit cf086c3873
3 changed files with 34 additions and 55 deletions

View file

@ -1,9 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'jekyll' gem 'jekyll'
gem 'kramdown' gem "jekyll-sitemap"
gem 'coderay' gem 'octopress', '~> 3.0.0.rc.12'
gem 'rake'
gem 'thor'
gem 'activesupport'
gem 'stringex'

View file

@ -1,92 +1,76 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (4.1.1)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
blankslate (2.1.2.4) blankslate (2.1.2.4)
celluloid (0.15.2) celluloid (0.15.2)
timers (~> 1.1.0) timers (~> 1.1.0)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
classifier (1.3.4) classifier (1.3.4)
fast-stemmer (>= 1.0.0) fast-stemmer (>= 1.0.0)
coderay (1.1.0) coffee-script (2.3.0)
coffee-script (2.2.0)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.7.0) coffee-script-source (1.7.1)
colorator (0.1) colorator (0.1)
execjs (2.0.2) execjs (2.2.1)
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
ffi (1.9.3)
ffi (1.9.3-x86-mingw32) ffi (1.9.3-x86-mingw32)
i18n (0.6.9) jekyll (2.2.0)
jekyll (2.0.2)
classifier (~> 1.3) classifier (~> 1.3)
colorator (~> 0.1) colorator (~> 0.1)
jekyll-coffeescript (~> 1.0) 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.0)
kramdown (~> 1.3) kramdown (~> 1.3)
liquid (~> 2.5.5) liquid (~> 2.6.1)
listen (~> 2.5) mercenary (~> 0.3.3)
mercenary (~> 0.3.1) pygments.rb (~> 0.6.0)
pygments.rb (~> 0.5.0)
redcarpet (~> 3.1) redcarpet (~> 3.1)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
toml (~> 0.1.0) toml (~> 0.1.0)
jekyll-coffeescript (1.0.0) jekyll-coffeescript (1.0.0)
coffee-script (~> 2.2) coffee-script (~> 2.2)
jekyll-sass-converter (1.0.0) jekyll-gist (1.1.0)
jekyll-paginate (1.0.0)
jekyll-sass-converter (1.1.0)
sass (~> 3.2) sass (~> 3.2)
json (1.8.1) jekyll-sitemap (0.5.0)
kramdown (1.3.3) jekyll-watch (1.0.0)
liquid (2.5.5) listen (~> 2.7)
listen (2.7.4) kramdown (1.4.0)
liquid (2.6.1)
listen (2.7.9)
celluloid (>= 0.15.2) celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
mercenary (0.3.3) mercenary (0.3.4)
minitest (5.3.3) octopress (3.0.0.rc.14)
nio4r (1.0.0) jekyll (~> 2.0)
mercenary (~> 0.3.2)
titlecase
parslet (1.5.0) parslet (1.5.0)
blankslate (~> 2.0) blankslate (~> 2.0)
posix-spawn (0.3.8) posix-spawn (0.3.8)
pygments.rb (0.5.4) pygments.rb (0.6.0)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
rake (10.3.1)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
rb-inotify (0.9.4) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.1.1) redcarpet (3.1.2)
safe_yaml (1.0.3) safe_yaml (1.0.3)
sass (3.3.7) sass (3.3.12)
stringex (2.5.2)
thor (0.19.1)
thread_safe (0.3.3)
timers (1.1.0) timers (1.1.0)
titlecase (0.1.1)
toml (0.1.1) toml (0.1.1)
parslet (~> 1.5.0) parslet (~> 1.5.0)
tzinfo (1.1.0)
thread_safe (~> 0.1)
yajl-ruby (1.1.0)
yajl-ruby (1.1.0-x86-mingw32) yajl-ruby (1.1.0-x86-mingw32)
PLATFORMS PLATFORMS
ruby
x86-mingw32 x86-mingw32
DEPENDENCIES DEPENDENCIES
activesupport
coderay
jekyll jekyll
kramdown jekyll-sitemap
rake octopress (~> 3.0.0.rc.12)
stringex
thor

View file

@ -48,8 +48,7 @@ links:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/New_York timezone: America/New_York
future: true future: true
pygments: true highlighter: pygments
#highlighter: pygments
markdown: kramdown markdown: kramdown
# https://github.com/mojombo/jekyll/wiki/Permalinks # https://github.com/mojombo/jekyll/wiki/Permalinks