703c0bde30
* Add spec_full, spec_prep, and spec_clean targets * Rename Gemfile -> .gemfile for less cluttered module packages * Append fixtuers to modulepath instead of overwriting * Use a more complete .gitignore * Remove the recursive symlink
12 lines
265 B
Text
12 lines
265 B
Text
source :rubygems
|
|
|
|
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
|
|
|
|
gem 'puppet', puppetversion
|
|
|
|
group :test do
|
|
gem 'rake', '>= 0.9.0'
|
|
gem 'rspec', '>= 2.8.0'
|
|
gem 'rspec-puppet', '>= 0.1.1'
|
|
gem 'mocha', '>= 0.11.0'
|
|
end
|