mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
release v0.2.2
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## 0.2.2
|
||||||
|
|
||||||
|
- Fix bug with refresh - typo would've prevented real use.
|
||||||
|
- Clean up code.
|
||||||
|
- Improve documentation a bit.
|
||||||
|
- 100% test coverage.
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
|
|
||||||
- Fix bug when dealing with real-world Redis error conditions.
|
- Fix bug when dealing with real-world Redis error conditions.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Suo [](https://travis-ci.org/nickelser/suo) [](http://badge.fury.io/rb/suo)
|
# Suo [](https://travis-ci.org/nickelser/suo) [](https://codeclimate.com/github/nickelser/suo) [](https://codeclimate.com/github/nickelser/suo) [](http://badge.fury.io/rb/suo)
|
||||||
|
|
||||||
:lock: Distributed semaphores using Memcached or Redis in Ruby.
|
:lock: Distributed semaphores using Memcached or Redis in Ruby.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Suo
|
module Suo
|
||||||
VERSION = "0.2.1"
|
VERSION = "0.2.2"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user