peek 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -30,3 +30,7 @@
30
30
  - Removed the need for `peek/results` partial.
31
31
  - Introduced a Redis and Memcache adapter for multi-server environments to store request payloads.
32
32
  - Tooltips automatically repositions depending on where the Peek bar is.
33
+
34
+ # 0.1.1
35
+
36
+ - Fix bug with how `peek:render` was passing arguments around.
@@ -10,7 +10,7 @@ updatePerformanceBar = (results) ->
10
10
  for key of results.data
11
11
  for label of results.data[key]
12
12
  $("[data-defer-to=#{key}-#{label}]").text results.data[key][label]
13
- $(document).trigger 'peek:render', getRequestId(), results
13
+ $(document).trigger 'peek:render', [getRequestId(), results]
14
14
 
15
15
  initializeTipsy = ->
16
16
  $('#peek .peek-tooltip, #peek .tooltip').each ->
data/lib/peek/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Peek
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peek
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: