Skip to content

Commit

Permalink
put em-winrm in a separate group
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever committed Apr 3, 2013
1 parent 9e0d981 commit 4415b52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ group :kvm do
gem "ruby-libvirt"
end

group :windows do
gem "em-winrm", :git => 'http://github.com/hh/em-winrm.git', :ref => '31745601d3'
end

group :test do
gem "rake"
gem "em-winrm", :git => 'http://github.com/hh/em-winrm.git', :ref => '31745601d3'
gem "vagrant"
#gem "vagrant" , "1.0.7"
#gem "chef"
#gem "knife-windows"
end

gemspec

0 comments on commit 4415b52

Please sign in to comment.