orcid_client 0.12.0 → 0.14.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/build.yml +0 -13
- data/CHANGELOG.md +24 -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: d00a5b01d73bb98b04d6ce2a79bb4997f0b99643ecb2aadd44184a42507be765
|
4
|
+
data.tar.gz: e2bf0d592c3514ad525800acda211f8e438160779276a89708dd1b7b4371b8cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5073f3fcdf35be4019b993a650cdd3fa7f4826ba9a07e5778dd0bedbc9c753ac9f3e0a586bf363ab03fbf3f1d1499139b19509352d2167e6ecd9db9ed4b0da35
|
7
|
+
data.tar.gz: b7bf18700d531198baefa8759395b436fd271b50046f12ab50c0c10352385fcd239d8ae178b479de8fa478a74ef8eaf378b2d61a9a4b15fdb85599dd5f319ce1
|
data/.github/workflows/build.yml
CHANGED
@@ -8,17 +8,4 @@ jobs:
|
|
8
8
|
test:
|
9
9
|
uses: ./.github/workflows/ci.yml
|
10
10
|
secrets: inherit
|
11
|
-
notify:
|
12
|
-
needs: test
|
13
|
-
runs-on: ubuntu-latest
|
14
|
-
env:
|
15
|
-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
16
|
-
steps:
|
17
|
-
- name: Notify Slack
|
18
|
-
uses: adamkdean/simple-slack-notify@1.0.4
|
19
|
-
with:
|
20
|
-
channel: '#ops'
|
21
|
-
username: 'GitHub Actions'
|
22
|
-
color: 'good'
|
23
|
-
text: 'A new version of the orcid_client gem has been built.'
|
24
11
|
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,30 @@
|
|
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.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)
|
14
|
+
|
15
|
+
**Closed issues:**
|
16
|
+
|
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)
|
19
|
+
|
20
|
+
**Merged pull requests:**
|
21
|
+
|
22
|
+
- Update version number [\#34](https://github.com/datacite/orcid_client/pull/34) ([ashwinisukale](https://github.com/ashwinisukale))
|
23
|
+
- Remove notify slack [\#33](https://github.com/datacite/orcid_client/pull/33) ([ashwinisukale](https://github.com/ashwinisukale))
|
24
|
+
- Update latest bolognese gem version [\#32](https://github.com/datacite/orcid_client/pull/32) ([ashwinisukale](https://github.com/ashwinisukale))
|
25
|
+
|
26
|
+
## [0.12.0](https://github.com/datacite/orcid_client/tree/0.12.0) (2024-04-25)
|
27
|
+
|
28
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.11.0...0.12.0)
|
6
29
|
|
7
30
|
**Closed issues:**
|
8
31
|
|
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.14.0)
|
5
5
|
activesupport (>= 7, < 8)
|
6
|
-
bolognese (~> 2.
|
6
|
+
bolognese (~> 2.3)
|
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.
|
34
|
+
bolognese (2.3.0)
|
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.
|
23
|
+
s.add_dependency 'bolognese', '~> 2.3'
|
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.14.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
|
+
date: 2024-11-20 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: '2.
|
39
|
+
version: '2.3'
|
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: '2.
|
46
|
+
version: '2.3'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: builder
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|