starkfish 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/lib/rdoc/generator/starkfish.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94f00145b508e69bf4e687dd64a681104b767ebd
|
|
4
|
+
data.tar.gz: 5f0265ca4f2f9bc19bae82a2954e07a6237b300c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdfae92e6122adb831e8a9e24e290eb724fe56be173a26ba34573d88038e9434a6a2c3857e4b19cab1e0ff2c7ebf10f7b8747a113729e8312144f038a40e20e1
|
|
7
|
+
data.tar.gz: f6b1a8128180e674c55264c49fbb9aad8b303b550a21081881ea1807f27c7880f410e19cf8d1588f23e96ad7e5899abb3d2a20b7cd5a941f8130e42d1b5f8214
|
|
@@ -9,10 +9,10 @@ require 'enumerator'
|
|
|
9
9
|
|
|
10
10
|
require 'rdoc/rdoc'
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
StarkfishSuperclass = RDoc::Generator.const_defined?( "XML" ) ? RDoc::Generator::XML : Object
|
|
13
13
|
|
|
14
14
|
#
|
|
15
|
-
#
|
|
15
|
+
# Starkfish RDoc HTML Generator
|
|
16
16
|
#
|
|
17
17
|
# $Id$
|
|
18
18
|
#
|
|
@@ -27,7 +27,7 @@ DarkfishSuperclass = RDoc::Generator.const_defined?( "XML" ) ? RDoc::Generator::
|
|
|
27
27
|
#
|
|
28
28
|
# :include: LICENSE
|
|
29
29
|
#
|
|
30
|
-
class RDoc::Generator::
|
|
30
|
+
class RDoc::Generator::Starkfish < StarkfishSuperclass
|
|
31
31
|
|
|
32
32
|
RDoc::RDoc.add_generator( self )
|
|
33
33
|
|
|
@@ -107,7 +107,7 @@ class RDoc::Generator::Darkfish < DarkfishSuperclass
|
|
|
107
107
|
@options = options
|
|
108
108
|
@template = nil
|
|
109
109
|
|
|
110
|
-
template = options.template || '
|
|
110
|
+
template = options.template || 'starkfish'
|
|
111
111
|
@template_dir = (template =~ /\A\//) ?
|
|
112
112
|
Pathname.new( template ) :
|
|
113
113
|
GENERATOR_DIR + 'template/' + template
|
|
@@ -433,7 +433,7 @@ class RDoc::Generator::Darkfish < DarkfishSuperclass
|
|
|
433
433
|
end
|
|
434
434
|
|
|
435
435
|
|
|
436
|
-
end # Roc::Generator::
|
|
436
|
+
end # Roc::Generator::Starkfish
|
|
437
437
|
|
|
438
438
|
# :stopdoc:
|
|
439
439
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: starkfish
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe McIlvain
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdoc
|