[DRE-commits] [ruby-aruba] branch master updated (de1ff9c -> 7bc2b5a)

Hideki Yamane henrich at alioth.debian.org
Sat Oct 5 16:04:15 UTC 2013


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

henrich pushed a change to branch master
in repository ruby-aruba.

      from  de1ff9c   correct my email address
       new  22d7ff5   add ITP number
       new  b898770   Merge branch 'master' of git+ssh://git.debian.org/git/pkg-ruby-extras/ruby-aruba
      adds  87cb123   Imported Upstream version 0.5.3
       new  d148ccb   Merge tag 'upstream/0.5.3'
       new  7bc2b5a   New upstream release

The 4 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:
 .travis.yml                                        |    8 +-
 History.md                                         |   13 +-
 LICENSE                                            |    2 +-
 README.md                                          |  146 +++++++++-----
 aruba.gemspec                                      |    6 +-
 cucumber.yml                                       |    5 +-
 debian/changelog                                   |    6 +
 features/custom_ruby_process.feature               |   12 ++
 features/exit_statuses.feature                     |    4 +-
 features/interactive.feature                       |    2 +-
 features/support/custom_main.rb                    |   24 +++
 features/utf-8.feature                             |   14 ++
 lib/aruba.rb                                       |    9 +-
 lib/aruba/api.rb                                   |   31 +--
 lib/aruba/cucumber/hooks.rb                        |    1 +
 lib/aruba/in_process.rb                            |   51 +++++
 lib/aruba/reporting.rb                             |    4 +-
 lib/aruba/{process.rb => spawn_process.rb}         |   64 +++---
 metadata.yml                                       |  208 +++++++-------------
 .../{process_spec.rb => spawn_process_spec.rb}     |   16 +-
 20 files changed, 373 insertions(+), 253 deletions(-)
 create mode 100644 features/custom_ruby_process.feature
 create mode 100644 features/support/custom_main.rb
 create mode 100644 features/utf-8.feature
 create mode 100644 lib/aruba/in_process.rb
 rename lib/aruba/{process.rb => spawn_process.rb} (60%)
 rename spec/aruba/{process_spec.rb => spawn_process_spec.rb} (64%)

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



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