From 18ac031256a22e5155a4bdc0d09d73efa1a72d00 Mon Sep 17 00:00:00 2001 From: Boris Staal Date: Sun, 8 Sep 2013 17:19:58 +0700 Subject: [PATCH] List of contributors ressurected; Version tick --- README.md | 14 ++++++++++---- lib/wash_out/version.rb | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 43f4ef15..2320319f 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,7 @@ In your Gemfile, add this line: gem 'wash_out' -## Upgrading from version < 0.8.5 - -Replace `include WashOut::Soap` with `soap_service` at the controller level. +If you are upgrading from version < 0.8.5, replace `include WashOut::Soap` with `soap_service` at the controller level. ## Usage @@ -169,8 +167,16 @@ soap_action "foo" # this will be passed as is * Boris Staal, [@inossidabile](http://staal.io) -## Contributors +## Contributors (in random order) + * Mikael Henriksson, [@mhenrixon](http://twitter.com/mhenrixon) +* Björn Nilsson [@Bjorn-Nilsson](https://github.com/Bjorn-Nilsson) +* Tobias Bielohlawek [@rngtng](https://github.com/rngtng) +* Francesco Negri [@dhinus](https://github.com/dhinus) +* Edgars Beigarts [@ebeigarts](https://github.com/ebeigarts) +* [Exad](https://github.com/exad) [@wknechtel](https://github.com/wknechtel) and [@☈king](https://github.com/rking) +* Mark Goris [@gorism](https://github.com/gorism) +* ... and [others](https://github.com/inossidabile/wash_out/graphs/contributors) ## License diff --git a/lib/wash_out/version.rb b/lib/wash_out/version.rb index 5794583c..762065c2 100644 --- a/lib/wash_out/version.rb +++ b/lib/wash_out/version.rb @@ -1,3 +1,3 @@ module WashOut - VERSION = "0.8.4" + VERSION = "0.9.0.beta.1" end