superfeedr-em-redis 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -17,8 +17,8 @@ Bones {
17
17
  name 'superfeedr-em-redis'
18
18
  authors ['Jonathan Broad', 'Eugene Pimenov', 'Stephan Maka']
19
19
  email 'stephan@spaceboyz.net'
20
- url 'http://github.com/astro/em-redis'
21
- summary 'An eventmachine-based implementation of the Redis protocol (forked)'
20
+ url 'http://github.com/libc/em-redis'
21
+ summary 'An eventmachine-based implementation of the Redis protocol'
22
22
  description summary
23
23
  version EMRedis::VERSION
24
24
 
@@ -440,7 +440,7 @@ module EventMachine
440
440
  processor, blk = callback
441
441
  value = processor.call(value) if processor
442
442
  blk.call(value) if blk
443
- else
443
+ elsif callback.length == 3
444
444
  processor, pipeline_count, blk = callback
445
445
  value = processor.call(value) if processor
446
446
  @values << value
data/lib/em-redis.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  module EMRedis
3
3
 
4
4
  # :stopdoc:
5
- VERSION = '0.2.4'
5
+ VERSION = '0.2.5'
6
6
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
7
7
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
8
8
  # :startdoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: superfeedr-em-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Broad
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-04-01 00:00:00 +02:00
14
+ date: 2010-04-06 00:00:00 +02:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- version: 0.2.1
45
+ version: "0"
46
46
  version:
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: bones
@@ -54,7 +54,7 @@ dependencies:
54
54
  - !ruby/object:Gem::Version
55
55
  version: 3.4.1
56
56
  version:
57
- description: An eventmachine-based implementation of the Redis protocol (forked)
57
+ description: An eventmachine-based implementation of the Redis protocol
58
58
  email: stephan@spaceboyz.net
59
59
  executables: []
60
60
 
@@ -64,7 +64,6 @@ extra_rdoc_files:
64
64
  - History.txt
65
65
  - README.rdoc
66
66
  files:
67
- - .gitignore
68
67
  - History.txt
69
68
  - README.rdoc
70
69
  - Rakefile
@@ -75,7 +74,7 @@ files:
75
74
  - spec/redis_protocol_spec.rb
76
75
  - spec/test_helper.rb
77
76
  has_rdoc: true
78
- homepage: http://github.com/astro/em-redis
77
+ homepage: http://github.com/libc/em-redis
79
78
  licenses: []
80
79
 
81
80
  post_install_message:
@@ -102,6 +101,6 @@ rubyforge_project: superfeedr-em-redis
102
101
  rubygems_version: 1.3.5
103
102
  signing_key:
104
103
  specification_version: 3
105
- summary: An eventmachine-based implementation of the Redis protocol (forked)
104
+ summary: An eventmachine-based implementation of the Redis protocol
106
105
  test_files: []
107
106
 
data/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- .DS_Store
2
- pkg