hydra-core 11.0.1 → 11.0.4
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 +4 -4
- data/lib/hydra-head/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5fced106c5687bef9992bb31f5b7904135fcbf68ebe99864a1b3024f8aae550
|
|
4
|
+
data.tar.gz: 8caed0014d19aed7c6cbf847193471617390ecd04838e619eca48f2a19a30dab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67346c5e4ee551256557e2da2f9c4c2bcaf451a020672a7e2a01816f9333c8f7fa8cb7150f3f39f191588edbd2d3a51cbab76d7b9b96eaeec22ec0b9d02119c0
|
|
7
|
+
data.tar.gz: 2db3b2a49ae0f08f1476d2693af9e7746c3674657b6bf10159d62cb7625089dbbd873ec9a95cfda82d76df459031022cca1044cc76ff54c0bab4a702094dac79
|
data/lib/hydra-head/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 11.0.
|
|
4
|
+
version: 11.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Zumwalt, Bess Sadler, Julie Meloni, Naomi Dushay, Jessie Keck, John Scofield,
|
|
8
8
|
Justin Coyne & many more. See https://github.com/projecthydra/hydra-head/contributors
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hydra-access-controls
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 11.0.
|
|
20
|
+
version: 11.0.4
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 11.0.
|
|
27
|
+
version: 11.0.4
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: railties
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,7 +149,7 @@ homepage: https://github.com/samvera/hydra-head/tree/master/hydra-core
|
|
|
149
149
|
licenses:
|
|
150
150
|
- APACHE2
|
|
151
151
|
metadata: {}
|
|
152
|
-
post_install_message:
|
|
152
|
+
post_install_message:
|
|
153
153
|
rdoc_options: []
|
|
154
154
|
require_paths:
|
|
155
155
|
- lib
|
|
@@ -164,8 +164,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
164
|
- !ruby/object:Gem::Version
|
|
165
165
|
version: '0'
|
|
166
166
|
requirements: []
|
|
167
|
-
rubygems_version: 3.1.
|
|
168
|
-
signing_key:
|
|
167
|
+
rubygems_version: 3.1.4
|
|
168
|
+
signing_key:
|
|
169
169
|
specification_version: 4
|
|
170
170
|
summary: Hydra-Head Rails Engine (requires Rails3)
|
|
171
171
|
test_files:
|