-
Notifications
You must be signed in to change notification settings - Fork 32
Add minimum required ruby version for this gem #38
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #38 +/- ##
=======================================
Coverage 81.93% 81.93%
=======================================
Files 19 19
Lines 299 299
=======================================
Hits 245 245
Misses 54 54 Continue to review full report at Codecov.
|
skunk.gemspec
Outdated
spec.description = "Knows how to calculate the StinkScore for a Ruby file" | ||
spec.homepage = "https://github.com/fastruby/skunk" | ||
|
||
spec.required_ruby_version = ">= 2.5.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.
Does the test suite breaks using 2.0.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.
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.
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.
@etagwerker I think the highest we should support is ruby >= 2.4. I updated #39
5f42de9
to
1f4aea4
Compare
.rubocop_todo.yml
Outdated
Exclude: | ||
- 'lib/skunk/cli/commands/status_reporter.rb' | ||
|
||
Layout/IndentHeredoc: |
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 should be deleted?
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.
@bronzdoc If I delete it Rubocop complains a code style violation. I've followed their suggestion and renamed it as Layout/HeredocIndentation
1f4aea4
to
7895e10
Compare
Hey,
This PR fixes #35.
Please check it out.
Thanks!