RTFMd 0.10301.12 → 0.10301.13
Sign up to get free protection for your applications and to get access to all the features.
- data/RTFMd.gemspec +1 -1
- data/config/rtfmd.ru +1 -1
- metadata +8 -6
data/RTFMd.gemspec
CHANGED
data/config/rtfmd.ru
CHANGED
@@ -4,7 +4,7 @@ require 'gollum/frontend/app'
|
|
4
4
|
|
5
5
|
Precious::App.set(:roots => {})
|
6
6
|
|
7
|
-
ENV['RTFMd_WIKI'].split(
|
7
|
+
ENV['RTFMd_WIKI'].split(/[\s*,]+/).zip(ENV['RTFMd_BASE_PATH'].split(/[\s*,]+/)).each do |wiki_path, base_path|
|
8
8
|
Precious::App.settings.roots[base_path] = {
|
9
9
|
:gollum_path => wiki_path,
|
10
10
|
:wiki_options => {
|
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:
|
5
|
-
prerelease:
|
4
|
+
hash: 41201
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10301
|
9
|
-
-
|
10
|
-
version: 0.10301.
|
9
|
+
- 13
|
10
|
+
version: 0.10301.13
|
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
|
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
|
@@ -249,6 +250,7 @@ files:
|
|
249
250
|
- lib/gollum/pagination.rb
|
250
251
|
- lib/gollum/sanitization.rb
|
251
252
|
- lib/gollum/wiki.rb
|
253
|
+
has_rdoc: true
|
252
254
|
homepage: https://github.com/HeSYINUvSBZfxqA/RTFMd
|
253
255
|
licenses: []
|
254
256
|
|
@@ -278,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
278
280
|
requirements: []
|
279
281
|
|
280
282
|
rubyforge_project:
|
281
|
-
rubygems_version: 1.
|
283
|
+
rubygems_version: 1.3.7
|
282
284
|
signing_key:
|
283
285
|
specification_version: 2
|
284
286
|
summary: A simple, Markdown documentation helper.
|