mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 04:54:47 +00:00
modulesync 3.0.0
This commit is contained in:
parent
14e4c0bc49
commit
bb242ec207
3
.github/SECURITY.md
vendored
Normal file
3
.github/SECURITY.md
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Vox Pupuli Security Policy
|
||||
|
||||
Our vulnerabilities reporting process is at https://voxpupuli.org/security/
|
@ -1 +1 @@
|
||||
modulesync_config_version: '2.12.0'
|
||||
modulesync_config_version: '3.0.0'
|
||||
|
@ -528,6 +528,9 @@ RSpec/RepeatedDescription:
|
||||
RSpec/NestedGroups:
|
||||
Enabled: False
|
||||
|
||||
RSpec/MultipleExpectations:
|
||||
Enabled: false
|
||||
|
||||
# this is broken on ruby1.9
|
||||
Layout/IndentHeredoc:
|
||||
Enabled: False
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
os: linux
|
||||
dist: bionic
|
||||
language: ruby
|
||||
cache: bundler
|
||||
@ -7,7 +8,7 @@ before_install:
|
||||
- bundle --version
|
||||
script:
|
||||
- 'bundle exec rake $CHECK'
|
||||
matrix:
|
||||
jobs:
|
||||
fast_finish: true
|
||||
include:
|
||||
- rvm: 2.4.4
|
||||
@ -36,7 +37,7 @@ notifications:
|
||||
- "chat.freenode.org#voxpupuli-notifications"
|
||||
deploy:
|
||||
provider: puppetforge
|
||||
user: puppet
|
||||
username: puppet
|
||||
password:
|
||||
secure: ""
|
||||
on:
|
||||
|
6
Gemfile
6
Gemfile
@ -11,9 +11,9 @@ def location_for(place, fake_version = nil)
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'voxpupuli-test', '>= 1.0.0', :require => false
|
||||
gem 'coveralls', :require => false
|
||||
gem 'simplecov-console', :require => false
|
||||
gem 'voxpupuli-test', '~> 2.0', :require => false
|
||||
gem 'coveralls', :require => false
|
||||
gem 'simplecov-console', :require => false
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
Loading…
x
Reference in New Issue
Block a user