Skip to content

Commit a75e83a

Browse files
authored
Merge pull request #21 from puppetlabs/pdksync_update-pdk
pdksync - (maint) Enable changelog-generator
2 parents 207c0ca + 8b54773 commit a75e83a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.sync.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
RSpec/ExpectInHook:
1818
Exclude: ['spec/integration/provider/mount_spec.rb']
1919
Gemfile:
20+
optional:
21+
':development':
22+
- gem: 'github_changelog_generator'
23+
git: 'https://github.com/skywinder/github-changelog-generator'
24+
ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
25+
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
2026
required:
2127
':system_tests':
2228
- gem: 'puppet-module-posix-system-r#{minor_version}'

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ group :development do
2929
gem "puppet-module-win-default-r#{minor_version}", '~> 0.3', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3030
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.3', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3131
gem "puppet-strings", require: false
32+
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')
3233
end
3334
group :system_tests do
3435
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "puppetlabs-mount_core",
33
"version": "1.0.3",
4-
"author": "Puppet Labs",
4+
"author": "puppetlabs",
55
"summary": "Manages mounted filesystems and mount tables.",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-mount_core",

0 commit comments

Comments
 (0)