Skip to content

Commit

Permalink
Fix URI
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jul 7, 2021
1 parent e728ffd commit 3432a94
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion moduleroot/.editorconfig.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# editorconfig.org

# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

root = true

Expand Down
2 changes: 1 addition & 1 deletion moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

name: CI

Expand Down
2 changes: 1 addition & 1 deletion moduleroot/.github/workflows/release.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

name: Release

Expand Down
2 changes: 1 addition & 1 deletion moduleroot/.gitignore.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

pkg/
Gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/.msync.yml.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '4.1.0'
2 changes: 1 addition & 1 deletion moduleroot/.overcommit.yml.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
#
# Hooks are only enabled if you take action.
#
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/.pmtignore.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

docs/
pkg/
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/.rspec.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

--format documentation
--color
2 changes: 1 addition & 1 deletion moduleroot/.rspec_parallel.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

--format progress
2 changes: 1 addition & 1 deletion moduleroot/.rubocop.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

inherit_gem:
voxpupuli-test: rubocop.yml
2 changes: 1 addition & 1 deletion moduleroot/.yardopts.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

--markup markdown
--output-dir docs/
2 changes: 1 addition & 1 deletion moduleroot/Dockerfile.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MANAGED BY MODULESYNC
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

FROM ruby:2.7

Expand Down
2 changes: 1 addition & 1 deletion moduleroot/Gemfile.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

source ENV['GEM_SOURCE'] || "https://rubygems.org"

Expand Down
2 changes: 1 addition & 1 deletion moduleroot/Rakefile.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

# Attempt to load voxupuli-test (which pulls in puppetlabs_spec_helper),
# otherwise attempt to load it directly.
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/spec/spec_helper.rb.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

<%- if @configs['mock_with'] -%>

Expand Down
2 changes: 1 addition & 1 deletion moduleroot/spec/spec_helper_acceptance.rb.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync.md
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

require 'voxpupuli/acceptance/spec_helper_acceptance'

Expand Down

0 comments on commit 3432a94

Please sign in to comment.