orcid_client 0.14.0 → 0.15.0
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/release.yml +0 -7
- data/CHANGELOG.md +14 -6
- data/Gemfile.lock +1 -1
- data/lib/orcid_client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0e359039d2e3f2886f59ae4f376ad1c171772450597d4da131ab8bfd388e977
|
|
4
|
+
data.tar.gz: 2e4082730d0f6ba3ab9dcb4fe980e3e61b2d80a8b4a249d7d1dc9ca18d9b7cc6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c97f2f64e128d3c30eaaa166250c434f3fd2397de6843af8b8456a846b19bd553f55d3705452c3cd41a95a3fe01a34a6c6b4647257968e98e96d279535d1481a
|
|
7
|
+
data.tar.gz: 04b9cee272a1f77141a6767f0a85df55ca2b679b11c92c2ad71df241f6e7da1abb36baa9b411cfda43a544fc279873f06ccfd044f030d38296bfbf604093c36c
|
|
@@ -34,10 +34,3 @@ jobs:
|
|
|
34
34
|
env:
|
|
35
35
|
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
|
|
36
36
|
|
|
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.'
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased](https://github.com/datacite/orcid_client/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.
|
|
5
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.14.0...HEAD)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Remove slack notification from release [\#38](https://github.com/datacite/orcid_client/pull/38) ([ashwinisukale](https://github.com/ashwinisukale))
|
|
10
|
+
|
|
11
|
+
## [0.14.0](https://github.com/datacite/orcid_client/tree/0.14.0) (2024-11-20)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.13.0...0.14.0)
|
|
6
14
|
|
|
7
15
|
**Merged pull requests:**
|
|
8
16
|
|
|
@@ -152,19 +160,19 @@
|
|
|
152
160
|
|
|
153
161
|
## [v.0.4.3](https://github.com/datacite/orcid_client/tree/v.0.4.3) (2018-12-12)
|
|
154
162
|
|
|
155
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.
|
|
163
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.3)
|
|
156
164
|
|
|
157
165
|
**Merged pull requests:**
|
|
158
166
|
|
|
159
167
|
- Chore update Bolognese [\#3](https://github.com/datacite/orcid_client/pull/3) ([kjgarza](https://github.com/kjgarza))
|
|
160
168
|
|
|
161
|
-
## [v.0.4.
|
|
169
|
+
## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
|
|
162
170
|
|
|
163
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.
|
|
171
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.1)
|
|
164
172
|
|
|
165
|
-
## [v.0.4.
|
|
173
|
+
## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
|
|
166
174
|
|
|
167
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.
|
|
175
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.2)
|
|
168
176
|
|
|
169
177
|
## [v.0.4](https://github.com/datacite/orcid_client/tree/v.0.4) (2018-04-11)
|
|
170
178
|
|
data/Gemfile.lock
CHANGED
data/lib/orcid_client/version.rb
CHANGED