diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 22:23:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 22:23:52 +0300 |
commit | 8ae30f6c2bfc0e9b0ad223c2a41fa5441c482f28 (patch) | |
tree | 94a71a7d0c6b5abee5967bfc9f49a94013eecda8 /Gemfile | |
parent | plots: grammar tweaks (diff) | |
download | sorting-algorithms-8ae30f6c2bfc0e9b0ad223c2a41fa5441c482f28.tar.gz sorting-algorithms-8ae30f6c2bfc0e9b0ad223c2a41fa5441c482f28.zip |
add most of my personal info to _config.yml
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'github-pages' gem 'wdm', '~> 0.1.0' if Gem.win_platform? +gem 'jekyll-github-metadata' diff --git a/Gemfile.lock b/Gemfile.lock index a06ce7f..19bd0e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + RedCloth (4.2.9) RedCloth (4.2.9-x86-mingw32) activesupport (4.2.5.2) i18n (~> 0.7) @@ -19,6 +20,7 @@ GEM execjs (2.6.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) + ffi (1.9.10-x64-mingw32) ffi (1.9.10-x86-mingw32) gemoji (2.1.0) github-pages (54) @@ -67,6 +69,8 @@ GEM jekyll-feed (0.4.0) jekyll-gist (1.4.0) octokit (~> 4.2) + jekyll-github-metadata (1.11.1) + octokit (~> 4.0) jekyll-mentions (1.0.1) html-pipeline (~> 2.3) jekyll (~> 3.0) @@ -97,6 +101,8 @@ GEM minitest (5.8.4) multipart-post (2.0.0) net-dns (0.8.0) + nokogiri (1.6.7.2-x64-mingw32) + mini_portile2 (~> 2.0.0.rc2) nokogiri (1.6.7.2-x86-mingw32) mini_portile2 (~> 2.0.0.rc2) octokit (4.3.0) @@ -122,11 +128,13 @@ GEM wdm (0.1.1) PLATFORMS + x64-mingw32 x86-mingw32 DEPENDENCIES github-pages + jekyll-github-metadata wdm (~> 0.1.0) BUNDLED WITH - 1.11.2 + 1.12.5 |