souls 1.8.12 → 1.8.13

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: 6c1ba3aa74c5c645b4b967cd05f5a7c6b5b162a49da104325af8d97f0e9b47c2
4
- data.tar.gz: a8963851cfe5a371b6d32a33e0c0eb7ab432de32629c133e70780c87d240d9f3
3
+ metadata.gz: e8ff92925b8c92d38138539701be39b497a78752fcae8395fbc5c4975c011eaf
4
+ data.tar.gz: a2b901a382bc62498a3ae613a696503dd5c27eea7faa243b418b2cf18013e36c
5
5
  SHA512:
6
- metadata.gz: 230fb2d6dc29cfce296e74e98b84081de18aac2ab47a4252ffd0f795d508f897786455ce926cbd346638c1e0aa3cb128a833934ccf84513a36f5814fb4d81d2a
7
- data.tar.gz: 0b503f9f9a4d5c2966af65092a5e352a8b5250ef6cea7eae2b2c3e5664543efcbd9ac9631f63a08ca7f4cd7ef97dab5625ba2f901a50c619b53774e501e21918
6
+ metadata.gz: 5928d3c61c8304ad2a5abfa30c63d730ff5c48838fc040a59014949d49e6babc5717326d42f2648ebe3d287b614bdf295094526ecf136da4865bedd861f554c2
7
+ data.tar.gz: ff2a2fbe41b58720b533f1ede4910f55d92e5461846bd3ae0608e4b8dbba762ab55de7f28fef8951ccfa51cb0e5d133ae3514d1b3896b99fd12d1d597a9a372a
@@ -45,7 +45,7 @@ module Souls
45
45
 
46
46
  wf_info =
47
47
  workflows["workflow_runs"].filter_map do |wf|
48
- { wf["name"].to_sym => wf["id"] } if wf["state"] == "in_progress"
48
+ { wf["name"].to_sym => wf["id"] } if wf["status"] == "in_progress"
49
49
  end
50
50
 
51
51
  wf_id =
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.8.12".freeze
2
+ VERSION = "1.8.13".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.8.12
1
+ 1.8.13
@@ -1 +1 @@
1
- 1.8.12
1
+ 1.8.13
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.12
4
+ version: 1.8.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI