em-hiredis-sentinel 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8ccc312f11d82490c468f1f9c1d57b0c6bf5d4b
4
- data.tar.gz: 897d83b49139778d1d4301211299e0f879e4653e
3
+ metadata.gz: 3820b569ecfeb024ad4b2954ce00f0757294ffdc
4
+ data.tar.gz: 77c4c1ff4d14a390d711f230d6d9a5bf92a8272c
5
5
  SHA512:
6
- metadata.gz: 9b7a1da78bd352bbb479b38eb896390f19d3737235ef3db6d4cbf6fd1da23a3ea1c54d19889773d5d11ad2bb884596ed8e48cdec0c2bad327bfc9693247a4731
7
- data.tar.gz: a4f59fc33c645c0526979d3b04d80e9325231004b311b0ab475c17816a6daedcc8bc7eac60b236528bdc3ad0e0425edaf8b33e90e3c07d22515d761136b24181
6
+ metadata.gz: 5bd602377b6a0e0cd3a3d8a0e425f098fd2825319fcff40179d457cc867d0cf5833b90ac2dac84e555076ce90c48f2250341d336547ac9e2905db6d18b3ae788
7
+ data.tar.gz: 1c3f5280f5991fea7c4957fc33f822d4768b0e4c2c8126ebf36ab277a9294780e9c37833b5edd4c5d64bdc94fd7f3dd5ef152221ff4e1e5c6735cb5850b944d9
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Justin Schneck"]
10
10
  spec.email = ["jschneck@mac.com"]
11
11
  spec.summary = %q{Redis Sentinel for em-hiredis}
12
- spec.description = %q{}
13
- spec.homepage = ""
12
+ spec.description = %q{Monkey patches em-hiredis with sentinel support for failover}
13
+ spec.homepage = "https://github.com/mobileoverlord/em-hiredis-sentinel"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -3,7 +3,7 @@ require 'eventmachine'
3
3
  module EventMachine
4
4
  module Hiredis
5
5
  module Sentinel
6
- VERSION = '0.1.1'
6
+ VERSION = '0.1.2'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em-hiredis-sentinel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Schneck
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: ''
55
+ description: Monkey patches em-hiredis with sentinel support for failover
56
56
  email:
57
57
  - jschneck@mac.com
58
58
  executables: []
@@ -72,7 +72,7 @@ files:
72
72
  - lib/em-hiredis-sentinel/client.rb
73
73
  - lib/em-hiredis-sentinel/pubsub_client.rb
74
74
  - lib/em-hiredis-sentinel/version.rb
75
- homepage: ''
75
+ homepage: https://github.com/mobileoverlord/em-hiredis-sentinel
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}