custom_cookstyle 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +14 -0
  3. metadata +48 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b75b0ea68b5932b5a9f29adfd51aed87aee8f1fa9c868be73aafec1a59c3c2b1
4
+ data.tar.gz: ae61d4666b9351c5262ebf2063b2fe656cf5f8557845ff4ffa1297389ea5ceee
5
+ SHA512:
6
+ metadata.gz: 6eb6a5bdf156f696edd98b3aee9cf9fbe9d4362a04f7395407775d371a0df8033341b46a1e26f607aa765cf3137882de3cbafbb932dedab9007284d9795dece8
7
+ data.tar.gz: 2f5d1aac00fa102c36928ce3ce188597fc9803160203105dcc6267a6f79511437d3d7ba3eef68eaf37e17e5a5a727ad69bb88c39fb82c4ceb4b1a15e5ccf03ea
@@ -0,0 +1,14 @@
1
+ # custom_cookstyle
2
+
3
+ ## Summary
4
+
5
+ Placeholder Gem for Chef custom Cookstyle rules.
6
+
7
+ ## Intention
8
+
9
+ This gem does not contain any functionality, but is intended
10
+ to be overridden by internally-served gems of the same name.
11
+
12
+ Just deploy your own cookstyle rule packages as `custom_cookstyle`
13
+ on an internal RubyGems repository and be safe of naming and
14
+ versioning conflicts as it will never hit a version 0.1.0 or higher.
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: custom_cookstyle
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - tecRacer Opensource
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-11-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: No functionality
14
+ email:
15
+ - opensource@tecracer.de
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ homepage: https://github.com/tecracer-chef/custom_cookstyle
22
+ licenses:
23
+ - Apache-2.0
24
+ metadata: {}
25
+ post_install_message: "This is a placeholder for customer-specific Chef Cookstyle
26
+ rules.\n\nIt serves the purpose of allowing internal style rules for Cookstyle\nwith
27
+ the same name to keep implementation generic.\n\nIf you are seeing this message,
28
+ you probably have not deployed a \ncustomized Cookstyle gem into your internal RubyGems
29
+ repository yet.\n"
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '2.0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.0.3
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Placeholder for customer-specific Chef Cookstyle rules
48
+ test_files: []