diff options
author | Chris Price <chris@puppetlabs.com> | 2013-04-03 15:05:53 -0700 |
---|---|---|
committer | Chris Price <chris@puppetlabs.com> | 2013-04-03 15:05:53 -0700 |
commit | fa74951ffed0d5c9ca3e61d7125b90e23b24d12c (patch) | |
tree | 3f0683b943cf76431aa2ddddfa7920dc5f9096e9 /Gemfile | |
parent | ad38a08dc7d5316bd2c6ecd7b253f76fb21068f8 (diff) | |
parent | c2052b3cbd6f829fd0b97eb09a7fe26be2fd199d (diff) | |
download | puppet-inifile-master.tar.gz puppet-inifile-master.tar.bz2 |
Add travisfile and Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +source :rubygems + +gem 'puppetlabs_spec_helper' +gem 'rspec-expectations', "2.11.3" +gem 'mocha', "0.10.5" + +if puppetversion = ENV['PUPPET_GEM_VERSION'] + gem 'puppet', puppetversion, :require => false +end + +# vim:ft=ruby |