adyen-ruby-api-library 9.5.1 → 9.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/stale.yml +10 -3
- data/VERSION +1 -1
- data/lib/adyen/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: a054be61723ec2cceb6ef73a691ac834b40a7b6d3809d7785faf8fb090affef0
|
4
|
+
data.tar.gz: 84ca790f2c6f29eafbe1afc2a95a98444f112372398afec682b3a400c9f6f693
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5cfc550ed575bc005e88322fb093d63f3268f947da3d11753dcb1f6fc25173348cce194d861553a2bedf6638b7f79a774658e8e4969ce105212c74c23d6ab0c
|
7
|
+
data.tar.gz: b0ca0d56f66a15bb9c11a9cae045fae699e87b061d386dbc8171f4e52b3d2e561222d03904bb3ae95c1623fb885ad7477836665dcb7e3ca426554134b6e375f7
|
data/.github/workflows/stale.yml
CHANGED
@@ -12,8 +12,15 @@ jobs:
|
|
12
12
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13
13
|
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs.'
|
14
14
|
close-issue-message: 'This issue was closed due to inactivity. Please reopen if you still encounter this problem or have more information to add.'
|
15
|
-
|
16
|
-
days-before-
|
15
|
+
stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. Feel free to re-open if you plan to continue working on this pull request"
|
16
|
+
days-before-stale: -1
|
17
|
+
days-before-close: -1
|
18
|
+
days-before-issue-stale: 14
|
19
|
+
days-before-issue-close: 7
|
17
20
|
stale-issue-label: 'stale'
|
18
21
|
exempt-issue-labels: 'do not stale, needs response'
|
19
|
-
|
22
|
+
days-before-pr-stale: 365
|
23
|
+
days-before-pr-close: 30
|
24
|
+
exempt-pr-labels: 'do not stale'
|
25
|
+
only-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
|
26
|
+
remove-pr-stale-when-updated: true
|
data/VERSION
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
9.5.
|
1
|
+
9.5.2
|
2
2
|
|
data/lib/adyen/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adyen-ruby-api-library
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.5.
|
4
|
+
version: 9.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adyen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|