hydra-works 2.2.0 → 2.3.0
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/.circleci/config.yml +29 -55
- data/CONTRIBUTING.md +23 -1
- data/hydra-works.gemspec +1 -1
- data/lib/hydra/works/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9deacc2e32feacbc584f092c9d135b0948bb64ed4f7cdd64dc8d4caa439c15f9
|
|
4
|
+
data.tar.gz: 0f65c6d092513d7ef0eff6973b3c89dc9e094d02876a45d0ddfc7e78551b819c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d4cbcec78178a7909174a536a791075d8e7aec6fd4e3f47d2a6fc5a257781e2f1dccba82c04fb9c260d04c69f06f701fa10b7b9dbf50d44c9b55d50654daf1e
|
|
7
|
+
data.tar.gz: 3bdc1a0dcfe3afed1b1b5e59028a9581ecb5689d68139487483772d55e574fdc5078fbc269ecf77f37a182f16c6f4903a0a97df7f33e77b68ced7b90b5fa0542
|
data/.circleci/config.yml
CHANGED
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
26
26
|
default: "4.7.5"
|
|
27
27
|
solr_version:
|
|
28
28
|
type: string
|
|
29
|
-
default: "9"
|
|
29
|
+
default: "9.5"
|
|
30
30
|
docker:
|
|
31
31
|
- image: cimg/<< parameters.ruby_type >>:<< parameters.ruby_version >>-browsers
|
|
32
32
|
- image: samvera/fcrepo4:<< parameters.fcrepo_version >>
|
|
@@ -72,48 +72,35 @@ workflows:
|
|
|
72
72
|
jobs:
|
|
73
73
|
# Ruby 3.3 releases
|
|
74
74
|
- bundle_lint_test:
|
|
75
|
-
name: ruby3-
|
|
76
|
-
ruby_version: 3.3.4
|
|
77
|
-
rails_version: 7.2.0
|
|
78
|
-
- bundle_lint_test:
|
|
79
|
-
name: ruby3-3_rails7-1
|
|
75
|
+
name: ruby3-3_rails8-1
|
|
80
76
|
ruby_version: 3.3.4
|
|
81
|
-
rails_version:
|
|
77
|
+
rails_version: 8.1.1
|
|
82
78
|
- bundle_lint_test:
|
|
83
|
-
name: ruby3-
|
|
79
|
+
name: ruby3-3_rails8-0
|
|
84
80
|
ruby_version: 3.3.4
|
|
85
|
-
rails_version:
|
|
81
|
+
rails_version: 8.0.4
|
|
86
82
|
- bundle_lint_test:
|
|
87
|
-
name: ruby3-
|
|
83
|
+
name: ruby3-3_rails7-2
|
|
88
84
|
ruby_version: 3.3.4
|
|
89
|
-
rails_version:
|
|
85
|
+
rails_version: 7.2.0
|
|
90
86
|
# Ruby 3.2 releases
|
|
91
87
|
- bundle_lint_test:
|
|
92
|
-
name: ruby3-
|
|
88
|
+
name: ruby3-2_rails8-1
|
|
93
89
|
ruby_version: 3.2.5
|
|
94
|
-
rails_version:
|
|
90
|
+
rails_version: 8.1.1
|
|
95
91
|
- bundle_lint_test:
|
|
96
|
-
name: ruby3-
|
|
92
|
+
name: ruby3-2_rails8-0
|
|
97
93
|
ruby_version: 3.2.5
|
|
98
|
-
rails_version:
|
|
94
|
+
rails_version: 8.0.4
|
|
99
95
|
- bundle_lint_test:
|
|
100
|
-
name: ruby3-
|
|
96
|
+
name: ruby3-2_rails7-2
|
|
101
97
|
ruby_version: 3.2.5
|
|
102
|
-
rails_version:
|
|
98
|
+
rails_version: 7.2.0
|
|
103
99
|
# Ruby 3.1 releases
|
|
104
100
|
- bundle_lint_test:
|
|
105
|
-
name: ruby3-1_rails7-
|
|
101
|
+
name: ruby3-1_rails7-2
|
|
106
102
|
ruby_version: 3.1.6
|
|
107
|
-
rails_version: 7.
|
|
108
|
-
- bundle_lint_test:
|
|
109
|
-
name: ruby3-1_rails7-0
|
|
110
|
-
ruby_version: 3.1.6
|
|
111
|
-
rails_version: 7.0.8.4
|
|
112
|
-
- bundle_lint_test:
|
|
113
|
-
name: ruby3-1_rails6-1
|
|
114
|
-
ruby_version: 3.1.6
|
|
115
|
-
rails_version: 6.1.7.8
|
|
116
|
-
|
|
103
|
+
rails_version: 7.2.0
|
|
117
104
|
|
|
118
105
|
nightly:
|
|
119
106
|
triggers:
|
|
@@ -126,44 +113,31 @@ workflows:
|
|
|
126
113
|
jobs:
|
|
127
114
|
# Ruby 3.3 releases
|
|
128
115
|
- bundle_lint_test:
|
|
129
|
-
name: ruby3-
|
|
130
|
-
ruby_version: 3.3.4
|
|
131
|
-
rails_version: 7.2.0
|
|
132
|
-
- bundle_lint_test:
|
|
133
|
-
name: ruby3-3_rails7-1
|
|
116
|
+
name: ruby3-3_rails8-1
|
|
134
117
|
ruby_version: 3.3.4
|
|
135
|
-
rails_version:
|
|
118
|
+
rails_version: 8.1.1
|
|
136
119
|
- bundle_lint_test:
|
|
137
|
-
name: ruby3-
|
|
120
|
+
name: ruby3-3_rails8-0
|
|
138
121
|
ruby_version: 3.3.4
|
|
139
|
-
rails_version:
|
|
122
|
+
rails_version: 8.0.4
|
|
140
123
|
- bundle_lint_test:
|
|
141
|
-
name: ruby3-
|
|
124
|
+
name: ruby3-3_rails7-2
|
|
142
125
|
ruby_version: 3.3.4
|
|
143
|
-
rails_version:
|
|
126
|
+
rails_version: 7.2.0
|
|
144
127
|
# Ruby 3.2 releases
|
|
145
128
|
- bundle_lint_test:
|
|
146
|
-
name: ruby3-
|
|
129
|
+
name: ruby3-2_rails8-1
|
|
147
130
|
ruby_version: 3.2.5
|
|
148
|
-
rails_version:
|
|
131
|
+
rails_version: 8.1.1
|
|
149
132
|
- bundle_lint_test:
|
|
150
|
-
name: ruby3-
|
|
133
|
+
name: ruby3-2_rails8-0
|
|
151
134
|
ruby_version: 3.2.5
|
|
152
|
-
rails_version:
|
|
135
|
+
rails_version: 8.0.4
|
|
153
136
|
- bundle_lint_test:
|
|
154
|
-
name: ruby3-
|
|
137
|
+
name: ruby3-2_rails7-2
|
|
155
138
|
ruby_version: 3.2.5
|
|
156
|
-
rails_version:
|
|
157
|
-
# Ruby 3.1 releases
|
|
158
|
-
- bundle_lint_test:
|
|
159
|
-
name: ruby3-1_rails7-1
|
|
160
|
-
ruby_version: 3.1.6
|
|
161
|
-
rails_version: 7.1.3.4
|
|
162
|
-
- bundle_lint_test:
|
|
163
|
-
name: ruby3-1_rails7-0
|
|
164
|
-
ruby_version: 3.1.6
|
|
165
|
-
rails_version: 7.0.8.4
|
|
139
|
+
rails_version: 7.2.0
|
|
166
140
|
- bundle_lint_test:
|
|
167
|
-
name: ruby3-
|
|
141
|
+
name: ruby3-1_rails7-2
|
|
168
142
|
ruby_version: 3.1.6
|
|
169
|
-
rails_version:
|
|
143
|
+
rails_version: 7.2.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -22,6 +22,28 @@ https://wiki.duraspace.org/display/samvera/Samvera+Community+Intellectual+Proper
|
|
|
22
22
|
|
|
23
23
|
You should also add yourself to the `CONTRIBUTORS.md` file in the root of the project.
|
|
24
24
|
|
|
25
|
+
## Language
|
|
26
|
+
|
|
27
|
+
The language we use matters. Today, tomorrow, and for years to come
|
|
28
|
+
people will read the code we write. They will judge us for our
|
|
29
|
+
design, logic, and the words we use to describe the system.
|
|
30
|
+
|
|
31
|
+
Our words should be accessible. Favor descriptive words that give
|
|
32
|
+
meaning while avoiding reinforcing systemic inequities. For example,
|
|
33
|
+
in the Samvera community, we should favor using allowed\_list instead
|
|
34
|
+
of whitelist, denied\_list instead of blacklist, or source/copy
|
|
35
|
+
instead of master/slave.
|
|
36
|
+
|
|
37
|
+
We're going to get it wrong, but this is a call to keep working to
|
|
38
|
+
make it right. View our code and the words we choose as a chance to
|
|
39
|
+
have a conversation. A chance to grow an understanding of the systems
|
|
40
|
+
we develop as well as the systems in which we live.
|
|
41
|
+
|
|
42
|
+
See [“Blacklists” and “whitelists”: a salutary warning concerning the
|
|
43
|
+
prevalence of racist language in discussions of predatory
|
|
44
|
+
publishing](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6148600/) for
|
|
45
|
+
further details.
|
|
46
|
+
|
|
25
47
|
## Contribution Tasks
|
|
26
48
|
|
|
27
49
|
* Reporting Issues
|
|
@@ -34,7 +56,7 @@ You should also add yourself to the `CONTRIBUTORS.md` file in the root of the pr
|
|
|
34
56
|
### Reporting Issues
|
|
35
57
|
|
|
36
58
|
* Make sure you have a [GitHub account](https://github.com/signup/free)
|
|
37
|
-
* Submit a [Github issue](https://github.com/samvera/
|
|
59
|
+
* Submit a [Github issue](https://github.com/samvera/{{library}}/issues/) by:
|
|
38
60
|
* Clearly describing the issue
|
|
39
61
|
* Provide a descriptive summary
|
|
40
62
|
* Explain the expected behavior
|
data/hydra-works.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
21
21
|
spec.require_paths = ['lib']
|
|
22
22
|
|
|
23
|
-
spec.add_dependency 'activesupport', '>= 5.2', '<
|
|
23
|
+
spec.add_dependency 'activesupport', '>= 5.2', '< 9.0'
|
|
24
24
|
spec.add_dependency 'hydra-derivatives', '>= 3.6'
|
|
25
25
|
spec.add_dependency 'hydra-file_characterization', '~> 1.0'
|
|
26
26
|
spec.add_dependency 'hydra-pcdm', '>= 0.9'
|
data/lib/hydra/works/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra-works
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '5.2'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '9.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '5.2'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '9.0'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: hydra-derivatives
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -347,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
347
347
|
- !ruby/object:Gem::Version
|
|
348
348
|
version: '0'
|
|
349
349
|
requirements: []
|
|
350
|
-
rubygems_version: 3.
|
|
350
|
+
rubygems_version: 3.5.22
|
|
351
351
|
signing_key:
|
|
352
352
|
specification_version: 4
|
|
353
353
|
summary: Fundamental repository data model for Samvera applications
|