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 Color.build ignoring Integers in older Ruby versions #52

Merged
merged 1 commit into from
Mar 15, 2017

Conversation

syndbg
Copy link
Contributor

@syndbg syndbg commented Mar 15, 2017

Follow-up of 2dba7b2
Pre-2.4.0: Integer == Fixnum => false
2.4.0: Integer == Fixnum => true

@koic @sickill

Follow-up of 2dba7b2
Pre-2.4.0: Integer == Fixnum => false
2.4.0: Integer == Fixnum => true
@ku1ik ku1ik merged commit f9785ab into ku1ik:master Mar 15, 2017
@ku1ik
Copy link
Owner

ku1ik commented Mar 15, 2017

Thx @syndbg !

@ku1ik
Copy link
Owner

ku1ik commented Mar 15, 2017

Hmm, the build failed on Ruby 2.0 https://travis-ci.org/sickill/rainbow/jobs/211348739
It doesn't seem like related to this change though.

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.

None yet

3 participants