summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2020-02-09 17:56:06 -0600
committerTom Black <[email protected]>2020-02-09 17:56:06 -0600
commitf23419e9b4668ede96952b4d156bfb8299893637 (patch)
treeba6382695b2ef25d28dc122f545f6b4908f58ff2
parent01c644562019a9ad69fa16f08c695bb99488e343 (diff)
downloadruby2d-f23419e9b4668ede96952b4d156bfb8299893637.tar.gz
ruby2d-f23419e9b4668ede96952b4d156bfb8299893637.zip
Update `colorize.rb` path
-rwxr-xr-xbin/ruby2d2
-rw-r--r--lib/ruby2d/cli/build.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ruby2d b/bin/ruby2d
index 9a77ee8..71d5f2b 100755
--- a/bin/ruby2d
+++ b/bin/ruby2d
@@ -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',