orcid_client 0.13.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4354519a439c8e60abd6a466b98a3d04f4599193dd05306dadabe97091a86654
4
- data.tar.gz: 311a1f42c5fcf63b1e873fb708f1c2d92c426ea5fb58436f8851dfab11d4ba62
3
+ metadata.gz: d0e359039d2e3f2886f59ae4f376ad1c171772450597d4da131ab8bfd388e977
4
+ data.tar.gz: 2e4082730d0f6ba3ab9dcb4fe980e3e61b2d80a8b4a249d7d1dc9ca18d9b7cc6
5
5
  SHA512:
6
- metadata.gz: be80414a4a1acadb831e044ae71ee6002342b6aa0994437d042cfd388335600313479bb69687ebc1439355add66074bfb45dc24797905be561765f1518476bf1
7
- data.tar.gz: 3d2c3a2c13fb767aa9fa7086e066669b9f9a5b6c3d33355bbafa3d7c08e2724481bd22f639208ad768fe51b1be9611ec92a92ceea345371ebf440fd2465341e6
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,11 +2,28 @@
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.12.0...HEAD)
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)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Update version [\#37](https://github.com/datacite/orcid_client/pull/37) ([ashwinisukale](https://github.com/ashwinisukale))
18
+
19
+ ## [0.13.0](https://github.com/datacite/orcid_client/tree/0.13.0) (2024-11-20)
20
+
21
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.12.0...0.13.0)
6
22
 
7
23
  **Closed issues:**
8
24
 
9
25
  - Remove slack notification from git action as its already broken [\#36](https://github.com/datacite/orcid_client/issues/36)
26
+ - Update bolognese gem version and release changes with new version [\#35](https://github.com/datacite/orcid_client/issues/35)
10
27
 
11
28
  **Merged pull requests:**
12
29
 
@@ -143,19 +160,19 @@
143
160
 
144
161
  ## [v.0.4.3](https://github.com/datacite/orcid_client/tree/v.0.4.3) (2018-12-12)
145
162
 
146
- [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.3)
163
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.3)
147
164
 
148
165
  **Merged pull requests:**
149
166
 
150
167
  - Chore update Bolognese [\#3](https://github.com/datacite/orcid_client/pull/3) ([kjgarza](https://github.com/kjgarza))
151
168
 
152
- ## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
169
+ ## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
153
170
 
154
- [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.2)
171
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.1)
155
172
 
156
- ## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
173
+ ## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
157
174
 
158
- [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.1)
175
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.2)
159
176
 
160
177
  ## [v.0.4](https://github.com/datacite/orcid_client/tree/v.0.4) (2018-04-11)
161
178
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orcid_client (0.13.0)
4
+ orcid_client (0.15.0)
5
5
  activesupport (>= 7, < 8)
6
6
  bolognese (~> 2.3)
7
7
  builder (~> 3.2, >= 3.2.2)
@@ -1,3 +1,3 @@
1
1
  module OrcidClient
2
- VERSION = "0.13.0"
2
+ VERSION = "0.15.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orcid_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner