RTFMd 0.10301.12 → 0.10301.13

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.
Files changed (3) hide show
  1. data/RTFMd.gemspec +1 -1
  2. data/config/rtfmd.ru +1 -1
  3. metadata +8 -6
@@ -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.12'
7
+ s.version = '0.10301.13'
8
8
  s.date = '2011-12-16'
9
9
 
10
10
  s.summary = "A simple, Markdown documentation helper."
@@ -4,7 +4,7 @@ require 'gollum/frontend/app'
4
4
 
5
5
  Precious::App.set(:roots => {})
6
6
 
7
- ENV['RTFMd_WIKI'].split(/\s*,\s*/).zip(ENV['RTFMd_BASE_PATH'].split(/\s*,\s*/)).each do |wiki_path, base_path|
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: 41203
5
- prerelease:
4
+ hash: 41201
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 10301
9
- - 12
10
- version: 0.10301.12
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 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
@@ -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.8.10
283
+ rubygems_version: 1.3.7
282
284
  signing_key:
283
285
  specification_version: 2
284
286
  summary: A simple, Markdown documentation helper.