orcid_client 0.9.6 → 0.9.7

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: 1bbdf8d446414570ce790541a828928b293809228e29c99bd718f00c8c9579a7
4
- data.tar.gz: 6aac2bd78fc890f7f5e5fb9bd0e8e3accecabdcf280bbfc4229865615d44c195
3
+ metadata.gz: '099e1ee3ef67b83221f3f8b666e68b9cac86aea1cd45595ece7153cd70343229'
4
+ data.tar.gz: 96314f400206610f800157e0bfa48d51fa745c4e6cf93297f44f4a525767d106
5
5
  SHA512:
6
- metadata.gz: e3a2a8be09010c7e22f0bb48bc6bcbab495ceed815e261a86e3b96debe24d45ba6b66627e632ff99595f378f94a83ff6599180ba71615de194509f380600dd32
7
- data.tar.gz: a5699d857d001c9d2e5f840e8d00084ef1b21d859fb5f384251f66058a768ca8fb91ff21c043a87b4091881340e9bc001249f7b073c7955b9fd667f150518b12
6
+ metadata.gz: fdfacd654a0b413ae1322290cf7e55df88cf1b9ba99c254f9b73c14680657109a65b629bfdd912c03a236dceca0b39c768b00d60dc32df8c1e6000abbf90b5ef
7
+ data.tar.gz: ed9a9d061a9a950b72902f07acc6a9b5ad4e34d7af229f3d437daa77d47f6f436010a75eda21e115c1e997d79a4a9d1dc8cc6c586010643aa4bab08325bf10a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.7](https://github.com/datacite/orcid_client/tree/0.9.7) (2021-10-08)
4
+
5
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.9.6...0.9.7)
6
+
7
+ ## [0.9.6](https://github.com/datacite/orcid_client/tree/0.9.6) (2021-10-01)
8
+
9
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.9.5.1...0.9.6)
10
+
3
11
  ## [0.9.5.1](https://github.com/datacite/orcid_client/tree/0.9.5.1) (2021-09-29)
4
12
 
5
13
  [Full Changelog](https://github.com/datacite/orcid_client/compare/0.9.5...0.9.5.1)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orcid_client (0.9.6)
4
+ orcid_client (0.9.7)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  bolognese (~> 1.3, >= 1.9.8)
7
7
  builder (~> 3.2, >= 3.2.2)
@@ -18,9 +18,9 @@ GEM
18
18
  i18n (>= 0.7, < 2)
19
19
  minitest (~> 5.1)
20
20
  tzinfo (~> 1.1)
21
- addressable (2.7.0)
21
+ addressable (2.8.0)
22
22
  public_suffix (>= 2.0.2, < 5.0)
23
- amazing_print (1.3.0)
23
+ amazing_print (1.4.0)
24
24
  benchmark_methods (0.7)
25
25
  bibtex-ruby (6.0.0)
26
26
  latex-decode (~> 0.0)
@@ -134,7 +134,7 @@ GEM
134
134
  nokogiri (1.11.7)
135
135
  mini_portile2 (~> 2.5.0)
136
136
  racc (~> 1.4)
137
- oj (3.13.8)
137
+ oj (3.13.9)
138
138
  oj_mimic_json (1.0.1)
139
139
  optimist (3.0.1)
140
140
  postrank-uri (1.0.24)
@@ -1,3 +1,3 @@
1
1
  module OrcidClient
2
- VERSION = "0.9.6"
2
+ VERSION = "0.9.7"
3
3
  end
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.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-01 00:00:00.000000000 Z
11
+ date: 2021-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport