Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 479e667

Browse files
committed
modulesync 2.0.0
1 parent dc7794c commit 479e667

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.msync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
modulesync_config_version: '1.9.6'
1+
modulesync_config_version: '2.0.0'

.overcommit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ PrePush:
5858
enabled: true
5959
description: 'Run rake targets'
6060
targets:
61+
- 'validate'
6162
- 'test'
6263
- 'rubocop'
6364
command: [ 'bundle', 'exec', 'rake' ]

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ group :system_tests do
6363
end
6464

6565
group :release do
66-
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/skywinder/github-changelog-generator' if RUBY_VERSION >= '2.2.2'
66+
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/github-changelog-generator/github-changelog-generator' if RUBY_VERSION >= '2.2.2'
6767
gem 'puppet-blacksmith', :require => false
6868
gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem'
6969
gem 'puppet-strings', '>= 1.0', :require => false

0 commit comments

Comments
 (0)