From 3bfe72034fae46d8184ad02c63268f99e2ff69fe Mon Sep 17 00:00:00 2001 From: Tom Black Date: Wed, 1 Jan 2020 23:47:48 -0600 Subject: `colorize` fixes Move to the `cli` directory, rename `colorize` method to avoid naming conflicts with other gems --- ext/ruby2d/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/ruby2d/extconf.rb b/ext/ruby2d/extconf.rb index a058519..0689543 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,5 +1,5 @@ require 'mkmf' -require_relative '../../lib/ruby2d/colorize' +require_relative '../../lib/ruby2d/cli/colorize' S2D_VERSION = '1.1.0' # Simple 2D minimum version required $errors = [] # Holds errors -- cgit v1.2.3