File tree Expand file tree Collapse file tree 7 files changed +743
-807
lines changed
Expand file tree Collapse file tree 7 files changed +743
-807
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Managed by modulesync - DO NOT EDIT
22# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
33
4- pkg /
5- Gemfile.lock
6- Gemfile.local
7- vendor /
8- .vendor /
9- spec /fixtures /manifests /
10- spec /fixtures /modules /
11- .vagrant /
12- .bundle /
13- .ruby-version
14- coverage /
15- log /
16- .idea /
17- .dependencies /
18- .librarian /
19- Puppetfile.lock
4+ / pkg /
5+ / Gemfile.lock
6+ / Gemfile.local
7+ / vendor /
8+ / .vendor /
9+ / spec /fixtures /manifests /
10+ / spec /fixtures /modules /
11+ / .vagrant /
12+ / .bundle /
13+ / .ruby-version
14+ / coverage /
15+ / log /
16+ / .idea /
17+ / .dependencies /
18+ / .librarian /
19+ / Puppetfile.lock
2020* .iml
2121. * .sw ?
22- .yardoc /
23- Guardfile
22+ / .yardoc /
23+ / Guardfile
Original file line number Diff line number Diff line change 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 5.4 .0'
5+ modulesync_config_version : ' 5.5 .0'
Original file line number Diff line number Diff line change 11# Managed by modulesync - DO NOT EDIT
22# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
33
4- docs/
5- pkg/
6- Gemfile
7- Gemfile.lock
8- Gemfile.local
9- vendor/
10- .vendor/
11- spec/
12- Rakefile
13- .vagrant/
14- .bundle/
15- .ruby-version
16- coverage/
17- log/
18- .idea/
19- .dependencies/
20- .github/
21- .librarian/
22- Puppetfile.lock
4+ / docs/
5+ / pkg/
6+ / Gemfile
7+ / Gemfile.lock
8+ / Gemfile.local
9+ / vendor/
10+ / .vendor/
11+ / spec/
12+ / Rakefile
13+ / .vagrant/
14+ / .bundle/
15+ / .ruby-version
16+ / coverage/
17+ / log/
18+ / .idea/
19+ / .dependencies/
20+ / .github/
21+ / .librarian/
22+ / Puppetfile.lock
2323*.iml
24- .editorconfig
25- .fixtures.yml
26- .gitignore
27- .msync.yml
28- .overcommit.yml
29- .pmtignore
30- .rspec
31- .rspec_parallel
32- .rubocop.yml
33- .sync.yml
24+ / .editorconfig
25+ / .fixtures.yml
26+ / .gitignore
27+ / .msync.yml
28+ / .overcommit.yml
29+ / .pmtignore
30+ / .rspec
31+ / .rspec_parallel
32+ / .rubocop.yml
33+ / .sync.yml
3434.*.sw?
35- .yardoc/
36- .yardopts
37- Dockerfile
35+ / .yardoc/
36+ / .yardopts
37+ / Dockerfile
Original file line number Diff line number Diff line change 2121
2222group :release do
2323 gem 'github_changelog_generator' , '>= 1.16.1' , :require => false if RUBY_VERSION >= '2.5'
24- gem 'voxpupuli-release' , '>= 1.2.0' , :require => false
25- gem 'puppet-strings' , '>= 2.2' , :require => false
24+ gem 'voxpupuli-release' , '~> 2.0' , :require => false
2625end
2726
2827gem 'rake' , :require => false
You can’t perform that action at this time.
0 commit comments