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

Remove dependency on colored #90

Merged
merged 1 commit into from
Apr 29, 2019
Merged

Remove dependency on colored #90

merged 1 commit into from
Apr 29, 2019

Conversation

denisdefreyne
Copy link
Owner

Fixes #89.

Rather than using colored (or any other gem) to provide us with ANSI escape codes, let’s generate the ANSI escape codes ourselves. (They’re quite easy to generate.)

@denisdefreyne denisdefreyne merged commit 7e18906 into master Apr 29, 2019
@denisdefreyne denisdefreyne deleted the rm-colored branch April 29, 2019 06:32
denisdefreyne added a commit to nanoc/nanoc that referenced this pull request Apr 29, 2019
Cri used to have a dependency on `colored`, which Nanoc made implicit use of. Cri no longer has that dependency (see denisdefreyne/cri#90), which broke Nanoc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

colored breaks awesome_print
1 participant