Navigation Menu

Skip to content

Commit

Permalink
Fix a FIXME, use fivefish if available.
Browse files Browse the repository at this point in the history
  • Loading branch information
ged committed Apr 19, 2012
1 parent 70a37f9 commit 9b2767b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -242,7 +242,7 @@ or write it back to the file it was loaded from:
Configurability also supports an API for generating a new config file with Configurability also supports an API for generating a new config file with
defaults for all objects with Configurability. defaults for all objects with Configurability.


[:FIXME: Finish up the documentation] [:FIXME:] Finish up the documentation




== Development == Development
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -25,6 +25,7 @@ hoespec = Hoe.spec 'configurability' do
self.dependency 'simplecov', '~> 0.3', :developer self.dependency 'simplecov', '~> 0.3', :developer


self.spec_extras[:licenses] = ["BSD"] self.spec_extras[:licenses] = ["BSD"]
self.spec_extras[:rdoc_options] = ['-f', 'fivefish', '-t', 'Configurability Toolkit']
self.require_ruby_version( '>= 1.8.7' ) self.require_ruby_version( '>= 1.8.7' )


self.hg_sign_tags = true if self.respond_to?( :hg_sign_tags= ) self.hg_sign_tags = true if self.respond_to?( :hg_sign_tags= )
Expand Down

0 comments on commit 9b2767b

Please sign in to comment.