datacite 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b96ed2645004f38cfafa54c6f2f396e4266e3c71d0e6ad7756aec110951694c
4
- data.tar.gz: f4d578d17e18bce596557cef3c721013a54f1dac2b872f3ca925479ca736b6ea
3
+ metadata.gz: 5b4e07720b65e4a47881eb7d5905c6050c4104b6c9a728fa234d2199b4c52986
4
+ data.tar.gz: 74edad75a1c915582b4867fb69b45e12972fd2b88720652d3afbdefff50e25ba
5
5
  SHA512:
6
- metadata.gz: d32a67f8fac96b39fcaa74bcb7433fad359f04f646685e8dea489abd741f198c8e98a5b383c95f4e4449258b803d65c3fa5efec69173689ecbd23e89120cf74e
7
- data.tar.gz: f6a2d150048f01be27ffdd300a3bf97effa3aa0d29aea391b174bcb463711b56bc8f11c6dc8a47fdb037b327fa9e41090bd704de1fa37eede0144ef5e860cdbb
6
+ metadata.gz: 8337bda82aabb3d4bac9f5546777c22f49705bbae2e6b8c450a017635be9b0b003cb99b76e062f3e1f042e0f30995195ed48e0dde2eaf8e53ac57120b858ba8c
7
+ data.tar.gz: 7423c99f2869c1dd25999606e810aefb4469295dd4141e6b65fc929cab3e8113fa1e42c5dd844b4fc0aba099558546ad3d6d4f414a107c34127f257b7c5efa54
@@ -0,0 +1,12 @@
1
+ ## Why was this change made?
2
+
3
+
4
+
5
+ ## How was this change tested?
6
+
7
+
8
+
9
+ ## Which documentation and/or configurations were updated?
10
+
11
+
12
+
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datacite (0.2.2)
4
+ datacite (0.2.3)
5
5
  dry-monads (~> 1.3)
6
6
  faraday (~> 1.4)
7
7
  faraday_middleware (~> 1.0)
@@ -23,7 +23,7 @@ GEM
23
23
  dry-monads (1.4.0)
24
24
  concurrent-ruby (~> 1.0)
25
25
  dry-core (~> 0.7)
26
- faraday (1.7.0)
26
+ faraday (1.7.1)
27
27
  faraday-em_http (~> 1.0)
28
28
  faraday-em_synchrony (~> 1.0)
29
29
  faraday-excon (~> 1.1)
@@ -19,7 +19,7 @@ module Datacite
19
19
  headers: headers
20
20
  ) do |conn|
21
21
  conn.request :json
22
- conn.basic_auth(username, password)
22
+ conn.request(:basic_auth, username, password)
23
23
  conn.response :json
24
24
  end
25
25
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Datacite
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datacite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-19 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-monads
@@ -87,6 +87,7 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - ".github/pull_request_template.md"
90
91
  - ".github/workflows/main.yml"
91
92
  - ".gitignore"
92
93
  - ".rspec"