em-redislite 0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/em-redislite.gemspec +1 -1
  2. metadata +2 -1
@@ -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' ]
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- version: "0.1"
8
+ - 1
9
+ version: 0.1.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Bharanee Rathna