[Jifty-commit] r5809 - JiftyX-ModelHelpers/trunk

Jifty commits jifty-commit at lists.jifty.org
Mon Sep 8 10:02:25 EDT 2008


Author: gugod
Date: Mon Sep  8 10:02:25 2008
New Revision: 5809

Added:
   JiftyX-ModelHelpers/trunk/.shipit
   JiftyX-ModelHelpers/trunk/MANIFEST
   JiftyX-ModelHelpers/trunk/META.yml

Log:
Checking in changes prior to tagging of version 0.01.  Changelog diff is:



Added: JiftyX-ModelHelpers/trunk/.shipit
==============================================================================
--- (empty file)
+++ JiftyX-ModelHelpers/trunk/.shipit	Mon Sep  8 10:02:25 2008
@@ -0,0 +1,9 @@
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter
+
+svk.tagpattern = //mirror/JiftyX-ModelHelpers/tags/%v
+twitter.config = /Users/gugod/.twitterrc
+twitter.distname = JiftyX-ModelHelpers
+twitter.message = shipped %d %v - soon at %u
+
+CheckChangeLog.files = Changes
+

Added: JiftyX-ModelHelpers/trunk/MANIFEST
==============================================================================
--- (empty file)
+++ JiftyX-ModelHelpers/trunk/MANIFEST	Mon Sep  8 10:02:25 2008
@@ -0,0 +1,20 @@
+Changes
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/JiftyX/ModelHelpers.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+README
+t/Simapp/bin/jifty
+t/Simapp/etc/config.yml
+t/Simapp/lib/Simapp/Model/Book.pm
+t/Simapp/Makefile.PL
+t/Simapp/t/00-model-Book.t
+t/Simapp/t/helpers.t

Added: JiftyX-ModelHelpers/trunk/META.yml
==============================================================================
--- (empty file)
+++ JiftyX-ModelHelpers/trunk/META.yml	Mon Sep  8 10:02:25 2008
@@ -0,0 +1,19 @@
+---
+abstract: 'Use Jifty model easily.'
+author:
+  - 'Kang-min Liu <gugod at gugod.org>'
+build_requires:
+  Test::More: 0
+  Test::Warn: 0
+distribution_type: module
+generated_by: 'Module::Install version 0.75'
+license: mit
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.3.html
+  version: 1.3
+name: JiftyX-ModelHelpers
+no_index:
+  directory:
+    - inc
+    - t
+version: 0.01


More information about the Jifty-commit mailing list