cul_scv_hydra 0.21.2 → 0.21.3

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
  SHA1:
3
- metadata.gz: b0934092ec2d2dcc3aeb12026a7efe01e903dbd0
4
- data.tar.gz: 553f7caf72d4825b852da1c47e90c657fe00f07f
3
+ metadata.gz: 54d2c109d4624bf081242cb3fb6d568a7d9b9720
4
+ data.tar.gz: eb1c80f0def8479c0ea8412c12e07cdb40875be9
5
5
  SHA512:
6
- metadata.gz: 08232c0256a1a07e39fdafbd430b4bcba9140a24e936c5e7d0b5da9849bc1b802a484e1002053d2cc800e97bccd14248b56369fd623ed07b36a96decb4e4420c
7
- data.tar.gz: baf1cbee82527a782bff6a92caf624fa207c1340c52b619464bd0bef4102b02dc851ce219b65c196c787fb7c4c792ad625869df38715f2d6009803b9882362fa
6
+ metadata.gz: 568e5a17aa44de3049b04a709424412b355a2315a9e4ad7027bb4c0cb08e48f456797f4eef28ba83230fb66d1e1ae5626607edc386c63bf86fe76376ab7571f1
7
+ data.tar.gz: 02a86a59b500edc5f342bf3d9cfecad11dc7ad471dd608c07d1ab42b90320fba69c72c9c691ff2692944f62f455c4f596d2f4ed6a2558b76af13f8b9ad4eac3a
@@ -19,7 +19,7 @@ module Cul::Scv::Hydra::Models::Common
19
19
 
20
20
  end
21
21
 
22
- # A Fedora object label can only contain a string values of up to 255 characters. If we try to
22
+ # A Fedora object label can only contain a string value of up to 255 characters. If we try to
23
23
  # set a longer value, it causes object save errors. Truncate labels to 255 characters.
24
24
  def label=(new_label)
25
25
  super(new_label[0, 255])
@@ -65,6 +65,7 @@
65
65
  :x_resolution: xResolution
66
66
  :y_resolution: yResolution
67
67
  :resolution_unit: resolutionUnit
68
+ :orientation: orientation
68
69
  http://xmlns.com/foaf/0.1/:
69
70
  :foaf_image: image
70
71
  :foaf_thumbnail: thumbnail
@@ -2,7 +2,7 @@
2
2
  module Cul
3
3
  module Scv
4
4
  module Hydra
5
- VERSION = '0.21.2'
5
+ VERSION = '0.21.3'
6
6
  def self.version
7
7
  VERSION
8
8
  end
@@ -2,7 +2,7 @@
2
2
  module Cul
3
3
  module Scv
4
4
  module Hydra
5
- VERSION = '0.21.1'
5
+ VERSION = '0.21.2'
6
6
  def self.version
7
7
  VERSION
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cul_scv_hydra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.2
4
+ version: 0.21.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Armintor