diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2015-08-05 13:07:53 +0200 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2015-08-05 13:07:53 +0200 |
commit | b3771c83f8b420f108fea8b018738270b66be8e2 (patch) | |
tree | a0d153b447357792c7960e0996f43c705e578703 /Gemfile | |
parent | e897dc36bc7aad957693ef02d8f06c76d9204e9c (diff) | |
download | puppet-dhcp-b3771c83f8b420f108fea8b018738270b66be8e2.tar.gz puppet-dhcp-b3771c83f8b420f108fea8b018738270b66be8e2.tar.bz2 |
Add publishing rake tasks
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ group :development, :unit_tests do gem 'puppet-lint-file_source_rights-check', :require => false gem 'puppet-lint-alias-check', :require => false gem 'rspec-puppet-facts', :require => false + gem 'github_changelog_generator', :require => false, :git => 'https://github.com/raphink/github-changelog-generator.git', :branch => 'dev/all_patches' if RUBY_VERSION !~ /^1.8/ + gem 'puppet-blacksmith', :require => false if RUBY_VERSION !~ /^1.8/ end group :system_tests do |