souls 1.8.14 → 1.8.15

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: c25448d046f3ccb7457b5245dac3c047b56627698a2ed9e54e1f452d93d92992
4
- data.tar.gz: c8b352a0cdf9b48cb37909d9926f4c205fbc84099bd7b1c752edfeed21792c77
3
+ metadata.gz: 32745af9b5a52413990e7877b58dc195c0a6477027456e0e1054f67460e0e228
4
+ data.tar.gz: e09028d257f4837aa3e2161ed5dde29b44fa56f3d3d4392731410c1fbcbeb96c
5
5
  SHA512:
6
- metadata.gz: d3a216a10aff587fdd18d4f9194720646429ee7d1e3fe79c2e3bd27cbdea057c8775105ea2768ff12b5069f81c2885a2f12a0993d0decd5bdff15aa448990adc
7
- data.tar.gz: 9724256554c7f5a748d5d1ccf97cfb697e0fd3814c706d047d155b4a22bb7b45bf2ac1adf5ef94b7fb47db924bdcd84d3fcdc4fc4da390c4438497730d23be40
6
+ metadata.gz: d4e27c8d6a3da3c2e90176ee859964213ac34d23da244bf24429b7d842558e609cb86b65506b1ed3590c9c6c6cd3e313f24eb5e8ee9e2eaea87fbcef99a2bf53
7
+ data.tar.gz: 3a7f47c761f6a5627375a723e95a00de9461f6023600dd0228a17041d6f92fecdf3b779ec2a2ad4d0119fbf1dfdf16df586ab0638ecbc2d0c6ab63675ecae746
@@ -39,9 +39,6 @@ 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
-
45
42
  if workflows.nil? || !workflows.key?("workflow_runs")
46
43
  raise(CLIException, "Failed to parse JSON response from Github")
47
44
  end
@@ -51,8 +48,6 @@ module Souls
51
48
  { wf["name"].to_sym => wf["id"] } if wf["status"] == "in_progress"
52
49
  end
53
50
 
54
- puts(wf_info)
55
-
56
51
  wf_id =
57
52
  case wf_info.size
58
53
  when 0
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.8.14".freeze
2
+ VERSION = "1.8.15".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.8.14
1
+ 1.8.15
@@ -1 +1 @@
1
- 1.8.14
1
+ 1.8.15
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.14
4
+ version: 1.8.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI