peek-rblineprof 0.1.0 → 0.1.1

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # 0.0.1
2
2
 
3
3
  - Initial release.
4
+
5
+ # 0.1.1
6
+
7
+ - Fix CSS for modal where it would be anchored to the bottom of the page.
data/README.md CHANGED
@@ -15,6 +15,8 @@ You can also drill down to only certain parts of your codebase like:
15
15
  - all, everything within `Rails.root`
16
16
  - stdlib
17
17
 
18
+ ![screen shot 2013-05-06 at 5 08 45 pm](https://f.cloud.github.com/assets/79995/468966/500eb60a-b6aa-11e2-9792-b0d90c0d703d.png)
19
+
18
20
  ## Installation
19
21
 
20
22
  Add this line to your application's Gemfile:
@@ -1,6 +1,5 @@
1
1
  $(document).on 'click', '.js-lineprof-file', (e) ->
2
2
  $(this).parents('.peek-rblineprof-file').next('div').toggle()
3
- alert 'wtf'
4
3
  e.preventDefault()
5
4
  false
6
5
 
@@ -3,6 +3,7 @@
3
3
  position: absolute;
4
4
  z-index: 10000;
5
5
  left: 50%;
6
+ top: 50px;
6
7
  margin-left: -450px;
7
8
 
8
9
  pre,
@@ -11,7 +12,6 @@
11
12
  }
12
13
  }
13
14
 
14
-
15
15
  .peek-dropdown {
16
16
  background: #fff;
17
17
  position: absolute;
@@ -1,5 +1,5 @@
1
1
  module Peek
2
2
  module Rblineprof
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -1,3 +1,4 @@
1
+ require 'peek/views/view'
1
2
  require 'rblineprof'
2
3
 
3
4
  module Peek
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peek-rblineprof
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-20 00:00:00.000000000 Z
12
+ date: 2013-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: peek