Skip to content

Commit

Permalink
List of contributors ressurected; Version tick
Browse files Browse the repository at this point in the history
  • Loading branch information
inossidabile committed Sep 8, 2013
1 parent bdd4b85 commit 18ac031
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/wash_out/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WashOut
VERSION = "0.8.4"
VERSION = "0.9.0.beta.1"
end

0 comments on commit 18ac031

Please sign in to comment.