]> gitweb.fluxo.info Git - puppet-ferm.git/commitdiff
modulesync 2.1.0
authorTim Meusel <tim@bastelfreak.de>
Sat, 13 Oct 2018 11:08:35 +0000 (13:08 +0200)
committerTim Meusel <tim@bastelfreak.de>
Sat, 13 Oct 2018 11:08:35 +0000 (13:08 +0200)
.github/CONTRIBUTING.md
.msync.yml
Gemfile

index 67b063cd0472b71b480b645896c233073725f59b..832578e12ee42126fd8bbce7f0a9d0c0ae96d462 100644 (file)
@@ -16,8 +16,9 @@ By participating in this project you agree to abide by its terms.
    runs the tests for us. You can also execute them locally. This is explained
    in a later section.
 
-1. Checkout the docs we use to review a module. They provide some guidance for
-   new code that might help you before you submit a pull request.
+1. Checkout [our docs](https://voxpupuli.org/docs/#reviewing-a-module-pr) we
+   use to review a module and the [official styleguide](https://puppet.com/docs/puppet/6.0/style_guide.html).
+   They provide some guidance for new code that might help you before you submit a pull request.
 
 1. Add a test for your change. Only refactoring and documentation
    changes require no new tests. If you are adding functionality
index 45b7d7c22ef67c89da0f9d5df7c27c64c26c25f1..e1f48cab58f9f6602459e66db61b0d45e64f65fe 100644 (file)
@@ -1 +1 @@
-modulesync_config_version: '2.0.0-rc0'
+modulesync_config_version: '2.1.0'
diff --git a/Gemfile b/Gemfile
index 7e14df4eb96e234e5d3840d9f3ad1f421ebc92c9..dd1b03a6d6046c0dc7e83b157b88c96419155e63 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ def location_for(place, fake_version = nil)
 end
 
 group :test do
-  gem 'puppetlabs_spec_helper', '~> 2.11.0',                        :require => false
+  gem 'puppetlabs_spec_helper', '>= 2.11.0',                        :require => false
   gem 'rspec-puppet-facts',                                         :require => false
   gem 'rspec-puppet-utils',                                         :require => false
   gem 'puppet-lint-leading_zero-check',                             :require => false