orcid_client 0.15.0 → 0.16.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/CHANGELOG.md +9 -1
- data/Gemfile.lock +3 -3
- data/lib/orcid_client/version.rb +1 -1
- data/orcid_client.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0af6512bf2f31319822a42bfa51c71846b36202b845bb90271179b95512ad439
|
|
4
|
+
data.tar.gz: b91422a8ea18f367efdfc3f0539301600e1c5c6db67f75aa01424e1ebaefcd90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d10d9d310fb20fa5d5f07b1a5c5d732b15898fc00ba2ea54334a2d5114533496551cb2a855700ce44d8f8d2c37136d7d9c963debbc584589ce794783b39ce5a0
|
|
7
|
+
data.tar.gz: 6d4c1c80289037d9bda5ff755a3dbdcbd1bcd654c6f5816e90867402fe47ca65e04c21960819d85b750ef6da9f3e24616b35439417880c5e76a0ccb2f86c41d8
|
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.15.0...HEAD)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Bolognese update [\#39](https://github.com/datacite/orcid_client/pull/39) ([ashwinisukale](https://github.com/ashwinisukale))
|
|
10
|
+
|
|
11
|
+
## [0.15.0](https://github.com/datacite/orcid_client/tree/0.15.0) (2024-11-20)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.14.0...0.15.0)
|
|
6
14
|
|
|
7
15
|
**Merged pull requests:**
|
|
8
16
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
orcid_client (0.
|
|
4
|
+
orcid_client (0.16.0)
|
|
5
5
|
activesupport (>= 7, < 8)
|
|
6
|
-
bolognese (~> 2.3)
|
|
6
|
+
bolognese (~> 2.3.2)
|
|
7
7
|
builder (~> 3.2, >= 3.2.2)
|
|
8
8
|
dotenv (~> 2.1, >= 2.1.1)
|
|
9
9
|
maremma (>= 5.0)
|
|
@@ -31,7 +31,7 @@ GEM
|
|
|
31
31
|
bibtex-ruby (6.0.0)
|
|
32
32
|
latex-decode (~> 0.0)
|
|
33
33
|
bigdecimal (3.1.7)
|
|
34
|
-
bolognese (2.3.
|
|
34
|
+
bolognese (2.3.2)
|
|
35
35
|
activesupport (>= 4.2.5)
|
|
36
36
|
benchmark_methods (~> 0.7)
|
|
37
37
|
bibtex-ruby (>= 5.1.0)
|
data/lib/orcid_client/version.rb
CHANGED
data/orcid_client.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
|
|
21
21
|
# Declary dependencies here, rather than in the Gemfile
|
|
22
22
|
s.add_dependency 'activesupport', '>= 7', '< 8'
|
|
23
|
-
s.add_dependency 'bolognese', '~> 2.3'
|
|
23
|
+
s.add_dependency 'bolognese', '~> 2.3.2'
|
|
24
24
|
s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
|
|
25
25
|
s.add_dependency 'dotenv', '~> 2.1', '>= 2.1.1'
|
|
26
26
|
s.add_dependency 'maremma', '>= 5.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: orcid_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Fenner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
39
|
+
version: 2.3.2
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version:
|
|
46
|
+
version: 2.3.2
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: builder
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|