orcid_client 0.14.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +0 -7
- data/CHANGELOG.md +22 -6
- 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
|
@@ -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,23 @@
|
|
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)
|
14
|
+
|
15
|
+
**Merged pull requests:**
|
16
|
+
|
17
|
+
- Remove slack notification from release [\#38](https://github.com/datacite/orcid_client/pull/38) ([ashwinisukale](https://github.com/ashwinisukale))
|
18
|
+
|
19
|
+
## [0.14.0](https://github.com/datacite/orcid_client/tree/0.14.0) (2024-11-20)
|
20
|
+
|
21
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.13.0...0.14.0)
|
6
22
|
|
7
23
|
**Merged pull requests:**
|
8
24
|
|
@@ -152,19 +168,19 @@
|
|
152
168
|
|
153
169
|
## [v.0.4.3](https://github.com/datacite/orcid_client/tree/v.0.4.3) (2018-12-12)
|
154
170
|
|
155
|
-
[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.1...v.0.4.3)
|
156
172
|
|
157
173
|
**Merged pull requests:**
|
158
174
|
|
159
175
|
- Chore update Bolognese [\#3](https://github.com/datacite/orcid_client/pull/3) ([kjgarza](https://github.com/kjgarza))
|
160
176
|
|
161
|
-
## [v.0.4.
|
177
|
+
## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
|
162
178
|
|
163
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.
|
179
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.1)
|
164
180
|
|
165
|
-
## [v.0.4.
|
181
|
+
## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
|
166
182
|
|
167
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.
|
183
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.2)
|
168
184
|
|
169
185
|
## [v.0.4](https://github.com/datacite/orcid_client/tree/v.0.4) (2018-04-11)
|
170
186
|
|
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
|