orcid_client 0.13.0 → 0.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4354519a439c8e60abd6a466b98a3d04f4599193dd05306dadabe97091a86654
4
- data.tar.gz: 311a1f42c5fcf63b1e873fb708f1c2d92c426ea5fb58436f8851dfab11d4ba62
3
+ metadata.gz: d00a5b01d73bb98b04d6ce2a79bb4997f0b99643ecb2aadd44184a42507be765
4
+ data.tar.gz: e2bf0d592c3514ad525800acda211f8e438160779276a89708dd1b7b4371b8cc
5
5
  SHA512:
6
- metadata.gz: be80414a4a1acadb831e044ae71ee6002342b6aa0994437d042cfd388335600313479bb69687ebc1439355add66074bfb45dc24797905be561765f1518476bf1
7
- data.tar.gz: 3d2c3a2c13fb767aa9fa7086e066669b9f9a5b6c3d33355bbafa3d7c08e2724481bd22f639208ad768fe51b1be9611ec92a92ceea345371ebf440fd2465341e6
6
+ metadata.gz: 5073f3fcdf35be4019b993a650cdd3fa7f4826ba9a07e5778dd0bedbc9c753ac9f3e0a586bf363ab03fbf3f1d1499139b19509352d2167e6ecd9db9ed4b0da35
7
+ data.tar.gz: b7bf18700d531198baefa8759395b436fd271b50046f12ab50c0c10352385fcd239d8ae178b479de8fa478a74ef8eaf378b2d61a9a4b15fdb85599dd5f319ce1
data/CHANGELOG.md CHANGED
@@ -2,11 +2,20 @@
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.13.0...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Update version [\#37](https://github.com/datacite/orcid_client/pull/37) ([ashwinisukale](https://github.com/ashwinisukale))
10
+
11
+ ## [0.13.0](https://github.com/datacite/orcid_client/tree/0.13.0) (2024-11-20)
12
+
13
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.12.0...0.13.0)
6
14
 
7
15
  **Closed issues:**
8
16
 
9
17
  - Remove slack notification from git action as its already broken [\#36](https://github.com/datacite/orcid_client/issues/36)
18
+ - Update bolognese gem version and release changes with new version [\#35](https://github.com/datacite/orcid_client/issues/35)
10
19
 
11
20
  **Merged pull requests:**
12
21
 
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.14.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.14.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.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner