From f23419e9b4668ede96952b4d156bfb8299893637 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Sun, 9 Feb 2020 17:56:06 -0600 Subject: Update `colorize.rb` path --- bin/ruby2d | 2 +- lib/ruby2d/cli/build.rb | 2 +- 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', -- cgit v1.2.3