peek-resque 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,3 +9,7 @@
9
9
  # 2.0.0
10
10
 
11
11
  - Conform to the new Peek API for rendering data in the view.
12
+
13
+ # 2.0.1
14
+
15
+ - Add auto-gravity for tooltips.
@@ -1,2 +1,4 @@
1
1
  $(document).on 'peek:render', (event, request_id, data) ->
2
- $('#resque-jobs-tooltip').attr('title', "Failures: #{data.context.resque.jobs.failures}").tipsy()
2
+ $('#resque-jobs-tooltip')
3
+ .attr('title', "Failures: #{data.context.resque.jobs.failures}")
4
+ .tipsy gravity: $.fn.tipsy.autoNS
@@ -1,5 +1,5 @@
1
1
  module Peek
2
2
  module Resque
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peek-resque
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
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-05-08 00:00:00.000000000 Z
12
+ date: 2013-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: peek