custom_raketasks 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.
- checksums.yaml +7 -0
- data/README.md +14 -0
- metadata +48 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2a8cdd7365209db539f143222b1184a8eeed09f36beed2d83ded5120d7dcef51
|
4
|
+
data.tar.gz: 0e2fe2d40714229611c3abd8e9d6b6be3acb4700eecf698485f968e5e79b5662
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f8a0d377a61791378d6bbb5bfdf96a43dd92c3370bcf0d577e3d32bdda244448c6efd56db3d8ba4e32c04eeaf15e9db17945529e41ddbbc6673efed85fd2ef01
|
7
|
+
data.tar.gz: ef6068ac6f8f78a97406609ac131730e0b37c58601fecb231d5a11af41f07eadccf70ee9b154b74c49c50806412a89f778d9c3f92b1bac1c533fccdb9c1cb4c7
|
data/README.md
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# custom_raketasks
|
2
|
+
|
3
|
+
## Summary
|
4
|
+
|
5
|
+
Placeholder Gem for custom Rake tasks.
|
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 Rake tasks as `custom_raketasks` on an internal
|
13
|
+
RubyGems repository and be safe of naming and versioning conflicts
|
14
|
+
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_raketasks
|
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_raketasks
|
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 raketask 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 rake tasks
|
48
|
+
test_files: []
|