redised 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/redised.rb +1 -1
- data/redised.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e83431bd557a2b72af6797534a0fea74d50ea4df
|
4
|
+
data.tar.gz: 12e0d48a02d1a02bc60cbd08408326be1266dddf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87d3b21b39c16ecbfdfcb1a454a115ba2dcc9a53e380e387a03e462bed176af9440c7a5c7cb1fb86d608a30dd18fb3b6002da4ae703a4d5dfb03c115193b893c
|
7
|
+
data.tar.gz: 73fffa121ceefc5ecd12b77e8d8a5005f6d62d26d26da9d173e28e68479a1e7dd64cd6d11bd83b9cfb62c495948017d566f890b5bdfa51fb60bef369cd6fe962
|
data/lib/redised.rb
CHANGED
@@ -4,7 +4,7 @@ require 'yaml'
|
|
4
4
|
# Redised allows for the common patter of module access to redis, when included
|
5
5
|
# a .redis and .redis= method are provided
|
6
6
|
module Redised
|
7
|
-
VERSION = '0.3.
|
7
|
+
VERSION = '0.3.2'
|
8
8
|
|
9
9
|
# Get a reusable connection based on a set of params. The
|
10
10
|
# params are the same as the options you pass to `Redis.new`
|
data/redised.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: redised 0.3.
|
5
|
+
# stub: redised 0.3.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "redised"
|
9
|
-
s.version = "0.3.
|
9
|
+
s.version = "0.3.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|