datacite 0.2.1 → 0.2.2

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: e1a3ce4e3973be5ba19e357515ff81e790269554a3a903b152d8c054ae2f9811
4
- data.tar.gz: 5fd70031a65a0ecd97bc29a15d472a984db3cc86a957d837cf0eb4ef95178c1b
3
+ metadata.gz: 4b96ed2645004f38cfafa54c6f2f396e4266e3c71d0e6ad7756aec110951694c
4
+ data.tar.gz: f4d578d17e18bce596557cef3c721013a54f1dac2b872f3ca925479ca736b6ea
5
5
  SHA512:
6
- metadata.gz: '0864d11473d3d400f85048ff027a8640515269831244f16db78e4ed8a56fe69c8a39a72d2a5e2cd4c1ccca22f7f6b13f98b91a7bed45f0a35fbfe93c2622c6e7'
7
- data.tar.gz: 06512ddcebe1fbe294279b06635cbcca58449a3bea3cbdcf0bee3274d44ab172e069451bcadbcc9b765d5506832e406f683c93956b9e0f05277e51289358fff1
6
+ metadata.gz: d32a67f8fac96b39fcaa74bcb7433fad359f04f646685e8dea489abd741f198c8e98a5b383c95f4e4449258b803d65c3fa5efec69173689ecbd23e89120cf74e
7
+ data.tar.gz: f6a2d150048f01be27ffdd300a3bf97effa3aa0d29aea391b174bcb463711b56bc8f11c6dc8a47fdb037b327fa9e41090bd704de1fa37eede0144ef5e860cdbb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datacite (0.2.1)
4
+ datacite (0.2.2)
5
5
  dry-monads (~> 1.3)
6
6
  faraday (~> 1.4)
7
7
  faraday_middleware (~> 1.0)
data/README.md CHANGED
@@ -79,6 +79,7 @@ This gem validates using a json schema from https://github.com/datacite/schema/b
79
79
  We've made the following changes:
80
80
  * relax the required fields (https://github.com/datacite/schema/issues/97)
81
81
  * add event property (https://github.com/datacite/schema/issues/100)
82
+ * add url property (https://github.com/datacite/schema/issues/101)
82
83
 
83
84
  ## Development
84
85
 
@@ -220,6 +220,9 @@
220
220
  "type": "string",
221
221
  "enum": ["publish", "register", "hide"]
222
222
  },
223
+ "url": {
224
+ "type": "string"
225
+ },
223
226
  "types": {
224
227
  "type": "object",
225
228
  "properties": {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Datacite
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datacite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne