Skip to content
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

Merged
merged 6 commits into from
Mar 26, 2019
Merged

Release 5.0.0 #165

merged 6 commits into from
Mar 26, 2019

Conversation

cjcolvar
Copy link
Member

@cjcolvar cjcolvar commented Mar 25, 2019

This is #164 with additional changes:

  • Removes coveralls because it requires thor 0.19.x which doesn't load correctly under the generated internal test app. Replaces this with codeclimate.
  • Bumps engine_cart to 2.2
  • Requires simple_form ~> 4.1 since version 3.5 failed the tests
  • Took off the restriction on active-fedora to let bundler resolve the proper versions

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
@cjcolvar cjcolvar marked this pull request as ready for review March 25, 2019 21:53
@cjcolvar cjcolvar force-pushed the release-5.0.0-cjc branch 4 times, most recently from 6c845c3 to 97e60e8 Compare March 25, 2019 22:17
@coveralls
Copy link

coveralls commented Mar 25, 2019

Coverage Status

Coverage decreased (-0.01%) to 98.487% when pulling 97e60e8 on release-5.0.0-cjc into 9aa8428 on master.

@cjcolvar cjcolvar force-pushed the release-5.0.0-cjc branch 2 times, most recently from dfd13e3 to e50804b Compare March 26, 2019 00:06
@cjcolvar cjcolvar force-pushed the release-5.0.0-cjc branch from e50804b to 85128c3 Compare March 26, 2019 01:34
@cjcolvar cjcolvar force-pushed the release-5.0.0-cjc branch from 6b6f708 to aee2c45 Compare March 26, 2019 13:08
@cjcolvar cjcolvar changed the title [WIP] Release 5.0.0 Release 5.0.0 Mar 26, 2019
@@ -1,3 +1,3 @@
module HydraEditor
VERSION = '4.0.2'.freeze
VERSION = '5.0.0'.freeze
Copy link
Member Author

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'
Copy link
Contributor

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

Copy link
Contributor

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.

@jrgriffiniii jrgriffiniii merged commit c10038f into master Mar 26, 2019
@jrgriffiniii jrgriffiniii deleted the release-5.0.0-cjc branch March 26, 2019 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants