Skip to content

Conversation

etagwerker
Copy link
Member

Hey,

This PR fixes #35.

Please check it out.

Thanks!

@codecov
Copy link

codecov bot commented Apr 5, 2020

Codecov Report

Merging #38 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7742fc...7895e10. Read the comment docs.

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

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

@bronzdoc Not sure, but we're only testing with Ruby 2.5 and above.

I'm trying to find out if it works over here: 5f42de9

Copy link
Member Author

Choose a reason for hiding this comment

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

@bronzdoc Actually, trying to answer your question: #39

Copy link
Contributor

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

@etagwerker etagwerker force-pushed the fixes/required-ruby-version branch from 5f42de9 to 1f4aea4 Compare April 5, 2020 20:37
@etagwerker etagwerker mentioned this pull request Apr 5, 2020
Exclude:
- 'lib/skunk/cli/commands/status_reporter.rb'

Layout/IndentHeredoc:
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be deleted?

Copy link
Member Author

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

@etagwerker etagwerker force-pushed the fixes/required-ruby-version branch from 1f4aea4 to 7895e10 Compare April 7, 2020 21:28
@bronzdoc bronzdoc merged commit 1877f21 into master Apr 7, 2020
@etagwerker etagwerker deleted the fixes/required-ruby-version branch April 20, 2020 01:42
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.

Specify Ruby versions supported by Skunk
2 participants