winescout-redis-rb 0.0.3.1 → 0.0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +3 -3
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -7,9 +7,9 @@ require 'tasks/redis.tasks'
7
7
 
8
8
 
9
9
  GEM = 'redis'
10
- GEM_NAME ='redis'
11
- GEM_VERSION = '0.0.3'
12
- AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley', 'Matthew Clark]
10
+ GEM_NAME = 'redis'
11
+ GEM_VERSION = '0.0.3.2'
12
+ AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley', 'Matthew Clark']
13
13
  EMAIL = "matt.clark@punchstock.com"
14
14
  HOMEPAGE = "http://github.com/winescout/redis-rb"
15
15
  SUMMARY = "Ruby client library for redis key value storage server"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winescout-redis-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.1
4
+ version: 0.0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezra Zygmuntowicz