-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from samvera/release-5.0.0-cjc
Release 5.0.0
- Loading branch information
Showing
24 changed files
with
43 additions
and
1,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
exclude_paths: | ||
- "config/" | ||
- "spec/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
language: ruby | ||
sudo: false | ||
rvm: | ||
- 2.5.1 | ||
- 2.4.4 | ||
- 2.6.1 | ||
- 2.5.3 | ||
- 2.4.5 | ||
jdk: | ||
- oraclejdk8 | ||
env: | ||
matrix: | ||
- "RAILS_VERSION=5.2.1" | ||
- "RAILS_VERSION=5.1.6" | ||
- "RAILS_VERSION=5.0.7" | ||
- RAILS_VERSION=5.2.2 | ||
- RAILS_VERSION=5.1.6.1 | ||
- RAILS_VERSION=5.0.7.1 | ||
global: | ||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true | ||
- CC_TEST_REPORTER_ID=e52010675d2774ee408c14c0de08c143d0749e59beb6dd729254d1b3ea94c7b1 | ||
before_script: | ||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter | ||
- chmod +x ./cc-test-reporter | ||
- ./cc-test-reporter before-build | ||
after_script: | ||
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module HydraEditor | ||
VERSION = '4.0.2'.freeze | ||
VERSION = '5.0.0'.freeze | ||
end |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.