rudder 0.2.2 → 0.3.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/docs/CNAME +1 -0
- data/docs/Rudder/DSL/Component.html +1 -1
- data/docs/Rudder/DSL/Group.html +1 -1
- data/docs/Rudder/DSL/Job.html +1 -1
- data/docs/Rudder/DSL/Pipeline.html +270 -132
- data/docs/Rudder/DSL/Resource.html +1 -1
- data/docs/Rudder/DSL/ResourceType.html +1 -1
- data/docs/Rudder/DSL/Util.html +1 -1
- data/docs/Rudder/DSL.html +50 -16
- data/docs/Rudder.html +29 -12
- data/docs/_index.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/index.html +3 -3
- data/docs/method_list.html +8 -0
- data/docs/top-level-namespace.html +1 -1
- data/examples/images/vars/vars.png +0 -0
- data/examples/vars/README.md +6 -0
- data/examples/vars/vars.yml +4 -0
- data/examples/vars/vars_pipeline.rb +23 -0
- data/exe/rudder +10 -2
- data/lib/rudder/dsl/pipeline.rb +35 -1
- data/lib/rudder/dsl.rb +6 -4
- data/lib/rudder/version.rb +1 -1
- data/lib/rudder.rb +3 -2
- metadata +9 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e77f0917fd37ceae966809634eefab87b1b39bcb59902d1bb11b2f91ecde6d5
|
|
4
|
+
data.tar.gz: e9cecb09ce384aff4cb4c2d0b704e3201599bddc6a5744a1233b3033dfa6f0d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26878aa29f3efe094d53f24ee2be583f3ccb4c37d5e2bbdbdafc1c8628a2be6d0e66a6fb8213b6c8e90af6d5bd1c055b969fc1cd69c0a93d451b6a54d320e19f
|
|
7
|
+
data.tar.gz: 14a49c47209981a21fce3397a0f75382d0390b5eed85c3920ad8cccd57cb1151bc5aa820f53d548d5d7d75cd61e306e0f28587ac733b766531ecb49703a2b5a4
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented here.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.3.0] - 2019-11-06
|
|
9
|
+
### Added
|
|
10
|
+
- Added Concourse variable file support to pipeline definitions.
|
|
11
|
+
|
|
8
12
|
## [0.2.2] - 2019-08-16
|
|
9
13
|
### Changed
|
|
10
14
|
- Corrected link in README / doc index for DSL details.
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
This gem provides a DSL for building [Concourse CI](https://concourse-ci.org/) pipelines.
|
|
8
8
|
|
|
9
9
|
Rubygems release docs can be found above, or head over to
|
|
10
|
-
[jhmcstanton.
|
|
10
|
+
[rudder.jhmcstanton.com](https://rudder.jhmcstanton.com) for the latest
|
|
11
11
|
docs from HEAD.
|
|
12
12
|
|
|
13
13
|
## Goals
|
data/docs/CNAME
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
rudder.jhmcstanton.com
|
|
@@ -635,7 +635,7 @@ arguments are provided. Otherwise, <code>nil</code>.</p>
|
|
|
635
635
|
</div>
|
|
636
636
|
|
|
637
637
|
<div id="footer">
|
|
638
|
-
Generated on
|
|
638
|
+
Generated on Wed Nov 6 21:05:09 2019 by
|
|
639
639
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
640
640
|
0.9.20 (ruby-2.5.1).
|
|
641
641
|
</div>
|
data/docs/Rudder/DSL/Group.html
CHANGED
|
@@ -723,7 +723,7 @@ is nil.</p>
|
|
|
723
723
|
</div>
|
|
724
724
|
|
|
725
725
|
<div id="footer">
|
|
726
|
-
Generated on
|
|
726
|
+
Generated on Wed Nov 6 21:05:08 2019 by
|
|
727
727
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
728
728
|
0.9.20 (ruby-2.5.1).
|
|
729
729
|
</div>
|
data/docs/Rudder/DSL/Job.html
CHANGED
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
</div>
|
|
478
478
|
|
|
479
479
|
<div id="footer">
|
|
480
|
-
Generated on
|
|
480
|
+
Generated on Wed Nov 6 21:05:08 2019 by
|
|
481
481
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
482
482
|
0.9.20 (ruby-2.5.1).
|
|
483
483
|
</div>
|