Projet

Général

Profil

Révision 404e2017

ID404e201746621fa7443c3b07c2beb2ed283ab13a
Parent 665a4827
Enfant 0ebba4f9

Ajouté par Tim Meusel il y a plus de 2 ans

modulesync 5.3.0

Voir les différences:

.github/CONTRIBUTING.md
124 124
you must set an environment variable such as:
125 125

  
126 126
```sh
127
export PUPPET_GEM_VERSION="~> 5.5.6"
127
export PUPPET_GEM_VERSION="~> 6.1.0"
128 128
```
129 129

  
130 130
You can install all needed gems for spec tests into the modules directory by
.msync.yml
2 2
# Managed by modulesync - DO NOT EDIT
3 3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4 4

  
5
modulesync_config_version: '5.2.0'
5
modulesync_config_version: '5.3.0'
Gemfile
4 4
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
5 5

  
6 6
group :test do
7
  gem 'voxpupuli-test', '~> 5.0',   :require => false
7
  gem 'voxpupuli-test', '~> 5.4',   :require => false
8 8
  gem 'coveralls',                  :require => false
9 9
  gem 'simplecov-console',          :require => false
10 10
  gem 'puppet_metadata', '~> 1.0',  :require => false
Rakefile
52 52
    config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not affect the functionality of the module."
53 53
    config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
54 54
    config.user = 'voxpupuli'
55
    config.project = metadata.metadata['name']
55
    config.project = 'puppet-nftables'
56 56
  end
57 57

  
58 58
  # Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715

Formats disponibles : Unified diff