RTFMd 0.10301.5 → 0.10301.6

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/RTFMd.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'RTFMd'
7
- s.version = '0.10301.5'
7
+ s.version = '0.10301.6'
8
8
  s.date = '2011-12-16'
9
9
 
10
10
  s.summary = "A simple, Markdown documentation helper."
@@ -41,31 +41,5 @@ Gem::Specification.new do |s|
41
41
  docs/sanitization.md
42
42
  config/rtfmd.ru
43
43
  lib/gollum.rb
44
- lib/gollum/blob_entry.rb
45
- lib/gollum/committer.rb
46
- lib/gollum/file.rb
47
- lib/gollum/frontend/app.rb
48
- lib/gollum/frontend/public/css/gollum.css
49
- lib/gollum/frontend/public/css/ie7.css
50
- lib/gollum/frontend/public/css/template.css
51
- lib/gollum/frontend/public/images/icon-sprite.png
52
- lib/gollum/frontend/public/javascript/gollum.js
53
- lib/gollum/frontend/public/javascript/gollum.placeholder.js
54
- lib/gollum/frontend/public/javascript/jquery.color.js
55
- lib/gollum/frontend/public/javascript/jquery.js
56
- lib/gollum/frontend/templates/error.mustache
57
- lib/gollum/frontend/templates/layout.mustache
58
- lib/gollum/frontend/templates/page.mustache
59
- lib/gollum/frontend/templates/pages.mustache
60
- lib/gollum/frontend/views/error.rb
61
- lib/gollum/frontend/views/layout.rb
62
- lib/gollum/frontend/views/page.rb
63
- lib/gollum/frontend/views/pages.rb
64
- lib/gollum/git_access.rb
65
- lib/gollum/markup.rb
66
- lib/gollum/page.rb
67
- lib/gollum/pagination.rb
68
- lib/gollum/sanitization.rb
69
- lib/gollum/wiki.rb
70
- ]
44
+ ] + Dir['lib/gollum/**/*']
71
45
  end
@@ -0,0 +1,40 @@
1
+ /* style: man */
2
+ body#manpage {margin:0}
3
+ .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
4
+ .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
5
+ .mp h2 {margin:10px 0 0 0}
6
+ .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
7
+ .mp h3 {margin:0 0 0 4ex}
8
+ .mp dt {margin:0;clear:left}
9
+ .mp dt.flush {float:left;width:8ex}
10
+ .mp dd {margin:0 0 0 9ex}
11
+ .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
12
+ .mp pre {margin-bottom:20px}
13
+ .mp pre+h2,.mp pre+h3 {margin-top:22px}
14
+ .mp h2+pre,.mp h3+pre {margin-top:5px}
15
+ .mp img {display:block;margin:auto}
16
+ .mp h1.man-title {display:none}
17
+ .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
18
+ .mp h2 {font-size:16px;line-height:1.25}
19
+ .mp h1 {font-size:20px;line-height:2}
20
+ .mp {text-align:justify;background:#fff}
21
+ .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
22
+ .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
23
+ .mp u {text-decoration:underline}
24
+ .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
25
+ .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
26
+ .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
27
+ .mp b.man-ref {font-weight:normal;color:#434241}
28
+ .mp pre {padding:0 4ex}
29
+ .mp pre code {font-weight:normal;color:#434241}
30
+ .mp h2+pre,h3+pre {padding-left:0}
31
+ ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
32
+ ol.man-decor {width:100%}
33
+ ol.man-decor li.tl {text-align:left}
34
+ ol.man-decor li.tc {text-align:center;letter-spacing:4px}
35
+ ol.man-decor li.tr {text-align:right;float:right}
36
+
37
+ /* style: toc */
38
+ .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
39
+ .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
40
+ .man-navigation a:hover {color:#111;text-decoration:underline}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RTFMd
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41185
5
- prerelease:
4
+ hash: 41191
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 10301
9
- - 5
10
- version: 0.10301.5
9
+ - 6
10
+ version: 0.10301.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -17,7 +17,8 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-12-16 00:00:00 Z
20
+ date: 2011-12-16 00:00:00 -08:00
21
+ default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
23
24
  name: grit
@@ -200,6 +201,7 @@ files:
200
201
  - lib/gollum/frontend/app.rb
201
202
  - lib/gollum/frontend/public/css/gollum.css
202
203
  - lib/gollum/frontend/public/css/ie7.css
204
+ - lib/gollum/frontend/public/css/ronn.css
203
205
  - lib/gollum/frontend/public/css/template.css
204
206
  - lib/gollum/frontend/public/images/icon-sprite.png
205
207
  - lib/gollum/frontend/public/javascript/gollum.js
@@ -220,6 +222,7 @@ files:
220
222
  - lib/gollum/pagination.rb
221
223
  - lib/gollum/sanitization.rb
222
224
  - lib/gollum/wiki.rb
225
+ has_rdoc: true
223
226
  homepage: https://github.com/HeSYINUvSBZfxqA/RTFMd
224
227
  licenses: []
225
228
 
@@ -249,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
249
252
  requirements: []
250
253
 
251
254
  rubyforge_project:
252
- rubygems_version: 1.8.10
255
+ rubygems_version: 1.3.7
253
256
  signing_key:
254
257
  specification_version: 2
255
258
  summary: A simple, Markdown documentation helper.