Sha256: 42e0414ec9413e72daacbbc98cc0a72e506f353dec4356266ea0e30083586cc7

Contents?: true

Size: 722 Bytes

Versions: 11

Compression:

Stored size: 722 Bytes

Contents

source "https://rubygems.org"

group :development do
  # The current official branch is the 'windows-guest-support' branch, but it isn't working for me right now.
  # gem "test-kitchen", :git => 'https://github.com/test-kitchen/test-kitchen.git', :branch => 'windows-guest-support'
  gem 'test-kitchen', git: 'https://github.com/jdmundrawala/test-kitchen.git', :branch => 'Transport'

  # afiune/Transport supports copying files from Windows -> Windows
  # gem 'kitchen-vagrant', git: 'https://github.com/jdmundrawala/kitchen-vagrant.git', :branch => 'Transport'
  gem 'kitchen-vagrant', git: 'https://github.com/afiune/kitchen-vagrant.git', :branch => 'Transport'

  gem "berkshelf"
  gem "vagrant-wrapper", ">= 2.0"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
madscience-0.0.16 cookbooks/windows/Gemfile
madscience-0.0.15 cookbooks/windows/Gemfile
madscience-0.0.14 cookbooks/windows/Gemfile
madscience-0.0.13 cookbooks/windows/Gemfile
madscience-0.0.11 cookbooks/windows/Gemfile
madscience-0.0.10 cookbooks/windows/Gemfile
madscience-0.0.9 cookbooks/windows/Gemfile
madscience-0.0.8 cookbooks/windows/Gemfile
madscience-0.0.7 cookbooks/windows/Gemfile
madscience-0.0.6 cookbooks/windows/Gemfile
madscience-0.0.5 cookbooks/windows/Gemfile