The win32console gem is now only installed on windows.

Fixes issue #553
https://github.com/beefproject/beef/issues/553
This commit is contained in:
Wade Alcorn
2012-01-11 22:05:56 +10:00
parent 76fdb6421c
commit 250140f52f

View File

@@ -27,6 +27,11 @@ gem "parseconfig"
gem "erubis"
gem "dm-migrations"
# Gems only required one windows
if RUBY_PLATFORM.downcase.include?("mswin")
gem "win32console"
end
# for the console shell extension
gem "librex", "0.0.52"