[Bps-public-commit] rt-condition-untouchedinbusinesshours branch, master, updated. 56623254d3487eabfe216e25aefa23736521985e

Kevin Falcone falcone at bestpractical.com
Thu Feb 6 20:07:41 EST 2014


The branch, master has been updated
       via  56623254d3487eabfe216e25aefa23736521985e (commit)
       via  9189dc195553e0f94a8c001c257129f78d16b173 (commit)
       via  560a273ba727721165b515c64a3c51f1df594f63 (commit)
      from  eeff3d9499b61d175582d49c00fdbd84a08492f1 (commit)

Summary of changes:
 Changes                                      | 8 +++++++-
 MANIFEST                                     | 6 +++---
 META.yml                                     | 2 +-
 lib/RT/Condition/UntouchedInBusinessHours.pm | 2 +-
 4 files changed, 12 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit 560a273ba727721165b515c64a3c51f1df594f63
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Feb 6 20:04:01 2014 -0500

    manifest fixes

diff --git a/MANIFEST b/MANIFEST
index 3929fee..c4459b4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,6 @@ Makefile.PL
 MANIFEST
 META.yml
 README
-t/00.load.t
-t/pod-coverage.t
-t/pod.t
+xt/00.load.t
+xt/pod-coverage.t
+xt/pod.t

commit 9189dc195553e0f94a8c001c257129f78d16b173
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Feb 6 20:05:20 2014 -0500

    Changes file

diff --git a/Changes b/Changes
index e67bdb4..4493e68 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for RT-Condition-UntouchedInBusinessHours
 
+0.03 2014-02-06
+  - updated for 4.2 release
+
+0.02 2014-02-06
+  - skipped release, bad manifest
+
 0.01  Thu Dec 18 17:08:36 2008
-       Initial release.
+  - Initial release.
 

commit 56623254d3487eabfe216e25aefa23736521985e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Feb 6 20:05:16 2014 -0500

    update for 0.03

diff --git a/META.yml b/META.yml
index 277d9eb..653479e 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
   Business::Hours: 0
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.02
+version: 0.03
diff --git a/lib/RT/Condition/UntouchedInBusinessHours.pm b/lib/RT/Condition/UntouchedInBusinessHours.pm
index 4ff2b6d..7868ed1 100644
--- a/lib/RT/Condition/UntouchedInBusinessHours.pm
+++ b/lib/RT/Condition/UntouchedInBusinessHours.pm
@@ -1,6 +1,6 @@
 package RT::Condition::UntouchedInBusinessHours;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 use warnings;
 use strict;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list