rdoc_chm 2.4.1 → 2.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +7 -1
  2. data/lib/rdoc/generator/chm.rb +2 -2
  3. metadata +2 -2
@@ -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 enhancments
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
 
@@ -16,11 +16,11 @@ end
16
16
 
17
17
  class RDoc::Generator::CHM < RDoc::Generator::Darkfish
18
18
 
19
- VERSION = '2.4.1'
19
+ VERSION = '2.4.2'
20
20
 
21
21
  RDoc::RDoc.add_generator( self )
22
22
 
23
- HHC_PATH = "c:/Program Files/HTML Help Workshop/hhc.exe"
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.1
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-14 00:00:00 -05:00
15
+ date: 2009-09-16 00:00:00 -05:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency