rdoc-view 0.0.3 → 0.0.4
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/lib/rdoc-view/version.rb +1 -1
- data/lib/views/index.erb +9 -4
- metadata +2 -2
data/lib/rdoc-view/version.rb
CHANGED
data/lib/views/index.erb
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<link href="http://developer.github.com/css/reset.css" rel="stylesheet" type="text/css" />
|
|
7
7
|
<link href="http://developer.github.com/css/960.css" rel="stylesheet" type="text/css" />
|
|
8
8
|
<link href="http://developer.github.com/css/uv_active4d.css" rel="stylesheet" type="text/css" />
|
|
9
|
-
<link href="http://developer.github.com/shared/css/documentation.css"
|
|
10
|
-
<link href="http://developer.github.com/shared/css/pygments.css"
|
|
9
|
+
<link href="http://developer.github.com/shared/css/documentation.css" rel="stylesheet" type="text/css">
|
|
10
|
+
<link href="http://developer.github.com/shared/css/pygments.css" rel="stylesheet" type="text/css">
|
|
11
11
|
<style>
|
|
12
12
|
.logo {
|
|
13
13
|
padding-top: 10px;
|
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
color: #0065e9;
|
|
24
24
|
}
|
|
25
25
|
</style>
|
|
26
|
+
<style media="style">
|
|
27
|
+
#status {
|
|
28
|
+
display: none;
|
|
29
|
+
}
|
|
30
|
+
</style>
|
|
26
31
|
<script src="http://developer.github.com/shared/js/jquery.js" type="text/javascript"></script>
|
|
27
32
|
<script src="http://developer.github.com/shared/js/documentation.js" type="text/javascript"></script>
|
|
28
33
|
<script type="text/javascript">
|
|
@@ -59,9 +64,9 @@
|
|
|
59
64
|
|
|
60
65
|
<div id="header-wrapper">
|
|
61
66
|
<div id="header">
|
|
62
|
-
<a class="logo"
|
|
67
|
+
<a class="logo"><%=File.basename(settings.target_file)%></a>
|
|
63
68
|
<ul class="nav">
|
|
64
|
-
|
|
69
|
+
<!--<li id="filename"><%=File.basename(settings.target_file)%></li>-->
|
|
65
70
|
<li id="status"></li>
|
|
66
71
|
</ul>
|
|
67
72
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rdoc-view
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
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:
|
|
12
|
+
date: 2013-01-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sinatra
|