Skip to content

Commit

Permalink
Updating for release of version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills-optus committed Aug 13, 2017
1 parent f6096d5 commit bb59330
Show file tree
Hide file tree
Showing 22 changed files with 50 additions and 38 deletions.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Revision history for Group-Git

0.6.4 2017-08-13
Updating for release of version 0.6.4
Added new default test for new module (Ivan Wills)
Added new module to manifest (Ivan Wills)
Added documentation for grep_start method (Ivan Wills)
Fixed badly quoting shell variables (Ivan Wills)
Fixed quoting "+" (Ivan Wills)
Tagging personal stash repositories as such (Ivan Wills)
Fixed not concatinating correctly (Ivan Wills)
Adding a timeout for commands on a repository that take too long (Ivan Wills)
Adding grep command to allow funkey things like search accross branches (Ivan Wills)

0.6.3 2017-07-03
Updating for release of version 0.6.3
Using new cmd() method (Ivan Wills)
Expand Down
4 changes: 2 additions & 2 deletions bin/group-git
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Config::Any;
use Term::ANSIColor qw/colored/;
use File::chdir;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');
my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;

main();
Expand Down Expand Up @@ -317,7 +317,7 @@ group-git - Perform operations over many git repositories at once
=head1 VERSION
This documentation refers to group-git version 0.6.3.
This documentation refers to group-git version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Types::Standard qw/Str Int Bool HashRef/;
use Type::Utils;
use Module::Pluggable require => 1, search_path => ['Group::Git::Cmd', 'Group::Git::Taggers'];

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');
our $AUTOLOAD;

has conf => (
Expand Down Expand Up @@ -167,7 +167,7 @@ Group::Git - Base module for group of git repository operations.
=head1 VERSION
This documentation refers to Group::Git version 0.6.3.
This documentation refers to Group::Git version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Bitbucket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use JSON qw/decode_json/;
use WWW::Mechanize;
use Path::Tiny;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

extends 'Group::Git';

Expand Down Expand Up @@ -65,7 +65,7 @@ Group::Git::Bitbucket - Adds reading all repositories you have access to on bitb
=head1 VERSION
This documentation refers to Group::Git::Bitbucket version 0.6.3.
This documentation refers to Group::Git::Bitbucket version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/Branch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -61,7 +61,7 @@ Group::Git::Cmd::Branch - Show all branches with optional grepping
=head1 VERSION
This documentation refers to Group::Git::Cmd::Branch version 0.6.3.
This documentation refers to Group::Git::Cmd::Branch version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/Grep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -112,7 +112,7 @@ Group::Git::Cmd::Grep - Quick state of each repository (branch name and changes)
=head1 VERSION
This documentation refers to Group::Git::Cmd::Grep version 0.6.3.
This documentation refers to Group::Git::Cmd::Grep version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/Help.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -49,7 +49,7 @@ Group::Git::Cmd::Help - Runs git status on a git project
=head1 VERSION
This documentation refers to Group::Git::Cmd::Help version 0.6.3.
This documentation refers to Group::Git::Cmd::Help version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -68,7 +68,7 @@ Group::Git::Cmd::List - Runs git status on a git project
=head1 VERSION
This documentation refers to Group::Git::Cmd::List version 0.6.3.
This documentation refers to Group::Git::Cmd::List version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/Pull.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -120,7 +120,7 @@ Group::Git::Cmd::Pull - Pull latest versions of all repositories or clone any th
=head1 VERSION
This documentation refers to Group::Git::Cmd::Pull version 0.6.3.
This documentation refers to Group::Git::Cmd::Pull version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/Sh.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -72,7 +72,7 @@ Group::Git::Cmd::Sh - Runs shell script in each git project
=head1 VERSION
This documentation refers to Group::Git::Cmd::Sh version 0.6.3.
This documentation refers to Group::Git::Cmd::Sh version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/State.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -61,7 +61,7 @@ Group::Git::Cmd::State - Quick state of each repository (branch name and changes
=head1 VERSION
This documentation refers to Group::Git::Cmd::State version 0.6.3.
This documentation refers to Group::Git::Cmd::State version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/Status.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -62,7 +62,7 @@ Group::Git::Cmd::Status - Runs git status on a git project
=head1 VERSION
This documentation refers to Group::Git::Cmd::Status version 0.6.3.
This documentation refers to Group::Git::Cmd::Status version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/TagList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use File::chdir;
use Getopt::Alt;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -66,7 +66,7 @@ Group::Git::Cmd::TagList - Runs git status on a git project
=head1 VERSION
This documentation refers to Group::Git::Cmd::TagList version 0.6.3.
This documentation refers to Group::Git::Cmd::TagList version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Cmd/Watch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Getopt::Alt;
use YAML::Syck qw/LoadFile DumpFile/;
use Types::Standard qw/Bool/;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

requires 'repos';
requires 'verbose';
Expand Down Expand Up @@ -117,7 +117,7 @@ Group::Git::Cmd::Watch - Watch for changes in repositories and run a command
=head1 VERSION
This documentation refers to Group::Git::Cmd::Watch version 0.6.3.
This documentation refers to Group::Git::Cmd::Watch version 0.6.4.
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Group/Git/Examples.pod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Group::Git::Examples - Some example usage of group-git

=head1 VERSION

This documentation refers to Group::Git::Examples version 0.6.3
This documentation refers to Group::Git::Examples version 0.6.4

=head1 EXAMPLES

Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Github.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use Net::GitHub;
use Path::Tiny;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

extends 'Group::Git';

Expand Down Expand Up @@ -90,7 +90,7 @@ Group::Git::Github - Adds reading all repositories you have access to on github.
=head1 VERSION
This documentation refers to Group::Git::Github version 0.6.3.
This documentation refers to Group::Git::Github version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Gitosis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use Path::Tiny;
use File::chdir;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

extends 'Group::Git';

Expand Down Expand Up @@ -77,7 +77,7 @@ Group::Git::Gitosis - Adds reading all repositories you have access to on a gito
=head1 VERSION
This documentation refers to Group::Git::Gitosis version 0.6.3.
This documentation refers to Group::Git::Gitosis version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Repo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use version;
use Types::Standard qw/Str HashRef/;
use Type::Utils;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

extends 'Group::Git';

Expand Down Expand Up @@ -70,7 +70,7 @@ Group::Git::Repo - Git repository details object.
=head1 VERSION
This documentation refers to Group::Git::Repo version 0.6.3.
This documentation refers to Group::Git::Repo version 0.6.4.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Group/Git/Stash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use JSON qw/decode_json/;
use WWW::Mechanize;
use Path::Tiny;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

extends 'Group::Git';

Expand Down Expand Up @@ -90,7 +90,7 @@ Group::Git::Stash - Adds reading all repositories you have access to on your loc
=head1 VERSION
This documentation refers to Group::Git::Stash version 0.6.3.
This documentation refers to Group::Git::Stash version 0.6.4.
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Group/Git/Taggers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Carp;
use English qw/ -no_match_vars /;
use File::chdir;

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

sub matches {
my ($self, $project) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Group/Git/Taggers/Local.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use English qw/ -no_match_vars /;

extends 'Group::Git::Taggers';

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

sub match {
my ($self, $project) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Group/Git/Taggers/Remote.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use English qw/ -no_match_vars /;

extends 'Group::Git::Taggers';

our $VERSION = version->new('0.6.3');
our $VERSION = version->new('0.6.4');

sub match {
my ($self, $project) = @_;
Expand Down

0 comments on commit bb59330

Please sign in to comment.