[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.01-8-gb57bcd7

Kevin Falcone falcone at bestpractical.com
Fri Aug 5 14:07:12 EDT 2011


The branch, master has been updated
       via  b57bcd7030bf20cfea395892488318319992b4aa (commit)
       via  94043e3766c3bda5c74b1cdad5297585d5e77722 (commit)
      from  89964faa60a0512dc7a5fd131a4473e8b8cdf049 (commit)

Summary of changes:
 META.yml                             |    2 +-
 lib/Dist/Zilla/MintingProfile/RTx.pm |    2 +-
 profiles/default/Module.pm           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 94043e3766c3bda5c74b1cdad5297585d5e77722
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Fri Aug 5 14:06:02 2011 -0400

    catch the other rt3

diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index 8a580b7..de66744 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -30,7 +30,7 @@ or add C<{{$name}}> to your existing C<@Plugins> line.
 
 =item Clear your mason cache
 
-    rm -rf /opt/rt3/var/mason_data/obj
+    rm -rf /opt/rt4/var/mason_data/obj
 
 =item Restart your webserver
 

commit b57bcd7030bf20cfea395892488318319992b4aa
Author: Kevin Falcone <kevin at jibsheet.com>
Date:   Fri Aug 5 14:06:12 2011 -0400

    bump version for 0.03

diff --git a/META.yml b/META.yml
index 7e8b4e4..8c84743 100644
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ requires:
   Module::Install::ReadmeFromPod: 0
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.02
+version: 0.03
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index 8228b27..255bd95 100644
--- a/lib/Dist/Zilla/MintingProfile/RTx.pm
+++ b/lib/Dist/Zilla/MintingProfile/RTx.pm
@@ -6,7 +6,7 @@ use Moose;
 with 'Dist::Zilla::Role::MintingProfile::ShareDir';
  
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 =head1 NAME
 

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



More information about the Bps-public-commit mailing list