[Bps-public-commit] rt-extension-articletemplates branch, master, updated. 0.06-2-g2069daa
Kevin Falcone
falcone at bestpractical.com
Thu Dec 6 22:20:13 EST 2012
The branch, master has been updated
via 2069daadd2230f1775466b6eb9e5e54aabf3035d (commit)
via 2150bd8598e5e5024d9a93d476f9099ea86e89e8 (commit)
from 6ff59fe3177b4fbd1c84843bd7d3e20d3452370d (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 4 ++--
Makefile.PL | 2 +-
lib/RT/Extension/ArticleTemplates.pm | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 2150bd8598e5e5024d9a93d476f9099ea86e89e8
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Dec 6 19:18:32 2012 -0800
Fix my no_index
diff --git a/META.yml b/META.yml
index 4fa5ce1..a913e29 100644
--- a/META.yml
+++ b/META.yml
@@ -21,7 +21,7 @@ no_index:
- inc
- t
package:
- - RT::FM::Article
+ - RT::Article
resources:
license: http://opensource.org/licenses/gpl-license.php
version: 0.06
diff --git a/Makefile.PL b/Makefile.PL
index 1814432..61e400c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ requires_rt('4.0.0');
build_requires 'Test::More';
-no_index('package' => 'RT::FM::Article');
+no_index('package' => 'RT::Article');
sign;
commit 2069daadd2230f1775466b6eb9e5e54aabf3035d
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Dec 6 19:19:28 2012 -0800
bump version to 0.07
diff --git a/Changes b/Changes
index 9fecd31..bccde60 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-ArticleTemplates
+0.07 Thu Dec 6 2012
+
+ Fix RT::FM::Article -> RT::Article in the no_index
+
0.06 Thu Dec 6 2012
Generate a README from the pod and don't index RT::Article
diff --git a/META.yml b/META.yml
index a913e29..60d3d58 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ no_index:
- RT::Article
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.06
+version: 0.07
diff --git a/lib/RT/Extension/ArticleTemplates.pm b/lib/RT/Extension/ArticleTemplates.pm
index d97c8ce..d3e4b25 100644
--- a/lib/RT/Extension/ArticleTemplates.pm
+++ b/lib/RT/Extension/ArticleTemplates.pm
@@ -3,7 +3,7 @@ use warnings;
package RT::Extension::ArticleTemplates;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list