Skip to content

Commit

Permalink
Merge pull request #164 from cul-it/update/qa_5.2.0
Browse files Browse the repository at this point in the history
prep for release 4.3.0
  • Loading branch information
elrayle authored Dec 3, 2019
2 parents 66da1b7 + 253989c commit 4972f4e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 4.3.0 (2019-12-3)

* update to samvera/qa 5.2.0
* add optional response header which has pagination information for DISCOGs search
* add support for Rails 6
* update to LD4P/qa_server 5.0.2
* bug fix - move individual params into request header to avoid lost subauths during testing

### 4.2.1 (2019-12-3)

* update to LD4P/qa_server 5.0.1
Expand Down
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
railties (>= 3.0.0)
faker (2.6.0)
i18n (>= 1.6, < 1.8)
faraday (0.17.0)
faraday (0.17.1)
multipart-post (>= 1.2, < 3)
ffi (1.11.1)
globalid (0.4.2)
Expand Down Expand Up @@ -135,31 +135,31 @@ GEM
linkeddata
parslet
link_header (0.0.8)
linkeddata (3.0.1)
linkeddata (3.0.3)
equivalent-xml (~> 0.6)
json-ld (>= 2.2.1, < 4.0)
json-ld (~> 3.0, >= 3.0.2)
ld-patch (~> 0.3, >= 0.3.3)
nokogiri (~> 1.8)
nokogumbo (~> 1.5)
rdf (~> 3.0)
nokogumbo (>= 1.5, < 3.0)
rdf (~> 3.0, >= 3.0.13)
rdf-aggregate-repo (>= 2.2.1, < 4.0)
rdf-isomorphic (~> 3.0)
rdf-json (>= 2.2, < 4.0)
rdf-microdata (>= 2.2.3, < 4.0)
rdf-n3 (~> 3.0)
rdf-n3 (~> 3.1)
rdf-normalize (~> 0.3, >= 0.3.3)
rdf-rdfa (~> 3.0)
rdf-rdfa (~> 3.0, >= 3.0.1)
rdf-rdfxml (>= 2.2.1, < 4.0)
rdf-reasoner (~> 0.5.0)
rdf-tabular (>= 2.2.1, < 4.0)
rdf-trig (>= 2.2, < 4.0)
rdf-reasoner (~> 0.5, >= 0.5.3)
rdf-tabular (>= 2.2.2, < 4.0)
rdf-trig (~> 3.0, >= 3.0.1)
rdf-trix (>= 2.2.1, < 4.0)
rdf-turtle (~> 3.0, >= 3.0.1)
rdf-vocab (~> 3.0)
rdf-xsd (~> 3.0)
rdf-turtle (~> 3.0, >= 3.0.6)
rdf-vocab (~> 3.0, >= 3.0.14)
rdf-xsd (~> 3.0, >= 3.0.1)
shex (~> 0.5, >= 0.5.2)
sparql (~> 3.0)
sparql-client (~> 3.0)
sparql (~> 3.0, >= 3.0.2)
sparql-client (~> 3.0, >= 3.0.1)
listen (3.2.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -185,24 +185,24 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
parslet (1.8.2)
powerpack (0.1.2)
public_suffix (4.0.1)
puma (3.12.1)
qa (5.1.0)
qa (5.2.0)
activerecord-import
deprecation
faraday
ldpath
nokogiri (~> 1.6)
rails (~> 5.0)
rails (>= 5.0, < 6.1)
rdf
qa_server (5.0.1)
qa_server (5.0.2)
gruff
rails (~> 5.0)
rack (2.0.7)
Expand Down
2 changes: 1 addition & 1 deletion config/locales/qa_server.en.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
en:
qa_server:
application_version: "4.2.1"
application_version: "4.3.0"
application_name: "LD4P Authority Lookup Service"
footer:
copyright_html: "<strong>Copyright &copy; 2018, 2019 Cornell</strong> Licensed under the Apache License, Version 2.0"
Expand Down

0 comments on commit 4972f4e

Please sign in to comment.