Kouhei Sutou
null+****@clear*****
Wed Feb 3 12:29:06 JST 2016
Kouhei Sutou 2016-02-03 12:29:06 +0900 (Wed, 03 Feb 2016) New Revision: 79c3e0a5fe7f1b66d094747fd86b83881f16de16 https://github.com/pgroonga/pgroonga.github.io/commit/79c3e0a5fe7f1b66d094747fd86b83881f16de16 Message: Update github-pages Modified files: Gemfile.lock _config.yml Modified: Gemfile.lock (+22 -39) =================================================================== --- Gemfile.lock 2016-02-03 12:22:54 +0900 (e0cb718) +++ Gemfile.lock 2016-02-03 12:29:06 +0900 (a961c2f) @@ -9,9 +9,6 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.3.8) - blankslate (2.1.2.4) - classifier-reborn (2.0.4) - fast-stemmer (~> 1.0) coderay (1.1.0) coffee-script (2.4.1) coffee-script-source @@ -23,66 +20,59 @@ GEM execjs (2.6.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) - fast-stemmer (1.0.2) ffi (1.9.10) gemoji (2.1.0) gettext (3.2.1) locale (>= 2.0.5) text (>= 1.3.0) - github-pages (43) + github-pages (44) RedCloth (= 4.2.9) github-pages-health-check (= 0.6.0) - jekyll (= 2.4.0) + jekyll (= 3.0.2) jekyll-coffeescript (= 1.0.1) jekyll-feed (= 0.3.1) jekyll-gist (= 1.4.0) - jekyll-mentions (= 0.2.1) + jekyll-mentions (= 1.0.0) jekyll-paginate (= 1.1.0) jekyll-redirect-from (= 0.9.1) jekyll-sass-converter (= 1.3.0) jekyll-seo-tag (= 0.1.4) jekyll-sitemap (= 0.9.0) - jemoji (= 0.5.0) + jekyll-textile-converter (= 0.1.0) + jemoji (= 0.5.1) kramdown (= 1.9.0) - liquid (= 2.6.2) - maruku (= 0.7.0) + liquid (= 3.0.6) mercenary (~> 0.3) - pygments.rb (= 0.6.3) rdiscount (= 2.1.8) redcarpet (= 3.3.3) + rouge (= 1.10.1) terminal-table (~> 1.4) github-pages-health-check (0.6.0) addressable (~> 2.3) net-dns (~> 0.8) public_suffix (~> 1.4) typhoeus (~> 0.7) - html-pipeline (1.9.0) - activesupport (>= 2) - nokogiri (~> 1.4) + html-pipeline (2.3.0) + activesupport (>= 2, < 5) + nokogiri (>= 1.4) i18n (0.7.0) - jekyll (2.4.0) - classifier-reborn (~> 2.0) + jekyll (3.0.2) 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-feed (0.3.1) jekyll-gist (1.4.0) octokit (~> 4.2) - jekyll-mentions (0.2.1) - html-pipeline (~> 1.9.0) - jekyll (~> 2.0) + jekyll-mentions (1.0.0) + html-pipeline (~> 2.2) + jekyll (~> 3.0) jekyll-paginate (1.1.0) jekyll-redirect-from (0.9.1) jekyll (>= 2.0) @@ -94,20 +84,21 @@ GEM jekyll-task-i18n (1.0.2) gettext (>= 3.1.1) yard + jekyll-textile-converter (0.1.0) + RedCloth (~> 4.0) jekyll-watch (1.3.1) listen (~> 3.0) - jemoji (0.5.0) + jemoji (0.5.1) gemoji (~> 2.0) - html-pipeline (~> 1.9) + html-pipeline (~> 2.2) jekyll (>= 2.0) json (1.8.3) kramdown (1.9.0) - liquid (2.6.2) + liquid (3.0.6) listen (3.0.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) locale (2.1.2) - maruku (0.7.0) mercenary (0.3.5) mini_portile2 (2.0.0) minitest (5.8.4) @@ -117,19 +108,14 @@ GEM 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) public_suffix (1.5.3) - pygments.rb (0.6.3) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.2.0) rake (10.5.0) rb-fsevent (0.9.7) rb-inotify (0.9.5) ffi (>= 0.5.0) rdiscount (2.1.8) redcarpet (3.3.3) + rouge (1.10.1) safe_yaml (1.0.4) sass (3.4.21) sawyer (0.6.0) @@ -138,13 +124,10 @@ GEM terminal-table (1.5.2) text (1.3.1) thread_safe (0.3.5) - toml (0.1.2) - parslet (~> 1.5.0) typhoeus (0.8.0) ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) - yajl-ruby (1.2.1) yard (0.8.7.6) PLATFORMS Modified: _config.yml (+1 -1) =================================================================== --- _config.yml 2016-02-03 12:22:54 +0900 (1af0bb1) +++ _config.yml 2016-02-03 12:29:06 +0900 (c6da60e) @@ -1,6 +1,6 @@ title: PGroonga markdown: kramdown -highlighter: pygments +highlighter: rough pgroonga_version: 1.0.1 pgroonga_release_date: 2015-12-29 copyright_year: 2015-2016 -------------- next part -------------- HTML����������������������������...Download