orcid_client 0.12.0 → 0.13.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: 7673ae542db9be69e1918c248d3cc22bd266aada403f4edd41ee95f9666faf94
4
- data.tar.gz: 21b5303906938b1d9c6178d24c95e58cb30017a46dfbade53104c1faa76ebc50
3
+ metadata.gz: 4354519a439c8e60abd6a466b98a3d04f4599193dd05306dadabe97091a86654
4
+ data.tar.gz: 311a1f42c5fcf63b1e873fb708f1c2d92c426ea5fb58436f8851dfab11d4ba62
5
5
  SHA512:
6
- metadata.gz: fd31d7aa83c744e8c507be4a588509986ba2304ecbfacef01d071356f92ef886c30e9a046e6b130c44fbb67e5010a118284231e48ad82b6be72009c3d3906bd9
7
- data.tar.gz: e26a0ecee6b25c1190636cd92015f4dcaa00840696564d6117263b10e3b4a75c78de4566089ef8abfc76b7ffa484620286eefc286d770f7e891c96109b490bc1
6
+ metadata.gz: be80414a4a1acadb831e044ae71ee6002342b6aa0994437d042cfd388335600313479bb69687ebc1439355add66074bfb45dc24797905be561765f1518476bf1
7
+ data.tar.gz: 3d2c3a2c13fb767aa9fa7086e066669b9f9a5b6c3d33355bbafa3d7c08e2724481bd22f639208ad768fe51b1be9611ec92a92ceea345371ebf440fd2465341e6
@@ -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,21 @@
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.11.0...HEAD)
5
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.12.0...HEAD)
6
+
7
+ **Closed issues:**
8
+
9
+ - Remove slack notification from git action as its already broken [\#36](https://github.com/datacite/orcid_client/issues/36)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Update version number [\#34](https://github.com/datacite/orcid_client/pull/34) ([ashwinisukale](https://github.com/ashwinisukale))
14
+ - Remove notify slack [\#33](https://github.com/datacite/orcid_client/pull/33) ([ashwinisukale](https://github.com/ashwinisukale))
15
+ - Update latest bolognese gem version [\#32](https://github.com/datacite/orcid_client/pull/32) ([ashwinisukale](https://github.com/ashwinisukale))
16
+
17
+ ## [0.12.0](https://github.com/datacite/orcid_client/tree/0.12.0) (2024-04-25)
18
+
19
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.11.0...0.12.0)
6
20
 
7
21
  **Closed issues:**
8
22
 
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orcid_client (0.12.0)
4
+ orcid_client (0.13.0)
5
5
  activesupport (>= 7, < 8)
6
- bolognese (~> 2.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.2.0)
34
+ bolognese (2.3.0)
35
35
  activesupport (>= 4.2.5)
36
36
  benchmark_methods (~> 0.7)
37
37
  bibtex-ruby (>= 5.1.0)
@@ -1,3 +1,3 @@
1
1
  module OrcidClient
2
- VERSION = "0.12.0"
2
+ VERSION = "0.13.0"
3
3
  end
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.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.12.0
4
+ version: 0.13.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-04-25 00:00:00.000000000 Z
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.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.2'
46
+ version: '2.3'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: builder
49
49
  requirement: !ruby/object:Gem::Requirement