-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.0.0 #165
Release 5.0.0 #165
Conversation
providing the Contributor and Publisher models within the test suite for the presenters after updating to active-fedora release 12.1.0; Ensuring that Travis CI tests against Rails 5.1 and 5.0 releases; Ensuring that the tests are restructured for simple_form releases 3.5.0 onwards; Updating to version 5.0.0
6c845c3
to
97e60e8
Compare
dfd13e3
to
e50804b
Compare
e50804b
to
85128c3
Compare
6b6f708
to
aee2c45
Compare
@@ -1,3 +1,3 @@ | |||
module HydraEditor | |||
VERSION = '4.0.2'.freeze | |||
VERSION = '5.0.0'.freeze |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why code climate isn't marking this as covered after I added the test for version. I think this is the only changed line that is included in the diff coverage (currently at 0%).
s.add_dependency "rails", ">= 5.0.7", "< 6" | ||
s.add_dependency "simple_form", '~> 4.0' | ||
s.add_dependency "rails", ">= 5", "< 6" | ||
s.add_dependency "simple_form", '~> 4.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to defer to @no-reply for this, as I'm still finding this to be a later release than the warning on https://github.com/samvera/hyrax/blob/master/hyrax.gemspec#L116
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was discussed on Slack, and it was clarified that this should not block the proposed release.
This is #164 with additional changes:
coveralls
because it requiresthor
0.19.x which doesn't load correctly under the generated internal test app. Replaces this with codeclimate.engine_cart
to 2.2simple_form
~> 4.1 since version 3.5 failed the testsactive-fedora
to let bundler resolve the proper versions