rdoc_chm 2.4.1 → 2.4.2
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/History.txt +7 -1
- data/lib/rdoc/generator/chm.rb +2 -2
- metadata +2 -2
data/History.txt
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
=== 2.4.2 / 2009-09-16
|
|
2
|
+
|
|
3
|
+
* One minor enhancement
|
|
4
|
+
* HHC_PATH shouldn't assume program files are in 'C:\Program Files'
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
=== 2.4.1 / 2009-09-13
|
|
2
8
|
|
|
3
|
-
* Two minor
|
|
9
|
+
* Two minor enhancements
|
|
4
10
|
* remove methods from index page, they're listed in the CHM TOC
|
|
5
11
|
* Loose regex stripping the beginning of method call sequence when the sequence contains an ellipsis
|
|
6
12
|
|
data/lib/rdoc/generator/chm.rb
CHANGED
|
@@ -16,11 +16,11 @@ end
|
|
|
16
16
|
|
|
17
17
|
class RDoc::Generator::CHM < RDoc::Generator::Darkfish
|
|
18
18
|
|
|
19
|
-
VERSION = '2.4.
|
|
19
|
+
VERSION = '2.4.2'
|
|
20
20
|
|
|
21
21
|
RDoc::RDoc.add_generator( self )
|
|
22
22
|
|
|
23
|
-
HHC_PATH = "
|
|
23
|
+
HHC_PATH = "#{ENV['PROGRAMFILES']}/HTML Help Workshop/hhc.exe"
|
|
24
24
|
|
|
25
25
|
def initialize(options)
|
|
26
26
|
check_for_html_help_workshop
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rdoc_chm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gordon Thiesfeld
|
|
@@ -12,7 +12,7 @@ autorequire:
|
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
14
|
|
|
15
|
-
date: 2009-09-
|
|
15
|
+
date: 2009-09-16 00:00:00 -05:00
|
|
16
16
|
default_executable:
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|