diff options
| author | Tom Black <[email protected]> | 2020-02-09 17:56:06 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2020-02-09 17:56:06 -0600 |
| commit | f23419e9b4668ede96952b4d156bfb8299893637 (patch) | |
| tree | ba6382695b2ef25d28dc122f545f6b4908f58ff2 | |
| parent | 01c644562019a9ad69fa16f08c695bb99488e343 (diff) | |
| download | ruby2d-f23419e9b4668ede96952b4d156bfb8299893637.tar.gz ruby2d-f23419e9b4668ede96952b4d156bfb8299893637.zip | |
Update `colorize.rb` path
| -rwxr-xr-x | bin/ruby2d | 2 | ||||
| -rw-r--r-- | lib/ruby2d/cli/build.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'ruby2d/colorize' +require 'ruby2d/cli/colorize' require 'ruby2d/version' # Debugging command-line flag diff --git a/lib/ruby2d/cli/build.rb b/lib/ruby2d/cli/build.rb index 5f26e66..9eb0728 100644 --- a/lib/ruby2d/cli/build.rb +++ b/lib/ruby2d/cli/build.rb @@ -7,7 +7,7 @@ require 'fileutils' # The Ruby 2D library files @lib_files = [ - 'colorize', + 'cli/colorize', 'exceptions', 'renderable', 'color', |
