Bump version to 0.003006, update Changes and README.
[catagits/Gitalist.git] / lib / Gitalist.pm
index 28e79ae..f1825e3 100644 (file)
@@ -14,7 +14,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.003004';
+our $VERSION = '0.003006';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(
@@ -217,13 +217,18 @@ C<.psgi> found under C<scripts/>:
 The Gitalist config is loaded with L<Catalyst::Plugin::ConfigLoader>
 and the available config options are:
 
-=head2 Model::CollectionOfRepos
-
 =over
 
-=item git
+=item no_gravatars
+
+If true don't display gravatars. May be desirable if you are worried about
+leaking repo names via the browser referer headers.
+
+=back
+
+=head2 Model::CollectionOfRepos
 
-Path to the C<git> binary.
+=over
 
 =item repo_dir