summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Black <[email protected]>2019-04-02 01:49:44 -0500
committerTom Black <[email protected]>2019-04-06 21:36:59 -0500
commit385ab540946ae27101167f9fea9eafc422fd36f7 (patch)
tree565afff6e92fd23a5a5ba92bfd1052eaf2a08ac8 /Rakefile
parent7d1a4de254bd4404affd7ddcafa4ef82f3d32ded (diff)
downloadruby2d-385ab540946ae27101167f9fea9eafc422fd36f7.tar.gz
ruby2d-385ab540946ae27101167f9fea9eafc422fd36f7.zip
Bundle dependencies with the gem
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index 16911c1..6dc53f3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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