ci_toolkit 1.5.23 → 1.5.24

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: daf8706f40db455565b6b237d4dfcf563239516fdff0cdc79ccc109923f42f5c
4
- data.tar.gz: 9c042f0747d5ca6cfbaae07d728275555d7491e211e2c81e13c962b4b352bfb8
3
+ metadata.gz: dd562f4fd521be367616dd224494af02a37431c7a2e7ad04cfdb3e021b64456f
4
+ data.tar.gz: a51db4bc721f309482748d1852387abcec89aec95745607d726ca0834f85c678
5
5
  SHA512:
6
- metadata.gz: 708160a8dbfbbb60740a98225b53c2935f01e5db6ae94b91c091b0f18ccda14c080626c1260299cde74005b2ea366b548c6dd08b14314d58ba964b98f0f2e9a2
7
- data.tar.gz: 71721b7bab9067e2a3ba7bb4751481e2093a9b47abeb7a135c5371f84ff1ea95b414ae9437e3409ccd93a0db8fd5b02b1cde72863577bb92f3acea4baa393d99
6
+ metadata.gz: cdd2864b3d4a3958c141edb99f70616589fbe3fa04140aa80ab01348ca750dfcf5300216355c05f9d21593f4467dec9d7be32d49098ef33452337ce4e597323f
7
+ data.tar.gz: 74fbcf1d6572a201d4f46f73113b155d5de74710b2fb7151d7580ba6bc137b635e1dff90f061e5c9471c75b2cf1a4e318c23ad1c860e7c5aade894c30815769e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ci_toolkit (1.5.23)
4
+ ci_toolkit (1.5.24)
5
5
  faraday
6
6
  faraday-multipart
7
7
  faraday_middleware
data/ci_toolkit.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "ci_toolkit"
5
- spec.version = "1.5.23"
5
+ spec.version = "1.5.24"
6
6
  spec.authors = ["Gero Keller"]
7
7
  spec.email = ["gero.f.keller@gmail.com"]
8
8
 
@@ -14,8 +14,7 @@ module CiToolkit
14
14
  @env = env
15
15
  end
16
16
 
17
- def start(num_builds)
18
- state = CiToolkit::DvcsPrUtil.status_state_pending
17
+ def start(num_builds, state = "pending")
19
18
  target_url = @env.app_url
20
19
  desc = "Finished building 0/#{num_builds}"
21
20
  if num_builds.zero?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.23
4
+ version: 1.5.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gero Keller
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-24 00:00:00.000000000 Z
11
+ date: 2023-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday