aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.sync.yml6
-rw-r--r--Gemfile1
-rw-r--r--metadata.json2
3 files changed, 8 insertions, 1 deletions
diff --git a/.sync.yml b/.sync.yml
index 9d88d65..6505dc2 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -23,6 +23,12 @@
Style/VariableName:
Enabled: false
Gemfile:
+ optional:
+ ':development':
+ - gem: 'github_changelog_generator'
+ git: 'https://github.com/skywinder/github-changelog-generator'
+ ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
+ condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
required:
':system_tests':
- gem: 'puppet-module-posix-system-r#{minor_version}'
diff --git a/Gemfile b/Gemfile
index 4ba6e88..5710b77 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,6 +29,7 @@ group :development do
gem "puppet-module-win-default-r#{minor_version}", '~> 0.3', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.3', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-strings", require: false
+ gem "github_changelog_generator", require: false, git: 'https://github.com/skywinder/github-changelog-generator', ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
end
group :system_tests do
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
diff --git a/metadata.json b/metadata.json
index 1630007..633f02f 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,7 +1,7 @@
{
"name": "puppetlabs-augeas_core",
"version": "1.0.4",
- "author": "Puppet Labs",
+ "author": "puppetlabs",
"summary": "Manage files using Augeas",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-augeas_core",