adyen-ruby-api-library 9.5.0 → 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/label_new_issues.yml +15 -0
- data/.github/workflows/stale.yml +26 -0
- data/VERSION +1 -1
- data/lib/adyen/version.rb +1 -1
- metadata +5 -3
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
|
@@ -0,0 +1,15 @@
|
|
1
|
+
name: Label New Issues
|
2
|
+
on:
|
3
|
+
issues:
|
4
|
+
types: [opened]
|
5
|
+
|
6
|
+
jobs:
|
7
|
+
add-label:
|
8
|
+
runs-on: ubuntu-latest
|
9
|
+
steps:
|
10
|
+
- name: Add 'needs response' label to new issues
|
11
|
+
uses: actions-ecosystem/action-add-labels@v1
|
12
|
+
with:
|
13
|
+
github_token: ${{ secrets.GITHUB_TOKEN }}
|
14
|
+
labels: 'needs response'
|
15
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
name: Close Stale Issues
|
2
|
+
on:
|
3
|
+
schedule:
|
4
|
+
- cron: '30 8 * * *'
|
5
|
+
|
6
|
+
jobs:
|
7
|
+
stale:
|
8
|
+
runs-on: ubuntu-latest
|
9
|
+
steps:
|
10
|
+
- uses: actions/stale@v9
|
11
|
+
with:
|
12
|
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
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
|
+
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
|
+
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
|
20
|
+
stale-issue-label: 'stale'
|
21
|
+
exempt-issue-labels: 'do not stale, needs response'
|
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-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -83,9 +83,11 @@ files:
|
|
83
83
|
- ".github/PULL_REQUEST_TEMPLATE.md"
|
84
84
|
- ".github/release.yml"
|
85
85
|
- ".github/workflows/codeql.yml"
|
86
|
+
- ".github/workflows/label_new_issues.yml"
|
86
87
|
- ".github/workflows/release.yml"
|
87
88
|
- ".github/workflows/ruby.yml"
|
88
89
|
- ".github/workflows/rubygems_release.yml"
|
90
|
+
- ".github/workflows/stale.yml"
|
89
91
|
- ".gitignore"
|
90
92
|
- ".rubocop.yml"
|
91
93
|
- CODE_OF_CONDUCT.md
|
@@ -445,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
445
447
|
- !ruby/object:Gem::Version
|
446
448
|
version: '0'
|
447
449
|
requirements: []
|
448
|
-
rubygems_version: 3.5.
|
450
|
+
rubygems_version: 3.5.11
|
449
451
|
signing_key:
|
450
452
|
specification_version: 4
|
451
453
|
summary: Official Adyen Ruby API Library
|