From d26f8acaf7062bc6aa8b4c4cd8bde6dc8202801e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 3 Oct 2018 21:16:43 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 6 ++++++ README | 4 ++-- lib/Gruntmaster/App.pm | 2 +- lib/Gruntmaster/App/Command.pm | 2 +- lib/Gruntmaster/App/Command/Add.pm | 2 +- lib/Gruntmaster/App/Command/Edit.pm | 2 +- lib/Gruntmaster/App/Command/Get.pm | 2 +- lib/Gruntmaster/App/Command/List.pm | 2 +- lib/Gruntmaster/App/Command/Rerun.pm | 2 +- lib/Gruntmaster/App/Command/Rm.pm | 2 +- lib/Gruntmaster/App/Command/Set.pm | 2 +- lib/Gruntmaster/App/Command/Show.pm | 2 +- lib/Gruntmaster/Data.pm | 2 +- lib/Gruntmaster/Opener.pm | 2 +- 14 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Changes b/Changes index fb6bc2a..bd52678 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension Gruntmaster::Data. +6000.001 2018-10-03T21:15+03:00 + - First stable release + - Computation of standings now ignores jobs that are not finished + - Set search_path in dbinit to make it easy to put all gruntmaster + tables into their own schema. + 5999.000_016 2016-03-12T20:05+02:00 - Add gm edit command - Make gm rerun also work with problems diff --git a/README b/README index 1f4f020..0811dc5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Gruntmaster-Data version 5999.000_016 -===================================== +Gruntmaster-Data version 6000.001 +================================= This distribution contains: diff --git a/lib/Gruntmaster/App.pm b/lib/Gruntmaster/App.pm index 4a93a16..bc69c0a 100644 --- a/lib/Gruntmaster/App.pm +++ b/lib/Gruntmaster/App.pm @@ -3,7 +3,7 @@ package Gruntmaster::App; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use App::Cmd::Setup '-app'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/App/Command.pm b/lib/Gruntmaster/App/Command.pm index d0b7602..b60993a 100644 --- a/lib/Gruntmaster/App/Command.pm +++ b/lib/Gruntmaster/App/Command.pm @@ -5,7 +5,7 @@ use strict; use warnings; use re '/s'; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use parent qw/App::Cmd::Command/; use Pod::Usage; diff --git a/lib/Gruntmaster/App/Command/Add.pm b/lib/Gruntmaster/App/Command/Add.pm index e3a596b..04cc8d4 100644 --- a/lib/Gruntmaster/App/Command/Add.pm +++ b/lib/Gruntmaster/App/Command/Add.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Add; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Gruntmaster::App '-command'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/App/Command/Edit.pm b/lib/Gruntmaster/App/Command/Edit.pm index 00a0582..7552a93 100644 --- a/lib/Gruntmaster/App/Command/Edit.pm +++ b/lib/Gruntmaster/App/Command/Edit.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Edit; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use File::Temp qw/tempfile/; use File::Slurp qw/read_file write_file/; diff --git a/lib/Gruntmaster/App/Command/Get.pm b/lib/Gruntmaster/App/Command/Get.pm index cba5b68..d737551 100644 --- a/lib/Gruntmaster/App/Command/Get.pm +++ b/lib/Gruntmaster/App/Command/Get.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Get; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Gruntmaster::App '-command'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/App/Command/List.pm b/lib/Gruntmaster/App/Command/List.pm index 7db0ea3..df8076c 100644 --- a/lib/Gruntmaster/App/Command/List.pm +++ b/lib/Gruntmaster/App/Command/List.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::List; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Gruntmaster::App '-command'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/App/Command/Rerun.pm b/lib/Gruntmaster/App/Command/Rerun.pm index b12dda0..25a03c4 100644 --- a/lib/Gruntmaster/App/Command/Rerun.pm +++ b/lib/Gruntmaster/App/Command/Rerun.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Rerun; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Gruntmaster::App '-command'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/App/Command/Rm.pm b/lib/Gruntmaster/App/Command/Rm.pm index 247ca63..f8075cd 100644 --- a/lib/Gruntmaster/App/Command/Rm.pm +++ b/lib/Gruntmaster/App/Command/Rm.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Rm; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Gruntmaster::App '-command'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/App/Command/Set.pm b/lib/Gruntmaster/App/Command/Set.pm index e1f70da..e1beade 100644 --- a/lib/Gruntmaster/App/Command/Set.pm +++ b/lib/Gruntmaster/App/Command/Set.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Set; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Gruntmaster::App '-command'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/App/Command/Show.pm b/lib/Gruntmaster/App/Command/Show.pm index af2e301..457ae8a 100644 --- a/lib/Gruntmaster/App/Command/Show.pm +++ b/lib/Gruntmaster/App/Command/Show.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Show; use 5.014000; use warnings; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Gruntmaster::App '-command'; use Gruntmaster::Data; diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 7b90c87..e2b0f8f 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -3,7 +3,7 @@ use 5.014; use warnings; use parent qw/Exporter/; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; our @EXPORT = qw/dbinit purge db user_list user_entry problem_list problem_entry contest_list contest_entry contest_has_problem job_list job_entry create_job standings update_status rerun_job rerun_problem take_job finish_job open_problem/; our @EXPORT_OK = @EXPORT; diff --git a/lib/Gruntmaster/Opener.pm b/lib/Gruntmaster/Opener.pm index 9b0bb44..92c8c39 100644 --- a/lib/Gruntmaster/Opener.pm +++ b/lib/Gruntmaster/Opener.pm @@ -7,7 +7,7 @@ use re '/s'; our @EXPORT = qw/handle_line/; our @EXPORT_OK = @EXPORT; -our $VERSION = '5999.000_016'; +our $VERSION = '6000.001'; use Date::Parse qw/str2time/; use Gruntmaster::Data; -- 2.30.2