[DRE-commits] [ruby-childprocess] 03/06: Merge tag 'upstream/0.5.1'

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 18 18:18:29 UTC 2014


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

sbadia-guest pushed a commit to branch master
in repository ruby-childprocess.

commit 3ba741ad559897b258d3a8330c72cf1edae221ff
Merge: a9795ff fca5a47
Author: Sebastien Badia <seb at sebian.fr>
Date:   Tue Mar 18 18:25:52 2014 +0100

    Merge tag 'upstream/0.5.1'
    
    Upstream version 0.5.1

 .gitignore                                   |   2 +
 .travis.yml                                  |   8 +--
 LICENSE                                      |   2 +-
 README.md                                    |  15 +++-
 Rakefile                                     |   2 +-
 checksums.yaml.gz                            | Bin 0 -> 268 bytes
 childprocess.gemspec                         |   2 +
 lib/childprocess/abstract_process.rb         |  14 ++++
 lib/childprocess/jruby/process.rb            |  10 ++-
 lib/childprocess/unix/fork_exec_process.rb   |   4 ++
 lib/childprocess/unix/lib.rb                 |   7 +-
 lib/childprocess/unix/posix_spawn_process.rb |  28 +++-----
 lib/childprocess/unix/process.rb             |  26 +++++--
 lib/childprocess/version.rb                  |   2 +-
 lib/childprocess/windows/handle.rb           |  28 ++++----
 lib/childprocess/windows/lib.rb              | 104 ++++++++++++++++++++-------
 lib/childprocess/windows/process.rb          |  66 +++++++++++++++--
 lib/childprocess/windows/process_builder.rb  |  58 +++++++--------
 lib/childprocess/windows/structs.rb          |  66 +++++++++++++++++
 metadata.yml                                 |  69 +++++++++---------
 spec/abstract_io_spec.rb                     |   4 +-
 spec/childprocess_spec.rb                    |  64 +++++++++++------
 spec/io_spec.rb                              |  59 +++++++--------
 spec/pid_behavior.rb                         |   3 +-
 spec/spec_helper.rb                          |  79 ++++++++++++++------
 spec/unix_spec.rb                            |  16 ++---
 26 files changed, 513 insertions(+), 225 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-childprocess.git



More information about the Pkg-ruby-extras-commits mailing list