qa 5.9.0 → 5.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -8
- data/lib/qa/engine.rb +3 -0
- data/{app/services → lib}/qa/linked_data/authority_service.rb +0 -0
- data/lib/qa/version.rb +1 -1
- data/spec/lib/authorities/discogs/generic_authority_spec.rb +1 -1
- data/spec/spec_helper.rb +7 -1
- data/spec/test_app_templates/Gemfile.extra +12 -6
- metadata +53 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30ab17e283e9e6cf2e8234ef90d32bbbebe83ecdb7f52e7b07ccccf853eebd2c
|
4
|
+
data.tar.gz: 83abfe73a222b69a782c54ed9120ec08c07db796656c9e942b5494c3cd32f847
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8e0c392d5c1c54c29e53281e2903722de989e6ce2eea8e50edef227604f4de74855f9d029123e76ce42948951603bbe56be8f32d7af5d4709c82e8dd7d35e97
|
7
|
+
data.tar.gz: 28c4963e4852df3ce295c8df16cf074bb00ea123a18e62011c6f020cfaaa81c2da2da05134956d0a6a5dac921471c0bc4ea9764e81c50d810ff64d145c96f8b6
|
data/README.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1
1
|
# Questioning Authority
|
2
2
|
|
3
|
-
Code:
|
3
|
+
Code:
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/qa.png)](http://badge.fury.io/rb/qa)
|
5
|
+
[![Build Status](https://circleci.com/gh/samvera/questioning_authority.svg?style=svg)](https://circleci.com/gh/samvera/questioning_authority)
|
6
|
+
[![Coverage Status](https://coveralls.io/repos/github/samvera/questioning_authority/badge.svg?branch=main)](https://coveralls.io/github/samvera/questioning_authority?branch=main)
|
4
7
|
|
5
|
-
Docs:
|
8
|
+
Docs:
|
9
|
+
[![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md)
|
10
|
+
[![Apache 2.0 License](http://img.shields.io/badge/APACHE2-license-blue.svg)](./LICENSE)
|
6
11
|
|
7
|
-
|
12
|
+
Community Support: [![Samvera Community Slack](https://img.shields.io/badge/samvera-slack-blueviolet)](http://slack.samvera.org/)
|
8
13
|
|
9
14
|
You should question your authorities.
|
10
15
|
|
@@ -145,14 +150,14 @@ rake ci
|
|
145
150
|
|
146
151
|
Commit your features into a new branch and submit a pull request.
|
147
152
|
|
148
|
-
## Contributing
|
153
|
+
## Contributing
|
149
154
|
|
150
|
-
If you're working on PR for this project, create a feature branch off of `main`.
|
155
|
+
If you're working on PR for this project, create a feature branch off of `main`.
|
151
156
|
|
152
157
|
This repository follows the [Samvera Community Code of Conduct](https://samvera.atlassian.net/wiki/spaces/samvera/pages/405212316/Code+of+Conduct) and [language recommendations](https://github.com/samvera/maintenance/blob/main/templates/CONTRIBUTING.md#language). Please ***do not*** create a branch called `master` for this repository or as part of your pull request; the branch will either need to be removed or renamed before it can be considered for inclusion in the code base and history of this repository.
|
153
158
|
|
154
159
|
## Compatibility
|
155
|
-
This gem works with Rails 5.0-
|
160
|
+
This gem works with Rails 5.0-7.0 and Ruby 2.5-3.1, provided the version of Rails supports the version of Ruby.
|
156
161
|
- Consult `.circleci/config.yml` for a list of supported combinations.
|
157
162
|
- The combination of Ruby 3.1 and Rails 6.0 comes with three caveats:
|
158
163
|
- your app will not be able to use `psych 4` (which ordinarily comes with 3.1). See https://bugs.ruby-lang.org/issues/17866 and https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias/71192990#71192990 for an explanation. One workaround is to modify your app's `Gemfile` to hold back `psych`: `gem 'psych', '< 4'`.
|
@@ -163,11 +168,13 @@ See also `.circleci/config.yml` and `spec/test_app_templates/Gemfile.extra`.
|
|
163
168
|
|
164
169
|
## Product Owner & Maintenance
|
165
170
|
|
166
|
-
|
171
|
+
`qa` was a Core Component of the Samvera Community. Given a decline in available labor required for maintenance, this project no longer has a dedicated Product Owner. The documentation for what this means can be found [here](http://samvera.github.io/core_components.html#requirements-for-a-core-component).
|
167
172
|
|
168
173
|
### Product Owner
|
169
174
|
|
170
|
-
|
175
|
+
**Vacant**
|
176
|
+
|
177
|
+
_Until a Product Owner has been identified, we ask that you please direct all requests for support, bug reports, and general questions to the [`#dev` Channel on the Samvera Slack](https://samvera.slack.com/app_redirect?channel=dev)._
|
171
178
|
|
172
179
|
## Releasing
|
173
180
|
|
data/lib/qa/engine.rb
CHANGED
File without changes
|
data/lib/qa/version.rb
CHANGED
@@ -212,7 +212,7 @@ describe Qa::Authorities::Discogs::GenericAuthority do
|
|
212
212
|
expect(JSON.parse(results).keys).to match_array ["@context", "@graph"]
|
213
213
|
expect(JSON.parse(results)["@context"]["bf2"]).to eq("http://id.loc.gov/ontologies/bibframe/")
|
214
214
|
expect(results).to include("You Go To My Head")
|
215
|
-
expect(results).to include("Rodgers & Hart")
|
215
|
+
expect(JSON.parse(results).inspect).to include("Rodgers & Hart")
|
216
216
|
expect(results).to include("Ray Brown")
|
217
217
|
expect(results).to include("1952")
|
218
218
|
expect(results).to include("Single")
|
data/spec/spec_helper.rb
CHANGED
@@ -1,4 +1,10 @@
|
|
1
|
-
|
1
|
+
# Not sure why these RDF-related gems are only being used in CI and not general
|
2
|
+
# dependencies... maybe meant to be optional dependencies?
|
3
|
+
require 'rdf/n3'
|
4
|
+
require 'rdf/rdfxml'
|
5
|
+
require 'json/ld'
|
6
|
+
require 'rdf/vocab'
|
7
|
+
|
2
8
|
require 'json'
|
3
9
|
require 'engine_cart'
|
4
10
|
require 'byebug' unless ENV['TRAVIS']
|
@@ -1,13 +1,19 @@
|
|
1
1
|
# Use this file to reference specific commits of gems.
|
2
2
|
|
3
|
+
|
3
4
|
group :development do
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
5
|
+
# Rails < 6.1 are not compatible with psych 4, although doesn't know it.
|
6
|
+
# Local apps using old Rails will have to lock locally. Latest versions
|
7
|
+
# of Rails 6.1+ has been updated to work with psych 4.
|
8
|
+
# See also:
|
9
|
+
#
|
10
|
+
# https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias/71192990#71192990
|
11
|
+
#
|
12
|
+
if ENV['RAILS_VERSION'] && Gem::Version.new(ENV['RAILS_VERSION']) < Gem::Version.new("6.1")
|
10
13
|
gem 'psych', '< 4'
|
14
|
+
end
|
15
|
+
|
16
|
+
if ENV['RAILS_VERSION'] =~ /^6\.1\./ && ENV['RUBY_VERSION'] =~ /^3\.1\./
|
11
17
|
# opt into mail 2.8.0.rc1 so we get extra dependencies
|
12
18
|
# Once mail 2.8.0 final is released this will not be required.
|
13
19
|
# https://github.com/mikel/mail/pull/1472
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Anderson
|
@@ -16,7 +16,7 @@ authors:
|
|
16
16
|
autorequire:
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
|
-
date: 2022-
|
19
|
+
date: 2022-12-05 00:00:00.000000000 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: activerecord-import
|
@@ -117,7 +117,7 @@ dependencies:
|
|
117
117
|
version: '5.0'
|
118
118
|
- - "<"
|
119
119
|
- !ruby/object:Gem::Version
|
120
|
-
version: '
|
120
|
+
version: '7.1'
|
121
121
|
type: :runtime
|
122
122
|
prerelease: false
|
123
123
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -127,7 +127,7 @@ dependencies:
|
|
127
127
|
version: '5.0'
|
128
128
|
- - "<"
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: '
|
130
|
+
version: '7.1'
|
131
131
|
- !ruby/object:Gem::Dependency
|
132
132
|
name: rdf
|
133
133
|
requirement: !ruby/object:Gem::Requirement
|
@@ -217,19 +217,61 @@ dependencies:
|
|
217
217
|
- !ruby/object:Gem::Version
|
218
218
|
version: '2.0'
|
219
219
|
- !ruby/object:Gem::Dependency
|
220
|
-
name:
|
220
|
+
name: rdf-n3
|
221
221
|
requirement: !ruby/object:Gem::Requirement
|
222
222
|
requirements:
|
223
|
-
- - "
|
223
|
+
- - "~>"
|
224
224
|
- !ruby/object:Gem::Version
|
225
|
-
version: '0'
|
225
|
+
version: '3.0'
|
226
226
|
type: :development
|
227
227
|
prerelease: false
|
228
228
|
version_requirements: !ruby/object:Gem::Requirement
|
229
229
|
requirements:
|
230
|
-
- - "
|
230
|
+
- - "~>"
|
231
231
|
- !ruby/object:Gem::Version
|
232
|
-
version: '0'
|
232
|
+
version: '3.0'
|
233
|
+
- !ruby/object:Gem::Dependency
|
234
|
+
name: rdf-rdfxml
|
235
|
+
requirement: !ruby/object:Gem::Requirement
|
236
|
+
requirements:
|
237
|
+
- - "~>"
|
238
|
+
- !ruby/object:Gem::Version
|
239
|
+
version: '3.0'
|
240
|
+
type: :development
|
241
|
+
prerelease: false
|
242
|
+
version_requirements: !ruby/object:Gem::Requirement
|
243
|
+
requirements:
|
244
|
+
- - "~>"
|
245
|
+
- !ruby/object:Gem::Version
|
246
|
+
version: '3.0'
|
247
|
+
- !ruby/object:Gem::Dependency
|
248
|
+
name: json-ld
|
249
|
+
requirement: !ruby/object:Gem::Requirement
|
250
|
+
requirements:
|
251
|
+
- - "~>"
|
252
|
+
- !ruby/object:Gem::Version
|
253
|
+
version: '3.0'
|
254
|
+
type: :development
|
255
|
+
prerelease: false
|
256
|
+
version_requirements: !ruby/object:Gem::Requirement
|
257
|
+
requirements:
|
258
|
+
- - "~>"
|
259
|
+
- !ruby/object:Gem::Version
|
260
|
+
version: '3.0'
|
261
|
+
- !ruby/object:Gem::Dependency
|
262
|
+
name: rdf-vocab
|
263
|
+
requirement: !ruby/object:Gem::Requirement
|
264
|
+
requirements:
|
265
|
+
- - "~>"
|
266
|
+
- !ruby/object:Gem::Version
|
267
|
+
version: '3.0'
|
268
|
+
type: :development
|
269
|
+
prerelease: false
|
270
|
+
version_requirements: !ruby/object:Gem::Requirement
|
271
|
+
requirements:
|
272
|
+
- - "~>"
|
273
|
+
- !ruby/object:Gem::Version
|
274
|
+
version: '3.0'
|
233
275
|
- !ruby/object:Gem::Dependency
|
234
276
|
name: pry
|
235
277
|
requirement: !ruby/object:Gem::Requirement
|
@@ -353,7 +395,6 @@ files:
|
|
353
395
|
- app/models/qa/mesh_tree.rb
|
354
396
|
- app/models/qa/subject_mesh_term.rb
|
355
397
|
- app/services/qa/iri_template_service.rb
|
356
|
-
- app/services/qa/linked_data/authority_service.rb
|
357
398
|
- app/services/qa/linked_data/authority_url_service.rb
|
358
399
|
- app/services/qa/linked_data/deep_sort_service.rb
|
359
400
|
- app/services/qa/linked_data/graph_service.rb
|
@@ -462,6 +503,7 @@ files:
|
|
462
503
|
- lib/qa/configuration.rb
|
463
504
|
- lib/qa/data/TGN_LANGUAGES.xml
|
464
505
|
- lib/qa/engine.rb
|
506
|
+
- lib/qa/linked_data/authority_service.rb
|
465
507
|
- lib/qa/services.rb
|
466
508
|
- lib/qa/services/rdf_authority_parser.rb
|
467
509
|
- lib/qa/version.rb
|
@@ -634,7 +676,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
634
676
|
- !ruby/object:Gem::Version
|
635
677
|
version: '0'
|
636
678
|
requirements: []
|
637
|
-
rubygems_version: 3.
|
679
|
+
rubygems_version: 3.3.20
|
638
680
|
signing_key:
|
639
681
|
specification_version: 4
|
640
682
|
summary: You should question your authorities.
|