souls 1.8.13 → 1.8.14

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: e8ff92925b8c92d38138539701be39b497a78752fcae8395fbc5c4975c011eaf
4
- data.tar.gz: a2b901a382bc62498a3ae613a696503dd5c27eea7faa243b418b2cf18013e36c
3
+ metadata.gz: c25448d046f3ccb7457b5245dac3c047b56627698a2ed9e54e1f452d93d92992
4
+ data.tar.gz: c8b352a0cdf9b48cb37909d9926f4c205fbc84099bd7b1c752edfeed21792c77
5
5
  SHA512:
6
- metadata.gz: 5928d3c61c8304ad2a5abfa30c63d730ff5c48838fc040a59014949d49e6babc5717326d42f2648ebe3d287b614bdf295094526ecf136da4865bedd861f554c2
7
- data.tar.gz: ff2a2fbe41b58720b533f1ede4910f55d92e5461846bd3ae0608e4b8dbba762ab55de7f28fef8951ccfa51cb0e5d133ae3514d1b3896b99fd12d1d597a9a372a
6
+ metadata.gz: d3a216a10aff587fdd18d4f9194720646429ee7d1e3fe79c2e3bd27cbdea057c8775105ea2768ff12b5069f81c2885a2f12a0993d0decd5bdff15aa448990adc
7
+ data.tar.gz: 9724256554c7f5a748d5d1ccf97cfb697e0fd3814c706d047d155b4a22bb7b45bf2ac1adf5ef94b7fb47db924bdcd84d3fcdc4fc4da390c4438497730d23be40
@@ -39,6 +39,9 @@ module Souls
39
39
  api_request = "gh api -X GET 'repos/#{split_url[2]}/actions/runs'"
40
40
  workflows = JSON.parse(`#{api_request}`)
41
41
 
42
+ puts(api_request)
43
+ puts(workflows)
44
+
42
45
  if workflows.nil? || !workflows.key?("workflow_runs")
43
46
  raise(CLIException, "Failed to parse JSON response from Github")
44
47
  end
@@ -48,6 +51,8 @@ module Souls
48
51
  { wf["name"].to_sym => wf["id"] } if wf["status"] == "in_progress"
49
52
  end
50
53
 
54
+ puts(wf_info)
55
+
51
56
  wf_id =
52
57
  case wf_info.size
53
58
  when 0
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.8.13".freeze
2
+ VERSION = "1.8.14".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.8.13
1
+ 1.8.14
@@ -1 +1 @@
1
- 1.8.13
1
+ 1.8.14
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.13
4
+ version: 1.8.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI