rdoc-view 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RDocView
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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" media="screen" rel="stylesheet" type="text/css">
10
- <link href="http://developer.github.com/shared/css/pygments.css" media="screen" rel="stylesheet" type="text/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">RDocViewer</a>
67
+ <a class="logo"><%=File.basename(settings.target_file)%></a>
63
68
  <ul class="nav">
64
- <li id="filename"><%=File.basename(settings.target_file)%></li>
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.3
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: 2012-12-20 00:00:00.000000000 Z
12
+ date: 2013-01-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra