diff options
| author | murphy <murphy@rubychan.de> | 2009-12-28 07:27:12 +0000 |
|---|---|---|
| committer | murphy <murphy@rubychan.de> | 2009-12-28 07:27:12 +0000 |
| commit | 432aeb74d5a49e6f0efd1063113cef099c93aef6 (patch) | |
| tree | f300ae05c2418721ea188ca1acc763cff06e71b7 /rake_tasks | |
| parent | 1982b2bf7e7bfa333838cf2f3e7613c00d2a67c3 (diff) | |
| download | coderay-432aeb74d5a49e6f0efd1063113cef099c93aef6.tar.gz | |
Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to trunk.
Diffstat (limited to 'rake_tasks')
| -rw-r--r-- | rake_tasks/gem.rake | 2 | ||||
| -rw-r--r-- | rake_tasks/test.rake | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/rake_tasks/gem.rake b/rake_tasks/gem.rake index c356761..ef013eb 100644 --- a/rake_tasks/gem.rake +++ b/rake_tasks/gem.rake @@ -113,3 +113,5 @@ namespace :gem do end
end
+
+task :gem => 'gem:make'
\ No newline at end of file diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake index c02f32f..0c9ce78 100644 --- a/rake_tasks/test.rake +++ b/rake_tasks/test.rake @@ -42,7 +42,8 @@ namespace :test do $stdout.sync = true for task in %w(test 19 test jruby test) if task == 'test' - puts "\n\nTesting with #{RUBY}..." + print "\n\nTesting with " + ruby '-v' Rake::Task['test'].reenable Rake::Task['test:functional'].reenable Rake::Task['test:scanners'].reenable |
