mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +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:
|
RSpec/NestedGroups:
|
||||||
Enabled: False
|
Enabled: False
|
||||||
|
|
||||||
|
RSpec/MultipleExpectations:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# this is broken on ruby1.9
|
# this is broken on ruby1.9
|
||||||
Layout/IndentHeredoc:
|
Layout/IndentHeredoc:
|
||||||
Enabled: False
|
Enabled: False
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
@ -7,7 +8,7 @@ before_install:
|
|||||||
- bundle --version
|
- bundle --version
|
||||||
script:
|
script:
|
||||||
- 'bundle exec rake $CHECK'
|
- 'bundle exec rake $CHECK'
|
||||||
matrix:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- rvm: 2.4.4
|
- rvm: 2.4.4
|
||||||
@ -36,7 +37,7 @@ notifications:
|
|||||||
- "chat.freenode.org#voxpupuli-notifications"
|
- "chat.freenode.org#voxpupuli-notifications"
|
||||||
deploy:
|
deploy:
|
||||||
provider: puppetforge
|
provider: puppetforge
|
||||||
user: puppet
|
username: puppet
|
||||||
password:
|
password:
|
||||||
secure: ""
|
secure: ""
|
||||||
on:
|
on:
|
||||||
|
2
Gemfile
2
Gemfile
@ -11,7 +11,7 @@ def location_for(place, fake_version = nil)
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'voxpupuli-test', '>= 1.0.0', :require => false
|
gem 'voxpupuli-test', '~> 2.0', :require => false
|
||||||
gem 'coveralls', :require => false
|
gem 'coveralls', :require => false
|
||||||
gem 'simplecov-console', :require => false
|
gem 'simplecov-console', :require => false
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user