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

Add additional information in gemspec #81

Closed
wants to merge 3 commits into from

Conversation

thegeorgeous
Copy link

Closes #80

George Thomas added 2 commits August 14, 2020 21:30
- Add required Ruby version
- Add License
- Add required Rails version
- Add deprecation warning for breaking changes
Rails 5.2 will be supported in the next major version
Copy link

@sreecodeslayer sreecodeslayer left a comment

Choose a reason for hiding this comment

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

Just one comment. Rest looks good 👍


s.files = Dir["{lib}/**/*", "LICENSE", "Rakefile", "README.md"]
s.post_install_message = <<-POST_INSTALL
1.2.x will be the last version to support Ruby < 2.4 and Rails < 5.

Choose a reason for hiding this comment

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

Should we start the message as a Deprecation Warning: ?

Copy link
Author

@thegeorgeous thegeorgeous Aug 19, 2020

Choose a reason for hiding this comment

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

That is generally used for classes. Maybe we should add another for FindSubclasses instead?

Choose a reason for hiding this comment

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

Yes! that works better. Since the plan is to remove the class, it would be better to warn the usage of the class as well 👍

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.

Add additional information in gemspec
2 participants