[DRE-commits] [ruby-aruba] 58/98: Revert preparations for version

Hideki Yamane henrich at moszumanska.debian.org
Tue Mar 22 12:20:40 UTC 2016


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 e8214a62ce34da5fc19f5a7aeb61aee131912362
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Mon Jan 4 13:28:31 2016 +0100

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

diff --git a/History.md b/History.md
index f7737e8..b6ab788 100644
--- a/History.md
+++ b/History.md
@@ -1,26 +1,12 @@
 # Latest Release
 
-## [v0.13.0](https://github.com/cucumber/aruba/compare/v0.12.0...v0.13.0)
-
-* Add two new hooks for rspec and cucumber to make troubleshooting feature
-  files easier (PR #338):
-  * command_content: Outputs command content - helpful for scripts
-  * command_filesystem_status: Outputs information like group, owner, mode,
-    atime, mtime
-* Colored announcer output similar to the color of `cucumber` tags: cyan
-* Fixed bug in announcer. It announces infomation several times due to
-  duplicate announce-calls.
-* Refactorings to internal `#simple_table`-method (internal)
-* Refactored Announcer, now it supports blocks for announce as well (internal)
-
-# Old releases
-
 ## [v0.12.0](https://github.com/cucumber/aruba/compare/v0.11.2...v0.12.0)
 
 * Add matcher to check if a command can be found in PATH (PR #336)
 * Fixed issue with environment variables set by external libraries (fix #321,
   issue #320)
 
+# Old releases
 
 ## [v0.11.2](https://github.com/cucumber/aruba/compare/v0.11.1...v0.11.2)
 
@@ -510,6 +496,20 @@
 
 # Upcoming un-released versions
 
+## [v0.13.0](https://github.com/cucumber/aruba/compare/v0.12.0...v0.13.0)
+
+* Add two new hooks for rspec and cucumber to make troubleshooting feature
+  files easier (PR #338):
+  * command_content: Outputs command content - helpful for scripts
+  * command_filesystem_status: Outputs information like group, owner, mode,
+    atime, mtime
+* Colored announcer output similar to the color of `cucumber` tags: cyan
+* Fixed bug in announcer. It announces infomation several times due to
+  duplicate announce-calls.
+* Refactorings to internal `#simple_table`-method (internal)
+* Refactored Announcer, now it supports blocks for announce as well (internal)
+
+
 ## [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 45d68a7..87e534e 100644
--- a/lib/aruba/version.rb
+++ b/lib/aruba/version.rb
@@ -1,3 +1,3 @@
 module Aruba
-  VERSION = '0.13.0'
+  VERSION = '0.12.0'
 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