puppet-lint-file_source_rights-check 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77e2700faa836e071ff229dfff2fdb733aa3bf31
|
4
|
+
data.tar.gz: 4061e98df062332db8ebdb1aa3a6235a1017343e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dd35bb24d45905f3cbe10ad62286a646911324b446795e682fb9c6e8ce5a323ee149681311e46e2b0ece13b93f92f7e12a470250c22c5cdb7884a12646d40ba
|
7
|
+
data.tar.gz: b3856c0346af26531bfc7d67b756694a34cf5cd1f8de52b6ec4552c8a2f67b4d6036b169d02990ecd383efa722770fdf6a64aedbfcdf4bed5d8553b15f8a6395
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-lint-file_source_rights-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Camptocamp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puppet-lint
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.0'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '3.0'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '1.0'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '3.0'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: rspec
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -108,8 +114,7 @@ dependencies:
|
|
108
114
|
- - ">="
|
109
115
|
- !ruby/object:Gem::Version
|
110
116
|
version: '0'
|
111
|
-
description:
|
112
|
-
A puppet-lint plugin to check file rights when providing a source.
|
117
|
+
description: " A puppet-lint plugin to check file rights when providing a source.\n"
|
113
118
|
email: raphael.pinson@camptocamp.com
|
114
119
|
executables: []
|
115
120
|
extensions: []
|
@@ -140,10 +145,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
145
|
version: '0'
|
141
146
|
requirements: []
|
142
147
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.
|
148
|
+
rubygems_version: 2.5.1
|
144
149
|
signing_key:
|
145
150
|
specification_version: 4
|
146
151
|
summary: A puppet-lint plugin to check file rights when providing a source.
|
147
152
|
test_files:
|
148
|
-
- spec/spec_helper.rb
|
149
153
|
- spec/puppet-lint/plugins/check_file_source_rights/source_without_rights_spec.rb
|
154
|
+
- spec/spec_helper.rb
|