[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 1.00-1-g9b741bf

Alex Vandiver alexmv at bestpractical.com
Tue Jul 1 16:04:50 EDT 2014


The branch, master has been updated
       via  9b741bf1e367658607c48f6821f5deeebb8dd6e4 (commit)
      from  376d1a0fc4915fff671012f3c617e626852a6bd9 (commit)

Summary of changes:
 META.yml    | 5 +++--
 Makefile.PL | 7 +------
 README      | 8 ++++----
 3 files changed, 8 insertions(+), 12 deletions(-)

- Log -----------------------------------------------------------------
commit 9b741bf1e367658607c48f6821f5deeebb8dd6e4
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jul 1 16:04:26 2014 -0400

    Updated README and simplified Makefile.PL

diff --git a/META.yml b/META.yml
index 3710e50..09291d5 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 ---
 abstract: 'Gantt charts for your tickets'
 author:
-  - 'sunnavy <sunnavy at bestpractical.com>'
+  - 'Best Practical Solutions, LLC <modules at bestpractical.com>'
 build_requires:
   ExtUtils::MakeMaker: 6.59
 configure_requires:
@@ -25,7 +25,8 @@ requires:
   List::MoreUtils: 0
   perl: 5.8.3
 resources:
-  repository: git://github.com/bestpractical/rt-extension-jsgantt.git
+  license: http://opensource.org/licenses/gpl-license.php
+  repository: http://github.com/bestpractical/rt-extension-jsgantt
 version: '1.00'
 x_module_install_rtx_version: 0.34_04
 x_requires_rt: 4.0.0
diff --git a/Makefile.PL b/Makefile.PL
index bb83b3e..f4fbe40 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,14 +1,9 @@
 use inc::Module::Install;
 
-version_from ('lib/RT/Extension/JSGantt.pm');
 RTx('RT-Extension-JSGantt');
-
-author ('sunnavy <sunnavy at bestpractical.com>');
-abstract_from('lib/RT/Extension/JSGantt.pm');
-readme_from('lib/RT/Extension/JSGantt.pm');
 license('GPLv2');
 
-repository 'git://github.com/bestpractical/rt-extension-jsgantt.git';
+repository 'http://github.com/bestpractical/rt-extension-jsgantt';
 
 requires( 'JSON' );
 requires( 'List::MoreUtils' );
diff --git a/README b/README
index 4dcbca4..1022494 100644
--- a/README
+++ b/README
@@ -6,9 +6,9 @@ DESCRIPTION
     dependencies, to produce Gantt charts.
 
 INSTALLATION
-    "perl Makefile.PL"
-    "make"
-    "make install"
+    perl Makefile.PL
+    make
+    make install
         May need root permissions
 
     Edit your /opt/rt4/etc/RT_SiteConfig.pm
@@ -20,7 +20,7 @@ INSTALLATION
 
             Set(@Plugins, qw(RT::Extension::JSGantt));
 
-        or add "RT::Extension::JSGantt" to your existing @Plugins line.
+        or add RT::Extension::JSGantt to your existing @Plugins line.
 
     Clear your mason cache
             rm -rf /opt/rt4/var/mason_data/obj

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


More information about the Bps-public-commit mailing list