ctpl 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ee51a8056fde574fcc7a22ff4e7aeb9eb3730908334e0e7a222f910a7685747
|
4
|
+
data.tar.gz: 25281e9e3b8a1004f461766967bb29d69d685b32cf2993b47bed60a4cfcb8399
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c82f83eb192d755f1e163f8496656fe66296d6beb417cab3199e1dbf42c9c1787aeef58ebcbcf4cfc9126bc339365932855fc74a25acc56b8a7d2c44064710e
|
7
|
+
data.tar.gz: e26e82779279461766811cb0ed6a949c88df80f38501e23eacebf9a81540d9a9b2976612dd4986495e4bd2cabfc499f959c235bc3fbac8a8fb88027bc70d778f
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ctpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eugen Mayer
|
@@ -30,7 +30,9 @@ dependencies:
|
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 0.20.0
|
33
|
-
description:
|
33
|
+
description: This tool enables you to split your pipeline.yml into several single
|
34
|
+
files, as many as you like and generates a fly compatible pipeline.yml while merging
|
35
|
+
jobs/resource_types/resources/groups
|
34
36
|
email: eugen.mayer@kontextwork.de
|
35
37
|
executables:
|
36
38
|
- ctpl
|
@@ -42,7 +44,7 @@ files:
|
|
42
44
|
- bin/ctpl
|
43
45
|
- lib/ctpl/merger.rb
|
44
46
|
- thor/generate.thor
|
45
|
-
homepage:
|
47
|
+
homepage: https://github.com/EugenMayer/concourse-pipeline-templateer
|
46
48
|
licenses:
|
47
49
|
- GPL
|
48
50
|
metadata: {}
|
@@ -65,5 +67,6 @@ rubyforge_project:
|
|
65
67
|
rubygems_version: 2.7.6
|
66
68
|
signing_key:
|
67
69
|
specification_version: 4
|
68
|
-
summary:
|
70
|
+
summary: Implements an opinionated tool to template / split concourse pipeline files
|
71
|
+
into easier smaller structural parts
|
69
72
|
test_files: []
|