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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c863cb087e56f1fd6e08386d71a8bb61498a54a5
4
- data.tar.gz: 8a79e3a89376be3548c65527b570c3a8a8b06a79
3
+ metadata.gz: 94f00145b508e69bf4e687dd64a681104b767ebd
4
+ data.tar.gz: 5f0265ca4f2f9bc19bae82a2954e07a6237b300c
5
5
  SHA512:
6
- metadata.gz: 3d65f72e032bafe2a32b215700bd9346b5543a9aa3f610a73d5882fa4f139a9f235693d0d1856a4a7e45f63759adab2f002b3fb2109ab80d44bdf78c104ba694
7
- data.tar.gz: eb26d3c5cc01b024e19f91403d59b5b879ddd32ccf5dd05754ffbf7e6b65aac5be7f19fb193ee9f4a4ae5775c735aad91a688e9bea47bfd163a33c396e411a1f
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
- DarkfishSuperclass = RDoc::Generator.const_defined?( "XML" ) ? RDoc::Generator::XML : Object
12
+ StarkfishSuperclass = RDoc::Generator.const_defined?( "XML" ) ? RDoc::Generator::XML : Object
13
13
 
14
14
  #
15
- # Darkfish RDoc HTML Generator
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::Darkfish < DarkfishSuperclass
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 || 'darkfish'
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::Darkfish
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.0
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-20 00:00:00.000000000 Z
11
+ date: 2013-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc