[Jifty-commit] r5998 - in Net-Jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Mon Nov 17 13:43:31 EST 2008


Author: sartak
Date: Mon Nov 17 13:43:31 2008
New Revision: 5998

Modified:
   Net-Jifty/trunk/   (props changed)
   Net-Jifty/trunk/Changes
   Net-Jifty/trunk/lib/Net/Jifty.pm

Log:
 r75576 at onn:  sartak | 2008-11-17 13:43:28 -0500
 This is actually 0.08


Modified: Net-Jifty/trunk/Changes
==============================================================================
--- Net-Jifty/trunk/Changes	(original)
+++ Net-Jifty/trunk/Changes	Mon Nov 17 13:43:31 2008
@@ -1,11 +1,9 @@
 Revision history for Net-Jifty
 
-0.09    Mon Nov 17 18:39:11 UTC-4 2008
+0.08    Mon Nov 17 18:39:11 UTC-4 2008
         added form_form_data_args method to support file uploads (ruz)
         reworked documentation (ruz)
 
-0.08    no public release
-
 0.07    Fri Aug 1 09:58:10 2008
         Cache each action and model spec, add methods to retrieve them
         Better support for multiple values for a single key

Modified: Net-Jifty/trunk/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/trunk/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/trunk/lib/Net/Jifty.pm	Mon Nov 17 13:43:31 2008
@@ -2,7 +2,7 @@
 package Net::Jifty;
 use Moose;
 
-our $VERSION = '0.09';
+our $VERSION = '0.08';
 
 use LWP::UserAgent;
 use HTTP::Request;


More information about the Jifty-commit mailing list