targit 2.5.0 → 2.5.1
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 +4 -4
- data/.github/workflows/build.yml +1 -1
- data/lib/targit/asset.rb +1 -1
- data/lib/targit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 773434cfd307287fdefc55f386b27ede3130365ea418d5c0caa5e1329c28495c
|
|
4
|
+
data.tar.gz: 83f687a80a5a228a9fe52b2e17ac612cdd2d50a00285ab988ad953b8ab709060
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d75383eaf914b25ed0fb7f4e2637ab56a7967adb3a9c8556705f15ca553591e38d31fa30b9772de4fb52acbda043c9afea298931114ca088d520774fbbefb959
|
|
7
|
+
data.tar.gz: d18b3dd43b6158656369ba8afafe67b3c2f170bbc03a6aee3058e15bd4cb5d3d1110b85895701d0fd97e903a7a27649d0f848a646754de6c2bfd2adfbfa3b64d
|
data/.github/workflows/build.yml
CHANGED
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
26
26
|
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
|
|
27
27
|
- name: Post to a Slack channel
|
|
28
28
|
if: ${{ failure() }}
|
|
29
|
-
uses: slackapi/slack-github-action@v1.
|
|
29
|
+
uses: slackapi/slack-github-action@v1.23.0
|
|
30
30
|
env:
|
|
31
31
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
32
32
|
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
data/lib/targit/asset.rb
CHANGED
|
@@ -25,7 +25,7 @@ module Targit
|
|
|
25
25
|
asset = client.upload_asset @release.data[:url], @asset, @upload_options
|
|
26
26
|
sleep 1
|
|
27
27
|
client.release_asset asset[:url]
|
|
28
|
-
rescue
|
|
28
|
+
rescue Faraday::ConnectionFailed
|
|
29
29
|
raise if retries.zero?
|
|
30
30
|
puts "Retrying upload for #{@asset}"
|
|
31
31
|
sleep 5
|
data/lib/targit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: targit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Les Aker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mercenary
|