Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically find default images for many platforms #221

Merged
merged 11 commits into from
Feb 12, 2016
Merged
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gemfile.lock
InstalledFiles
_yardoc
coverage
bin/
doc/
lib/bundler/man
pkg
Expand All @@ -17,3 +18,5 @@ test/version_tmp
tmp
.project

.kitchen/
.kitchen.local.yml
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
source "https://rubygems.org"

# Specify your gem's dependencies in kitchen-ec2.gemspec
# Specify your gem"s dependencies in kitchen-ec2.gemspec
gemspec
gem "test-kitchen", :path => "../test-kitchen"
gem "winrm-transport"
gem "winrm-fs"

group :test do
gem "rake"
Expand Down
Loading