[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 1.03
Alex Vandiver
alexmv at bestpractical.com
Thu Dec 18 17:25:54 EST 2014
The branch, master has been updated
via 3f2a2fecd6726b33d48a8c1d37916373f5045755 (commit)
via bf14588af46037c5649b691152689f565dce0c1c (commit)
from ad252d75263938c25156bfd79c08cdeda540911f (commit)
Summary of changes:
Changes | 3 +++
META.yml | 6 +++---
Makefile.PL | 8 +++-----
lib/RT/Extension/JSGantt.pm | 2 +-
4 files changed, 10 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit bf14588af46037c5649b691152689f565dce0c1c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 18 17:24:34 2014 -0500
Packaging updates (sign, use https://)
diff --git a/META.yml b/META.yml
index 42a30eb..137e407 100644
--- a/META.yml
+++ b/META.yml
@@ -9,7 +9,7 @@ configure_requires:
distribution_type: module
dynamic_config: 1
generated_by: 'Module::Install version 1.12'
-license: gplv2
+license: gpl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
@@ -25,7 +25,7 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
- repository: http://github.com/bestpractical/rt-extension-jsgantt
+ repository: https://github.com/bestpractical/rt-extension-jsgantt
version: '1.02'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.0.0
diff --git a/Makefile.PL b/Makefile.PL
index f4fbe40..0e69a9d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,13 +1,11 @@
use inc::Module::Install;
RTx('RT-Extension-JSGantt');
-license('GPLv2');
-repository 'http://github.com/bestpractical/rt-extension-jsgantt';
+repository 'https://github.com/bestpractical/rt-extension-jsgantt';
requires( 'JSON' );
requires( 'List::MoreUtils' );
-requires_rt('4.0.0');
-
-&WriteAll;
+sign;
+WriteAll;
commit 3f2a2fecd6726b33d48a8c1d37916373f5045755
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 18 17:25:33 2014 -0500
Version 1.03 releng
diff --git a/Changes b/Changes
index b5a1578..c09a63c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.03 2014-12-18
+ - Packaging updates
+
1.02 2014-10-29
- remove DateDayBeforeMonth config option made redundant by v1.01
diff --git a/META.yml b/META.yml
index 137e407..45e379f 100644
--- a/META.yml
+++ b/META.yml
@@ -26,6 +26,6 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-extension-jsgantt
-version: '1.02'
+version: '1.03'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index c6c6489..7dd2d76 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -131,7 +131,7 @@ or add C<RT::Extension::JSGantt> to your existing C<@Plugins> line.
package RT::Extension::JSGantt;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list