bdoc 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.3.2 2011-03-14
2
+
3
+ * 1 bug fix
4
+ * make sure viewport is sized properly
5
+
1
6
  == 0.3.1 2011-03-14
2
7
 
3
8
  * 1 minor enhancement
data/README.rdoc CHANGED
@@ -1,5 +1,7 @@
1
1
  = Bdoc
2
2
 
3
+ http://img.skitch.com/20110314-df4nt8pyuw4ddnjtc1fast9nds.png
4
+
3
5
  == Description
4
6
 
5
7
  Bdoc is a simple replacement for the gem or yard server. All it does is look at all of
@@ -12,8 +14,6 @@ Hanna[http://github.com/mislav/hanna/tree/master] (a beautiful rdoc theme).
12
14
 
13
15
  Check out the demo http://manalang.github.com/bdoc/bdoc.html
14
16
 
15
- http://img.skitch.com/20110314-1xgsk2prxisirifc923fwb7htc.png
16
-
17
17
  == Install
18
18
 
19
19
  [sudo] gem install bdoc
data/lib/bdoc.rb CHANGED
@@ -8,7 +8,7 @@ require 'launchy'
8
8
  require 'multi_json'
9
9
 
10
10
  module Bdoc
11
- VERSION = '0.3.1'
11
+ VERSION = '0.3.2'
12
12
 
13
13
  class << self
14
14
  attr_accessor :output_dir
data/templates/bdoc.html CHANGED
@@ -165,9 +165,8 @@ a.gemname:hover, a.version:hover {
165
165
  <script>
166
166
  // <![CDATA[
167
167
  var gems = <%= @gems_json %>;
168
- var test;
169
168
  var resizeViewport = function() {
170
- $("#viewport").height($(window).height() - $("#navbar").height() - 1);
169
+ $("#viewport").height($(window).height() - $("#navbar").outerHeight() - 1);
171
170
  $("#viewport").width($(window).width());
172
171
  };
173
172
  var selectGem = function() {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rich Manalang
@@ -76,8 +76,6 @@ description: |-
76
76
  Hanna[http://github.com/mislav/hanna/tree/master] (a beautiful rdoc theme).
77
77
 
78
78
  Check out the demo http://manalang.github.com/bdoc/bdoc.html
79
-
80
- http://img.skitch.com/20110314-1xgsk2prxisirifc923fwb7htc.png
81
79
  email:
82
80
  - rich.manalang@gmail.com
83
81
  executables:
@@ -99,7 +97,7 @@ files:
99
97
  - test/test_helper.rb
100
98
  - .gemtest
101
99
  has_rdoc: true
102
- homepage:
100
+ homepage: http://img.skitch.com/20110314-df4nt8pyuw4ddnjtc1fast9nds.png
103
101
  licenses: []
104
102
 
105
103
  post_install_message: PostInstall.txt