[DRE-commits] [ruby-childprocess] branch master updated (4fd15ae -> 72699ef)

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 change to branch master
in repository ruby-childprocess.

      from  4fd15ae   Upload to unstable
       new  7f74b56   d/control: Wrap and sort control file
       new  a9795ff   d/control: Bump Standards-Version to 3.9.5 (no changes)
      adds  fca5a47   Imported Upstream version 0.5.1
       new  3ba741a   Merge tag 'upstream/0.5.1'
       new  0ac8156   New upstream release (0.5.1)
       new  f166ad7   Add coveralls build dependency and enable pid_behavior test
       new  72699ef   Release 0.5.1-1 to unstable (review)

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                   |   2 +
 .travis.yml                                  |   8 +--
 LICENSE                                      |   2 +-
 README.md                                    |  15 +++-
 Rakefile                                     |   2 +-
 checksums.yaml.gz                            | Bin 0 -> 268 bytes
 childprocess.gemspec                         |   2 +
 debian/changelog                             |  10 +++
 debian/control                               |  16 +++--
 debian/ruby-test-files.yaml                  |   1 +
 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 ++---
 29 files changed, 535 insertions(+), 230 deletions(-)
 create mode 100644 checksums.yaml.gz

-- 
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