orcid_client 0.14.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: d00a5b01d73bb98b04d6ce2a79bb4997f0b99643ecb2aadd44184a42507be765
4
- data.tar.gz: e2bf0d592c3514ad525800acda211f8e438160779276a89708dd1b7b4371b8cc
3
+ metadata.gz: d0e359039d2e3f2886f59ae4f376ad1c171772450597d4da131ab8bfd388e977
4
+ data.tar.gz: 2e4082730d0f6ba3ab9dcb4fe980e3e61b2d80a8b4a249d7d1dc9ca18d9b7cc6
5
5
  SHA512:
6
- metadata.gz: 5073f3fcdf35be4019b993a650cdd3fa7f4826ba9a07e5778dd0bedbc9c753ac9f3e0a586bf363ab03fbf3f1d1499139b19509352d2167e6ecd9db9ed4b0da35
7
- data.tar.gz: b7bf18700d531198baefa8759395b436fd271b50046f12ab50c0c10352385fcd239d8ae178b479de8fa478a74ef8eaf378b2d61a9a4b15fdb85599dd5f319ce1
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.13.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)
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.2...v.0.4.3)
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.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)
162
170
 
163
- [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)
164
172
 
165
- ## [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)
166
174
 
167
- [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)
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orcid_client (0.14.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.14.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.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner