diff --git a/Gemfile b/Gemfile index 3a1ebf3..5b2ecbf 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages' \ No newline at end of file +gem 'github-pages' +gem 'wdm','>=0.1.0' if Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock index a132787..5766779 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,6 +134,7 @@ GEM ethon (>= 0.7.4) tzinfo (1.2.2) thread_safe (~> 0.1) + wdm (0.1.1) yajl-ruby (1.2.1) PLATFORMS @@ -143,6 +144,7 @@ PLATFORMS DEPENDENCIES github-pages + wdm (>= 0.1.0) BUNDLED WITH 1.12.5 diff --git a/_layouts/default.html b/_layouts/default.html index 3818eb7..c0235f4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -46,6 +46,7 @@ diff --git a/_layouts/v1.0.0-beta.1/examples.html b/_layouts/examples.v1.0.0-beta.1.html similarity index 86% rename from _layouts/v1.0.0-beta.1/examples.html rename to _layouts/examples.v1.0.0-beta.1.html index c862892..88a4698 100644 --- a/_layouts/v1.0.0-beta.1/examples.html +++ b/_layouts/examples.v1.0.0-beta.1.html @@ -5,6 +5,7 @@ layout: default

Examples