threadsafe-hiredis 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: threadsafe-hiredis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pieter Noordhuis
8
+ - Seo Townsend
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -39,9 +40,11 @@ dependencies:
39
40
  - !ruby/object:Gem::Version
40
41
  version: 0.7.1
41
42
  description: Ruby wrapper for hiredis (protocol serialization/deserialization and
42
- blocking I/O)
43
+ blocking I/O), includes support for multithreading via Hiredis::ThreadSafeConnection. Original
44
+ work by Pieter Noordhuis with hiredis-rb
43
45
  email:
44
46
  - pcnoordhuis@gmail.com
47
+ - seotownsend@icloud.com
45
48
  executables: []
46
49
  extensions:
47
50
  - ext/hiredis_ext/extconf.rb
@@ -63,7 +66,21 @@ files:
63
66
  - lib/hiredis/ruby/reader.rb
64
67
  - lib/hiredis/thread_safe_connection.rb
65
68
  - lib/hiredis/version.rb
66
- homepage: http://github.com/redis/hiredis-rb
69
+ - vendor/hiredis/COPYING
70
+ - vendor/hiredis/Makefile
71
+ - vendor/hiredis/async.c
72
+ - vendor/hiredis/async.h
73
+ - vendor/hiredis/dict.c
74
+ - vendor/hiredis/dict.h
75
+ - vendor/hiredis/fmacros.h
76
+ - vendor/hiredis/hiredis.c
77
+ - vendor/hiredis/hiredis.h
78
+ - vendor/hiredis/net.c
79
+ - vendor/hiredis/net.h
80
+ - vendor/hiredis/sds.c
81
+ - vendor/hiredis/sds.h
82
+ - vendor/hiredis/test.c
83
+ homepage: http://github.com/threadsafe-hiredis-rb
67
84
  licenses:
68
85
  - BSD-3-Clause
69
86
  metadata: {}
@@ -87,5 +104,6 @@ rubygems_version: 2.2.2
87
104
  signing_key:
88
105
  specification_version: 4
89
106
  summary: Ruby wrapper for hiredis (protocol serialization/deserialization and blocking
90
- I/O)
107
+ I/O), includes support for multithreading via Hiredis::ThreadSafeConnection. Original
108
+ work by Pieter Noordhuis with hiredis-rb
91
109
  test_files: []