[DRE-commits] [ruby-aruba] 13/98: Version bump
Hideki Yamane
henrich at moszumanska.debian.org
Tue Mar 22 12:20:34 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 367e8818d7ead5043ed36768c32017571c4cb2aa
Author: Max Meyer <dev at fedux.org>
Date: Wed Dec 9 22:04:08 2015 +0100
Version bump
---
History.md | 18 +++++++++++-------
lib/aruba/version.rb | 2 +-
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/History.md b/History.md
index 3d97692..324ce82 100644
--- a/History.md
+++ b/History.md
@@ -1,26 +1,30 @@
# Latest Release
-## [v0.11.1](https://github.com/cucumber/aruba/compare/v0.11.pre4...v0.11.1)
+## [v0.11.2](https://github.com/cucumber/aruba/compare/v0.11.1...v0.11.2)
-* Use fixed version of event-bus
-* Refactored and improved documentation (feature tests) in PR #309
+* Fixed problem with positional arguments in `#run_simple()` (issue #322)
# Old releases
-## [v0.11.0](https://github.com/cucumber/aruba/compare/v0.11.pre4...v0.11.0)
+## [v0.11.1](https://github.com/cucumber/aruba/compare/v0.11.0...v0.11.1)
+
+* Use fixed version of event-bus
+* Refactored and improved documentation (feature tests) in PR #309
+
+## [v0.11.0](https://github.com/cucumber/aruba/compare/v0.11.0.pre4...v0.11.0)
* Accidently pushed to rubygems.org - yanked it afterwards
-## [v0.11.0.pre4](https://github.com/cucumber/aruba/compare/v0.11.pre3...v0.11.0.pre4)
+## [v0.11.0.pre4](https://github.com/cucumber/aruba/compare/v0.11.0.pre3...v0.11.0.pre4)
* Fixed syntax for Hash on ruby 1.8.7
* Reorder rubies in .travis.yml
-## [v0.11.0.pre3](https://github.com/cucumber/aruba/compare/v0.11.pre2...v0.11.0.pre3)
+## [v0.11.0.pre3](https://github.com/cucumber/aruba/compare/v0.11.0.pre2...v0.11.0.pre3)
* Fixed syntax for proc on ruby 1.8.7
-## [v0.11.0.pre2](https://github.com/cucumber/aruba/compare/v0.11.pre...v0.11.0.pre2)
+## [v0.11.0.pre2](https://github.com/cucumber/aruba/compare/v0.11.0.pre...v0.11.0.pre2)
* Integrate `EventBus` to decouple announcers from starting, stopping commands
etc. This uses nearly the same implementation like `cucumber`. (PR #309)
diff --git a/lib/aruba/version.rb b/lib/aruba/version.rb
index 058e090..3855675 100644
--- a/lib/aruba/version.rb
+++ b/lib/aruba/version.rb
@@ -1,3 +1,3 @@
module Aruba
- VERSION = '0.11.1'
+ VERSION = '0.11.2'
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