[DRE-commits] [rake] 01/07: Merge tag 'upstream/10.1.1'
Antonio Terceiro
terceiro at moszumanska.debian.org
Mon Feb 17 13:48:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rake.
commit 5f74037aa6dc11afe1b7e57dea4d99aed382626c
Merge: aeb6cd6 47b2672
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Feb 9 21:12:57 2014 -0300
Merge tag 'upstream/10.1.1'
Upstream version 10.1.1
# gpg: Signature made Dom 09 Fev 2014 21:12:53 BRT using RSA key ID CD460BDE
# gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
# gpg: aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
# gpg: aka "Antonio Terceiro <terceiro at colivre.coop.br>"
# gpg: aka "Antonio Terceiro <terceiro at debian.org>"
# gpg: aka "Antonio Terceiro <antonio.terceiro at linaro.org>"
# gpg: aka "Antonio Terceiro <terceiro at cs.ubc.ca>"
README.rdoc | 10 +-
Rakefile | 7 +-
checksums.yaml.gz | Bin 269 -> 270 bytes
doc/command_line_usage.rdoc | 2 +-
doc/rakefile.rdoc | 40 +-
doc/release_notes/rake-10.1.0.rdoc | 61 +++
install.rb | 20 +-
lib/rake.rb | 2 +
lib/rake/alt_system.rb | 7 +-
lib/rake/application.rb | 183 +++++---
lib/rake/backtrace.rb | 17 +-
lib/rake/clean.rb | 31 +-
lib/rake/contrib/ftptools.rb | 24 +-
lib/rake/contrib/sys.rb | 3 +-
lib/rake/dsl_definition.rb | 3 +-
lib/rake/ext/core.rb | 3 +-
lib/rake/ext/string.rb | 4 +-
lib/rake/file_list.rb | 42 +-
lib/rake/file_task.rb | 3 +-
lib/rake/file_utils.rb | 16 +-
lib/rake/file_utils_ext.rb | 3 +-
lib/rake/gempackagetask.rb | 3 +-
lib/rake/invocation_chain.rb | 42 +-
lib/rake/linked_list.rb | 103 +++++
lib/rake/packagetask.rb | 17 +-
lib/rake/pseudo_status.rb | 5 +
lib/rake/rdoctask.rb | 3 +-
lib/rake/ruby182_test_unit_fix.rb | 6 +-
lib/rake/runtest.rb | 4 +-
lib/rake/scope.rb | 42 ++
lib/rake/task.rb | 84 ++--
lib/rake/task_arguments.rb | 15 +-
lib/rake/task_manager.rb | 49 +-
lib/rake/tasklib.rb | 2 +-
lib/rake/testtask.rb | 17 +-
lib/rake/thread_history_display.rb | 2 +-
lib/rake/thread_pool.rb | 14 +-
lib/rake/version.rb | 10 +-
lib/rake/win32.rb | 5 +-
metadata.yml | 20 +-
test/helper.rb | 506 ++-------------------
.../{helper.rb => support/rakefile_definitions.rb} | 122 +----
test/support/ruby_runner.rb | 33 ++
test/test_rake_application.rb | 26 +-
test/test_rake_application_options.rb | 12 +-
test/test_rake_backtrace.rb | 52 ++-
test/test_rake_clean.rb | 40 +-
test/test_rake_definitions.rb | 5 +-
test/test_rake_file_creation_task.rb | 4 +-
test/test_rake_file_list.rb | 47 +-
test/test_rake_file_task.rb | 8 +-
test/test_rake_file_utils.rb | 8 +-
test/test_rake_ftp_file.rb | 41 +-
test/test_rake_functional.rb | 42 +-
test/test_rake_invocation_chain.rb | 18 +-
test/test_rake_linked_list.rb | 84 ++++
test/test_rake_makefile_loader.rb | 4 +-
test/test_rake_multi_task.rb | 5 +-
test/test_rake_name_space.rb | 2 +-
test/test_rake_path_map.rb | 35 +-
test/test_rake_rake_test_loader.rb | 5 +-
test/test_rake_reduce_compat.rb | 8 +-
test/test_rake_rules.rb | 59 ++-
test/test_rake_scope.rb | 44 ++
test/test_rake_task.rb | 58 ++-
test/test_rake_task_arguments.rb | 37 +-
test/test_rake_task_manager.rb | 31 +-
test/test_rake_task_with_arguments.rb | 4 +-
test/test_rake_test_task.rb | 3 +-
test/test_rake_thread_pool.rb | 52 ++-
test/test_thread_history_display.rb | 22 +-
test/test_trace_output.rb | 2 +
72 files changed, 1244 insertions(+), 1099 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rake.git
More information about the Pkg-ruby-extras-commits
mailing list