diff options
| author | Tom Black <[email protected]> | 2020-01-01 23:47:48 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2020-01-01 23:47:48 -0600 |
| commit | 3bfe72034fae46d8184ad02c63268f99e2ff69fe (patch) | |
| tree | 6eb358765f20ab5f76eae8b0e2f750381daddd5a /ext | |
| parent | 43ce9805a7ae8b82b7ab8c50bf6d4c845d395dc4 (diff) | |
| download | ruby2d-3bfe72034fae46d8184ad02c63268f99e2ff69fe.tar.gz ruby2d-3bfe72034fae46d8184ad02c63268f99e2ff69fe.zip | |
`colorize` fixes
Move to the `cli` directory, rename `colorize` method to avoid naming conflicts with other gems
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ruby2d/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
