buildkite-builder 4.2.4 → 4.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37ac678a8fff2b5fe3ea556532ef7d7c39fe4830d80dd47b1fbd923879594117
4
- data.tar.gz: 4332c1ff51fc79786db0b665e4b62aef77293a00508dae613d5a2bbdcc91808d
3
+ metadata.gz: b5dd3fd038d03857cd071cc0965ddfd42dfe609e177473dfaa66ff5c0bcf0b29
4
+ data.tar.gz: 328240a324e0282e812e60b8d39aa54c1ace83df2a922982a7ad955676ed7307
5
5
  SHA512:
6
- metadata.gz: 70f7f8e01a7d04b65f0a1bf3432011c8cc5192a183ac35a3ebf80e689d5decd0842a00be2994eeb60585d0bbcfc37bc6b346b8ddc2896a01fdaf1c0ef119e63c
7
- data.tar.gz: 10a8b7871413cbbd4d00b84dd7106adb0e78253cbc410a80f78d6cb76ce68f2513c91a0cb7405db33457580a8ba6e60810ff69b32306a269b14d6766759e2bfd
6
+ metadata.gz: f48b73fce895f07de3452a6f90c12d1935aeeae5e3dd517a0ac39499326bd9b0c9faa778bd40378db1e4f792650314787dc8bfb93dfd4a012c8aa5a3fa5471b3
7
+ data.tar.gz: 94da769c2a6d141ccd955f8575c3b6ca970831038ae0102e161348c7edfc2805089372bea204ffff078a7ab8010bea7404be8376a2cef3262fe4928d5d2e6c32
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 4.2.5
2
+ * Add `skip` attributes to Block and Input steps.
3
+
1
4
  ### 4.2.4
2
5
  * Add more group step attributes as listed in https://buildkite.com/docs/pipelines/group-step#group-step-attributes
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.2.4
1
+ 4.2.5
@@ -9,6 +9,7 @@ module Buildkite
9
9
  attribute :block
10
10
  attribute :key
11
11
  attribute :prompt
12
+ attribute :skip
12
13
  attribute :if, as: :condition
13
14
  attribute :depends_on, append: true
14
15
  attribute :allow_dependency_failure
@@ -9,6 +9,7 @@ module Buildkite
9
9
  attribute :input
10
10
  attribute :key
11
11
  attribute :prompt
12
+ attribute :skip
12
13
  attribute :if, as: :condition
13
14
  attribute :depends_on, append: true
14
15
  attribute :allow_dependency_failure
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildkite-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.4
4
+ version: 4.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ngan Pham
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-08-09 00:00:00.000000000 Z
12
+ date: 2023-09-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rainbow
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  - !ruby/object:Gem::Version
175
175
  version: '0'
176
176
  requirements: []
177
- rubygems_version: 3.3.13
177
+ rubygems_version: 3.3.26
178
178
  signing_key:
179
179
  specification_version: 4
180
180
  summary: A gem for programmatically creating Buildkite pipelines.