-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Github Actions CI #19
Conversation
|
||
self.readme_file = "README.rdoc" | ||
self.history_file = "CHANGELOG.rdoc" | ||
|
||
dependency "minitest", "~> 5.0" | ||
dependency "rubocop", "~> 0.37", :dev | ||
dependency "rubocop", "~> 1.57.0", :dev |
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.
just remove 🤷
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.
why remove?
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.
previously that was in gemfile too
... either or is fine
FYI would recommend getting rid of hoe, just adds unnecessary indirection
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.
previously that was in gemfile too
ah, i understand now. the gemspec file is generated by hoe-gemspec
, using the definition in Rakefile. the gemspec file is only here for the convenience of those using bundler to require the library via git, it is not used in packaging or deploying the gem
would recommend getting rid of hoe
ryan still prefers hoe, so i would expect it will stay for now
01248f2
to
d307516
Compare
0bfbf54
to
802d156
Compare
802d156
to
f3df209
Compare
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.
✨
308aa13
to
8494bd3
Compare
8494bd3
to
7b76b9c
Compare
No description provided.