1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 02:11:36 +01:00

- now compat with Ruby 1.9.2

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@99 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mvandervoord
2010-10-22 00:46:58 +00:00
parent a1ed0deceb
commit 4f2de8c87e
5 changed files with 17 additions and 14 deletions

View File

@@ -1,10 +1,9 @@
HERE = File.expand_path(File.dirname(__FILE__)) + '/'
#require HERE + 'config/environment'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rakefile_helper'
require HERE+'rakefile_helper'
include RakefileHelpers