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
+1
View File
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem "github-pages"
gem "wdm", "~> 0.1.0" if Gem.win_platform?