Skip to content

Commit 7d67046

Browse files
Cleaning up unused files/tasks
1 parent b4f6090 commit 7d67046

File tree

4 files changed

+2
-750
lines changed

4 files changed

+2
-750
lines changed

Rakefile

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
1-
require 'rdoc/task'
21
require 'rubygems'
32

43
require "#{File.expand_path(File.dirname(__FILE__))}/lib/git/version"
54

65
task :default => :test
76

8-
desc "Upload Docs"
9-
task :upload_docs do |t|
10-
system('rsync -rv --delete doc/ git.rubyforge.org:/var/www/gforge-projects/git')
11-
end
12-
13-
desc "Run Unit Tests"
7+
desc 'Run Unit Tests'
148
task :test do |t|
159
sh 'git config --global user.email "git@example.com"' if `git config user.email`.empty?
1610
sh 'git config --global user.name "GitExample"' if `git config user.name`.empty?
1711

1812
$VERBOSE = true
13+
1914
require File.dirname(__FILE__) + '/tests/all_tests.rb'
2015
end
2116

22-
Rake::RDocTask.new do |rdoc|
23-
rdoc.rdoc_dir = 'rdoc'
24-
rdoc.title = "ruby-git #{Git::VERSION}"
25-
rdoc.rdoc_files.include('README*')
26-
rdoc.rdoc_files.include('lib/**/*.rb')
27-
end
2817

TODO

Lines changed: 0 additions & 25 deletions
This file was deleted.

benchmark.rb

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)