em-redislite 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/em-redislite.gemspec +1 -1
- metadata +2 -1
data/em-redislite.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{em-redislite}
|
5
|
-
s.version = '0.1'
|
5
|
+
s.version = '0.1.1'
|
6
6
|
s.summary = 'A lightweight EM based Redis adapter'
|
7
7
|
s.description = 'A very simple EventMachine based adapter that talks Redis protocol'
|
8
8
|
s.authors = [ 'Bharanee Rathna' ]
|