From 385ab540946ae27101167f9fea9eafc422fd36f7 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Tue, 2 Apr 2019 01:49:44 -0500 Subject: Bundle dependencies with the gem --- Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Rakefile') 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 -- cgit v1.2.3