Gem reversion

This commit is contained in:
Dale McDiarmid 2016-04-01 13:14:03 +01:00
parent 987a46dce5
commit ac9b430b40
3 changed files with 22 additions and 1 deletions

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'test-kitchen'
gem "kitchen-docker", '2.3.0'
gem "kitchen-docker", '2.2.0'
gem 'kitchen-ansible', '0.40.1'
gem 'net-ssh', '~> 2.0'

9
defaults/defaults.iml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

12
files/files.iml Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/scripts" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/templates" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>