sidekiq-redislog 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sidekiq-redislog (0.0.1)
4
+ sidekiq-redislog (0.0.2)
5
5
  sidekiq (>= 2.2.1)
6
6
  sinatra
7
7
  slim
@@ -10,11 +10,12 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- celluloid (0.14.0)
13
+ celluloid (0.14.1)
14
14
  timers (>= 1.0.0)
15
- connection_pool (1.0.0)
16
- hike (1.2.2)
17
- multi_json (1.7.3)
15
+ connection_pool (1.1.0)
16
+ hike (1.2.3)
17
+ json (1.8.0)
18
+ multi_json (1.7.9)
18
19
  rack (1.4.5)
19
20
  rack-protection (1.5.0)
20
21
  rack
@@ -24,26 +25,26 @@ GEM
24
25
  redis (3.0.4)
25
26
  redis-namespace (1.3.0)
26
27
  redis (~> 3.0.0)
27
- sidekiq (2.11.2)
28
- celluloid (>= 0.13.0)
28
+ sidekiq (2.13.0)
29
+ celluloid (>= 0.14.1)
29
30
  connection_pool (>= 1.0.0)
30
- multi_json
31
+ json
31
32
  redis (>= 3.0)
32
33
  redis-namespace
33
- sinatra (1.3.6)
34
+ sinatra (1.4.3)
34
35
  rack (~> 1.4)
35
- rack-protection (~> 1.3)
36
+ rack-protection (~> 1.4)
37
+ tilt (~> 1.3, >= 1.3.4)
38
+ slim (2.0.0)
39
+ temple (~> 0.6.5)
36
40
  tilt (~> 1.3, >= 1.3.3)
37
- slim (1.3.8)
38
- temple (~> 0.6.3)
39
- tilt (~> 1.3.3)
40
41
  sprockets (2.2.2)
41
42
  hike (~> 1.2)
42
43
  multi_json (~> 1.0)
43
44
  rack (~> 1.0)
44
45
  tilt (~> 1.1, != 1.3.0)
45
- temple (0.6.4)
46
- tilt (1.3.7)
46
+ temple (0.6.5)
47
+ tilt (1.4.1)
47
48
  timers (1.1.0)
48
49
 
49
50
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module RedisLog
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -15,10 +15,4 @@ if Sidekiq::Web.tabs.is_a?(Array)
15
15
  Sidekiq::Web.tabs << "redis"
16
16
  else
17
17
  Sidekiq::Web.tabs["Redis"] = "redis"
18
- end
19
-
20
- Sidekiq.configure_server do |config|
21
- config.server_middleware do |chain|
22
- chain.add Sidekiq::RedisLog::Middleware
23
- end
24
- end
18
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-redislog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-09 00:00:00.000000000 Z
12
+ date: 2013-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sidekiq
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  segments:
146
146
  - 0
147
- hash: 1305450152839076812
147
+ hash: -3837142665113167568
148
148
  required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  none: false
150
150
  requirements:
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  segments:
155
155
  - 0
156
- hash: 1305450152839076812
156
+ hash: -3837142665113167568
157
157
  requirements: []
158
158
  rubyforge_project:
159
159
  rubygems_version: 1.8.25