dor-rights-auth 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dor/rights_auth.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 411e5433cabba2ab3f47558c514c1c2c8093c0c9803a8a81987ae47736f13523
|
4
|
+
data.tar.gz: 7658e3e17dd9933ca60e76f1a26933722e4b5aa5e296623124923e006a087aad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 422dc8fe2ffe4974595f552dd289cd362779d0234e73d91200f468e96e4ad13883e685d00c17f892292261bb3527cf256ec462e6ccec5ee3b5e0302b77a44f9f
|
7
|
+
data.tar.gz: cac9eaf44ae089b5b61350c72a5e873e37c1b13bc9d7735af0d78ced1e7071307dea827fbe3e8e7b94fafd72c6f9bc26aff950d3b763249f2946a75b5a1679c7
|
data/lib/dor/rights_auth.rb
CHANGED
@@ -39,7 +39,7 @@ module Dor
|
|
39
39
|
|
40
40
|
attr_accessor :obj_lvl, :file, :embargoed, :index_elements
|
41
41
|
|
42
|
-
#
|
42
|
+
# NOTE: index_elements is only valid for the xml as parsed, not after subsequent manipulation
|
43
43
|
|
44
44
|
def initialize
|
45
45
|
@file = {}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dor-rights-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Willy Mene
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2021-01-07 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: nokogiri
|
@@ -150,7 +150,7 @@ require_paths:
|
|
150
150
|
- lib
|
151
151
|
required_ruby_version: !ruby/object:Gem::Requirement
|
152
152
|
requirements:
|
153
|
-
- - "
|
153
|
+
- - ">"
|
154
154
|
- !ruby/object:Gem::Version
|
155
155
|
version: '2.5'
|
156
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|