redis 2.0.12 → 2.0.13

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 (3) hide show
  1. data/lib/redis.rb +1 -1
  2. data/lib/redis/client.rb +1 -1
  3. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  require 'socket'
2
2
 
3
3
  class Redis
4
- VERSION = "2.0.12"
4
+ VERSION = "2.0.13"
5
5
 
6
6
  class ProtocolError < RuntimeError
7
7
  def initialize(reply_type)
@@ -146,7 +146,7 @@ class Redis
146
146
  def join_commands(commands)
147
147
  commands.map do |command|
148
148
  build_command(*command).join(COMMAND_DELIMITER) + COMMAND_DELIMITER
149
- end.join(COMMAND_DELIMITER) + COMMAND_DELIMITER
149
+ end.join(nil)
150
150
  end
151
151
 
152
152
  if "".respond_to?(:bytesize)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 12
9
- version: 2.0.12
8
+ - 13
9
+ version: 2.0.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ezra Zygmuntowicz
@@ -21,7 +21,7 @@ autorequire: redis
21
21
  bindir: bin
22
22
  cert_chain: []
23
23
 
24
- date: 2010-10-27 00:00:00 -03:00
24
+ date: 2010-11-01 00:00:00 -03:00
25
25
  default_executable:
26
26
  dependencies: []
27
27