Add WDM gem to properly enable auto-regeneration on Windows

This commit is contained in:
Michael Rose 2016-03-10 08:59:23 -05:00
parent 3b1cefde27
commit dd6d29ba76
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,4 @@
source "https://rubygems.org"
gem "github-pages"
gem "wdm", "~> 0.1.0" if Gem.win_platform?

View file

@ -20,6 +20,7 @@ GEM
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
ffi (1.9.10-x64-mingw32)
gemoji (2.1.0)
github-pages (56)
RedCloth (= 4.2.9)
@ -99,6 +100,8 @@ GEM
net-dns (0.8.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.7.2-x64-mingw32)
mini_portile2 (~> 2.0.0.rc2)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
public_suffix (1.5.3)
@ -119,12 +122,15 @@ GEM
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
wdm (0.1.1)
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
github-pages
wdm (~> 0.1.0)
BUNDLED WITH
1.11.2