Skip to content

Commit e5bba87

Browse files
authored
Merge branch 'master' into dependabot/bundler/loofah-2.19.1
2 parents 10282b6 + 12e4681 commit e5bba87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+8388
-239
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,4 @@ jobs:
88
test:
99
uses: ./.github/workflows/ci.yml
1010
secrets: inherit
11-
notify:
12-
needs: test
13-
runs-on: ubuntu-latest
14-
env:
15-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
16-
steps:
17-
- name: Notify Slack
18-
uses: adamkdean/simple-slack-notify@1.0.4
19-
with:
20-
channel: '#ops'
21-
username: 'GitHub Actions'
22-
color: 'good'
23-
text: 'A new version of the orcid_client gem has been built.'
2411

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby: ["2.6", "2.7", "3.0", "3.1"]
12+
ruby: ["3.2", "3.3", "3.4", "4.0"]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Ruby 2.6
17+
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: "2.6"
20+
ruby-version: "4.0.1"
2121

2222
- name: Build
2323
run: |
@@ -34,10 +34,3 @@ jobs:
3434
env:
3535
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
3636

37-
- name: Notify Slack
38-
uses: adamkdean/simple-slack-notify@1.0.4
39-
with:
40-
channel: '#ops'
41-
username: 'GitHub Actions'
42-
color: 'good'
43-
text: 'A new version of the orcid_client gem has been released.'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ coverage/
4040
.env.*
4141
!.env.example
4242
!.env.travis
43+
.ruby-version

CHANGELOG.md

Lines changed: 99 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,103 @@
22

33
## [Unreleased](https://github.com/datacite/orcid_client/tree/HEAD)
44

5-
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.9.8...HEAD)
5+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.17.1...HEAD)
66

77
**Merged pull requests:**
88

9+
- upgrade ruby to 4.x [\#43](https://github.com/datacite/orcid_client/pull/43) ([kaysiz](https://github.com/kaysiz))
10+
11+
## [0.17.1](https://github.com/datacite/orcid_client/tree/0.17.1) (2026-02-20)
12+
13+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.17.0...0.17.1)
14+
15+
**Merged pull requests:**
16+
17+
- Forgot to update the gem version. [\#42](https://github.com/datacite/orcid_client/pull/42) ([svogt0511](https://github.com/svogt0511))
18+
19+
## [0.17.0](https://github.com/datacite/orcid_client/tree/0.17.0) (2026-02-20)
20+
21+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.16.0...0.17.0)
22+
23+
**Merged pull requests:**
24+
25+
- Metadata 4.7 updates for orcid\_client [\#41](https://github.com/datacite/orcid_client/pull/41) ([svogt0511](https://github.com/svogt0511))
26+
27+
## [0.16.0](https://github.com/datacite/orcid_client/tree/0.16.0) (2024-11-21)
28+
29+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.15.0...0.16.0)
30+
31+
**Merged pull requests:**
32+
33+
- Bolognese update [\#39](https://github.com/datacite/orcid_client/pull/39) ([ashwinisukale](https://github.com/ashwinisukale))
34+
35+
## [0.15.0](https://github.com/datacite/orcid_client/tree/0.15.0) (2024-11-20)
36+
37+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.14.0...0.15.0)
38+
39+
**Merged pull requests:**
40+
41+
- Remove slack notification from release [\#38](https://github.com/datacite/orcid_client/pull/38) ([ashwinisukale](https://github.com/ashwinisukale))
42+
43+
## [0.14.0](https://github.com/datacite/orcid_client/tree/0.14.0) (2024-11-20)
44+
45+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.13.0...0.14.0)
46+
47+
**Merged pull requests:**
48+
49+
- Update version [\#37](https://github.com/datacite/orcid_client/pull/37) ([ashwinisukale](https://github.com/ashwinisukale))
50+
51+
## [0.13.0](https://github.com/datacite/orcid_client/tree/0.13.0) (2024-11-20)
52+
53+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.12.0...0.13.0)
54+
55+
**Closed issues:**
56+
57+
- Remove slack notification from git action as its already broken [\#36](https://github.com/datacite/orcid_client/issues/36)
58+
- Update bolognese gem version and release changes with new version [\#35](https://github.com/datacite/orcid_client/issues/35)
59+
60+
**Merged pull requests:**
61+
62+
- Update version number [\#34](https://github.com/datacite/orcid_client/pull/34) ([ashwinisukale](https://github.com/ashwinisukale))
63+
- Remove notify slack [\#33](https://github.com/datacite/orcid_client/pull/33) ([ashwinisukale](https://github.com/ashwinisukale))
64+
- Update latest bolognese gem version [\#32](https://github.com/datacite/orcid_client/pull/32) ([ashwinisukale](https://github.com/ashwinisukale))
65+
66+
## [0.12.0](https://github.com/datacite/orcid_client/tree/0.12.0) (2024-04-25)
67+
68+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.11.0...0.12.0)
69+
70+
**Closed issues:**
71+
72+
- Add Rails 7.x support [\#30](https://github.com/datacite/orcid_client/issues/30)
73+
74+
**Merged pull requests:**
75+
76+
- upgrade to support activesupport 7 [\#31](https://github.com/datacite/orcid_client/pull/31) ([wendelfabianchinsamy](https://github.com/wendelfabianchinsamy))
77+
78+
## [0.11.0](https://github.com/datacite/orcid_client/tree/0.11.0) (2024-04-05)
79+
80+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.10.1...0.11.0)
81+
82+
**Merged pull requests:**
83+
84+
- Upgrade activesupport [\#29](https://github.com/datacite/orcid_client/pull/29) ([richardhallett](https://github.com/richardhallett))
85+
86+
## [0.10.1](https://github.com/datacite/orcid_client/tree/0.10.1) (2024-01-10)
87+
88+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.10.0...0.10.1)
89+
90+
**Merged pull requests:**
91+
92+
- Update bolognese gem. [\#28](https://github.com/datacite/orcid_client/pull/28) ([svogt0511](https://github.com/svogt0511))
93+
94+
## [0.10.0](https://github.com/datacite/orcid_client/tree/0.10.0) (2024-01-05)
95+
96+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.9.8...0.10.0)
97+
98+
**Merged pull requests:**
99+
100+
- Version update [\#27](https://github.com/datacite/orcid_client/pull/27) ([codycooperross](https://github.com/codycooperross))
101+
- Work type mapping updates [\#26](https://github.com/datacite/orcid_client/pull/26) ([codycooperross](https://github.com/codycooperross))
9102
- Update Dependencies [\#20](https://github.com/datacite/orcid_client/pull/20) ([jrhoads](https://github.com/jrhoads))
10103
- Update Github Actions [\#19](https://github.com/datacite/orcid_client/pull/19) ([jrhoads](https://github.com/jrhoads))
11104

@@ -99,19 +192,19 @@
99192

100193
## [v.0.4.3](https://github.com/datacite/orcid_client/tree/v.0.4.3) (2018-12-12)
101194

102-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.3)
195+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.3)
103196

104197
**Merged pull requests:**
105198

106199
- Chore update Bolognese [\#3](https://github.com/datacite/orcid_client/pull/3) ([kjgarza](https://github.com/kjgarza))
107200

108-
## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
201+
## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
109202

110-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.1)
203+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.2)
111204

112-
## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
205+
## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
113206

114-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.2)
207+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.1)
115208

116209
## [v.0.4](https://github.com/datacite/orcid_client/tree/v.0.4) (2018-04-11)
117210

0 commit comments

Comments
 (0)