[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 749af5d043007aa37af12afdb7e502443e0c1c10

? sunnavy sunnavy at bestpractical.com
Tue Feb 22 00:03:47 EST 2011


The branch, master has been updated
       via  749af5d043007aa37af12afdb7e502443e0c1c10 (commit)
      from  2f14824a18a73d9863522f3064a644186f417fd4 (commit)

Summary of changes:
 META.yml                    |    6 ++----
 lib/RT/Extension/JSGantt.pm |    2 ++
 2 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 749af5d043007aa37af12afdb7e502443e0c1c10
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Feb 22 13:04:55 2011 +0800

    bump to 0.10

diff --git a/META.yml b/META.yml
index 9e5ff63..f1da7d6 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,6 @@
 ---
 abstract: 'Gantt charts for your tickets'
 author:
-  - 'sunnavy C<< <sunnavy at bestpractical.com> >>'
   - 'sunnavy <sunnavy at bestpractical.com>'
 build_requires:
   ExtUtils::MakeMaker: 6.42
@@ -16,10 +15,9 @@ meta-spec:
 name: RT-Extension-JSGantt
 no_index:
   directory:
+    - etc
     - html
     - inc
 requires:
   JSON: 0
-resources:
-  license: http://dev.perl.org/licenses/
-version: 0.04
+version: 0.10
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index fcc56e6..d5fb2b4 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -58,6 +58,8 @@ RT::Extension::JSGantt - Gantt charts for your tickets
 
 package RT::Extension::JSGantt;
 
+our $VERSION = '0.10';
+
 use warnings;
 use strict;
 

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



More information about the Bps-public-commit mailing list