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

Fix Yell::Event::Options #42

Merged
merged 1 commit into from
Apr 14, 2016
Merged

Fix Yell::Event::Options #42

merged 1 commit into from
Apr 14, 2016

Conversation

tak1n
Copy link
Contributor

@tak1n tak1n commented Mar 8, 2016

After defining <=> it is possible to get all comparison operators for
"free" just by including the Comparable module.

This is currently needed by rails 4.2.6 and above as seen here:
rails/rails@a2a652a#diff-8a0607141c98298ea243209f7688f9e6R51

This fixes #41

After defining <=> it is possible to get all comparison operators for
"free" just by including the Comparable module.

This is currently needed by rails 4.2.6 and above as seen here:
rails/rails@a2a652a#diff-8a0607141c98298ea243209f7688f9e6R51
@rudionrails
Copy link
Owner

Can you check whether your change causes the CI to fail, plz.

@tak1n
Copy link
Contributor Author

tak1n commented Apr 14, 2016

Failures are all occurring when running bundle, therefore not related to my changes.

@rudionrails rudionrails merged commit 31bac88 into rudionrails:master Apr 14, 2016
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.

yell broken on rails 4.2.6
2 participants