Rakefile in json_pure-2.0.4 vs Rakefile in json_pure-2.1.0

- old
+ new

@@ -255,11 +255,11 @@ mkdir_p 'pkg' mv "json-#{PKG_VERSION}-java.gem", 'pkg' end desc "Testing library (jruby)" - task :test_ext => [ :create_jar, :check_env, :do_test_ext ] + task :test_ext => [ :check_env, :create_jar, :do_test_ext ] UndocumentedTestTask.new do |t| t.name = 'do_test_ext' t.libs << 'lib' << 'tests' t.test_files = FileList['tests/*_test.rb'] @@ -329,10 +329,10 @@ end cp "#{EXT_GENERATOR_DIR}/generator.#{CONFIG['DLEXT']}", EXT_ROOT_DIR end desc "Testing library (extension)" - task :test_ext => [ :compile, :check_env, :do_test_ext ] + task :test_ext => [ :check_env, :compile, :do_test_ext ] UndocumentedTestTask.new do |t| t.name = 'do_test_ext' t.libs << 'ext' << 'lib' << 'tests' t.test_files = FileList['tests/*_test.rb']