[DRE-commits] [ruby-aruba] 38/74: Version bump

Hideki Yamane henrich at moszumanska.debian.org
Sat Nov 28 01:16:37 UTC 2015


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

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit bf918ac0924786b5de695d0a3afb282529e2424e
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Wed Nov 25 13:51:49 2015 +0100

    Version bump
---
 History.md           | 30 +++++++++++++++---------------
 lib/aruba/version.rb |  2 +-
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/History.md b/History.md
index e863b12..fa495b6 100644
--- a/History.md
+++ b/History.md
@@ -1,5 +1,20 @@
 # Latest Release
 
+## [v0.11.0.pre](https://github.com/cucumber/aruba/compare/v0.10.2...v0.11.0.pre)
+
+* Set stop signal which should be used to stop a process after a timeout or
+  used to terminate a process. This can be used to stop processes running
+  docker + "systemd". If you send a systemd-enable container SIGINT it will be
+  stopped.
+* Added a configurable amount of time after a command was started -
+  startup_wait_time. Otherwise you get problems when a process takes to long to
+  startup when you run in background and want to sent it a signal.
+* Replace `<variable>` in commandline, e.g. `<pid-last-command-started>`
+  [experimental]
+* Added announce formatter for time spans, e.g. `startup_wait_time`
+* All `*Process`-classes e.g. `BasicProcess`, `SpawnProcess` etc. are marked as
+  private. Users should use `#run('cmd')` and don't use the classes directly.
+
 ## [v0.10.2](https://github.com/cucumber/aruba/compare/v0.10.1...v0.10.2)
 
 * Fixed problem in regex after merge of step definitions
@@ -430,21 +445,6 @@
 
 # Upcoming un-released versions
 
-## [v0.11.0](https://github.com/cucumber/aruba/compare/v0.10.2...v0.11.0)
-
-* Set stop signal which should be used to stop a process after a timeout or
-  used to terminate a process. This can be used to stop processes running
-  docker + "systemd". If you send a systemd-enable container SIGINT it will be
-  stopped.
-* Added a configurable amount of time after a command was started -
-  startup_wait_time. Otherwise you get problems when a process takes to long to
-  startup when you run in background and want to sent it a signal.
-* Replace `<variable>` in commandline, e.g. `<pid-last-command-started>`
-  [experimental]
-* Added announce formatter for time spans, e.g. `startup_wait_time`
-* All `*Process`-classes e.g. `BasicProcess`, `SpawnProcess` etc. are marked as
-  private. Users should use `#run('cmd')` and don't use the classes directly.
-
 ## [v1.0.0](https://github.com/cucumber/aruba/compare/v0.11.0...v1.0.0)
 
 * Support for rubies older than 1.9.3 is discontinued - e.g 1.8.7 and 1.9.2
diff --git a/lib/aruba/version.rb b/lib/aruba/version.rb
index 7915a3e..f8668ad 100644
--- a/lib/aruba/version.rb
+++ b/lib/aruba/version.rb
@@ -1,3 +1,3 @@
 module Aruba
-  VERSION = '0.10.2'
+  VERSION = '0.11.0.pre'
 end

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