[Bps-public-commit] rt-extension-ajaxpreviewscrips branch, master, updated. 0.08
Alex Vandiver
alexmv at bestpractical.com
Mon Mar 30 19:38:39 EDT 2015
The branch, master has been updated
via c9566c975aa81c975d5191c6f385e45549ec1da7 (commit)
from e9d6b5e072a7efe4ab7dae7b4451652eae8094ab (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 5 ++++-
Makefile.PL | 4 ++++
lib/RT/Extension/AjaxPreviewScrips.pm | 2 +-
4 files changed, 13 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c9566c975aa81c975d5191c6f385e45549ec1da7
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Mar 30 19:38:14 2015 -0400
Version 0.08 releng
diff --git a/Changes b/Changes
index 12451a9..2912d43 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-AjaxPreviewScrips
+0.08 2015-03-20
+ - Packaging fixes; don't index HTML::Mason::Commands package, and
+ include repository metadata.
+
0.07 2015-03-20
- Expand on the change in the previous release, to also properly catch
if the rich text editor did not enable itself due to an unrecognized
diff --git a/META.yml b/META.yml
index e24b509..977c31f 100644
--- a/META.yml
+++ b/META.yml
@@ -19,11 +19,14 @@ no_index:
- html
- inc
- static
+ package:
+ - HTML::Mason::Commands
requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '0.07'
+ repository: https://github.com/bestpractical/rt-extension-ajaxpreviewscrips
+version: '0.08'
x_module_install_rtx_version: '0.37'
x_requires_rt: 4.2.0
x_rt_too_new: 4.4.0
diff --git a/Makefile.PL b/Makefile.PL
index 945bc28..73336e3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,8 +2,12 @@ use inc::Module::Install;
RTx 'RT-Extension-AjaxPreviewScrips';
+repository 'https://github.com/bestpractical/rt-extension-ajaxpreviewscrips';
+
requires_rt '4.2.0';
rt_too_new '4.4.0';
+no_index( package => 'HTML::Mason::Commands' );
+
sign;
WriteAll;
diff --git a/lib/RT/Extension/AjaxPreviewScrips.pm b/lib/RT/Extension/AjaxPreviewScrips.pm
index c85a049..3c17373 100644
--- a/lib/RT/Extension/AjaxPreviewScrips.pm
+++ b/lib/RT/Extension/AjaxPreviewScrips.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::AjaxPreviewScrips;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
RT->AddStyleSheets("ajaxpreviewscrips.css");
RT->AddJavaScript("checkboxes.js");
RT->Config->AddOption(
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list