[DRE-commits] [rake] 02/06: Merge tag 'upstream/10.4.2'

zeha at debian.org zeha at debian.org
Fri Jul 31 06:46:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository rake.

commit 36d854203672567207bdfe8078148ad7d014a364
Merge: 9606e08 2193f7a
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Fri Jul 31 08:29:03 2015 +0200

    Merge tag 'upstream/10.4.2'
    
    Upstream version 10.4.2

 CONTRIBUTING.rdoc                       |   6 +-
 History.rdoc                            |  42 ++++++++++
 Manifest.txt                            |   6 +-
 README.rdoc                             |   7 +-
 Rakefile                                |   4 +-
 checksums.yaml.gz                       | Bin 269 -> 0 bytes
 checksums.yaml.gz.sig                   |   2 -
 data.tar.gz.sig                         | Bin 256 -> 0 bytes
 doc/rake.1                              | 141 ++++++++++++++++++++++++++++++++
 doc/rake.1.gz                           | Bin 1369 -> 0 bytes
 lib/rake.rb                             |   3 +-
 lib/rake/application.rb                 |  19 +++--
 lib/rake/backtrace.rb                   |   2 +-
 lib/rake/cloneable.rb                   |   2 +-
 lib/rake/contrib/.document              |   1 +
 lib/rake/contrib/sshpublisher.rb        |   8 +-
 lib/rake/cpu_counter.rb                 |  30 +++++--
 lib/rake/dsl_definition.rb              |   5 +-
 lib/rake/ext/module.rb                  |   1 +
 lib/rake/ext/pathname.rb                |  25 ++++++
 lib/rake/ext/string.rb                  |   2 +-
 lib/rake/ext/time.rb                    |   5 +-
 lib/rake/file_list.rb                   |  22 ++++-
 lib/rake/file_task.rb                   |   4 +-
 lib/rake/file_utils.rb                  |  20 ++++-
 lib/rake/invocation_chain.rb            |   2 +-
 lib/rake/late_time.rb                   |  17 ++++
 lib/rake/packagetask.rb                 |   9 +-
 lib/rake/task_manager.rb                |   4 +-
 metadata.gz.sig                         | Bin 256 -> 0 bytes
 metadata.yml                            |  49 ++++-------
 test/helper.rb                          |   7 +-
 test/support/rakefile_definitions.rb    |   2 +-
 test/support/ruby_runner.rb             |  11 +--
 test/test_rake_application.rb           |   8 +-
 test/test_rake_application_options.rb   |   4 +-
 test/test_rake_backtrace.rb             |   2 +-
 test/test_rake_clean.rb                 |   8 +-
 test/test_rake_cpu_counter.rb           |  74 ++++++++++-------
 test/test_rake_definitions.rb           |   5 ++
 test/test_rake_directory_task.rb        |  13 +++
 test/test_rake_file_list.rb             |  28 +++++++
 test/test_rake_file_task.rb             |  27 ++++--
 test/test_rake_late_time.rb             |  18 ++++
 test/test_rake_multi_task.rb            |   6 ++
 test/test_rake_pathname_extensions.rb   |  15 ++++
 test/test_rake_task.rb                  |   3 +-
 test/test_rake_task_argument_parsing.rb |  10 +++
 test/test_rake_task_with_arguments.rb   |   1 +
 test/test_rake_test_task.rb             |  19 +++--
 test/test_rake_thread_pool.rb           |   5 +-
 51 files changed, 559 insertions(+), 145 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