diff options
| author | Tom Black <[email protected]> | 2019-04-02 01:49:44 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2019-04-06 21:36:59 -0500 |
| commit | 385ab540946ae27101167f9fea9eafc422fd36f7 (patch) | |
| tree | 565afff6e92fd23a5a5ba92bfd1052eaf2a08ac8 /Rakefile | |
| parent | 7d1a4de254bd4404affd7ddcafa4ef82f3d32ded (diff) | |
| download | ruby2d-385ab540946ae27101167f9fea9eafc422fd36f7.tar.gz ruby2d-385ab540946ae27101167f9fea9eafc422fd36f7.zip | |
Bundle dependencies with the gem
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -2,13 +2,6 @@ require 'rspec/core/rake_task' require_relative 'lib/ruby2d/colorize' require_relative 'lib/ruby2d/version' -# Simple 2D is required for these tasks -if `which simple2d`.empty? - puts "Simple 2D not found!".error - puts "Install before running Rake tasks." - exit -end - def get_args ARGV.each { |a| task a.to_sym do ; end } end |
