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

Specify Ruby and RubyGems requirements in gemspec #56

Merged
merged 5 commits into from
Nov 12, 2018

Conversation

johnsyweb
Copy link
Contributor

Context

After publishing the gem and watching the downloads increase, I spotted this.

unwrappr rubygems org your community gem host 2018-11-13 09-17-49

We know that unwrappr doesn't work with Ruby 2.2 or RubyGems < 2.7.0

Change

Implemented the specifications as documented here: https://guides.rubygems.org/specification-reference/#required_ruby_version , which allowed me to retire a check in the code. I then had to stop Rubocop failing the build for a preference that we'll not meet.

Copy link
Member

@orien orien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better!

@johnsyweb johnsyweb merged commit 77fd0a4 into master Nov 12, 2018
@johnsyweb johnsyweb deleted the paj/specify-ruby-version branch November 12, 2018 22:37
@johnsyweb
Copy link
Contributor Author

unwrappr rubygems org your community gem host 2018-11-13 19-22-21

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.

2 participants