[csw-devel] SF.net SVN: gar:[17085] csw/mgar/gar/v2/lib/python/dependency_checks.py
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Feb 19 04:09:15 CET 2012
Revision: 17085
http://gar.svn.sourceforge.net/gar/?rev=17085&view=rev
Author: bdwalton
Date: 2012-02-19 03:09:15 +0000 (Sun, 19 Feb 2012)
Log Message:
-----------
gar/v2: allow packages with .rb files to depend on ruby 1.9 or 1.8
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/dependency_checks.py
Modified: csw/mgar/gar/v2/lib/python/dependency_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/dependency_checks.py 2012-02-19 03:08:25 UTC (rev 17084)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py 2012-02-19 03:09:15 UTC (rev 17085)
@@ -32,7 +32,7 @@
(r".*\.pl$", (u"CSWperl",)),
(r".*\.pm$", (u"CSWperl",)),
(r".*\.py$", (u"CSWpython",)),
- (r".*\.rb$", (u"CSWruby", u"CSWruby18")),
+ (r".*\.rb$", (u"CSWruby", u"CSWruby18", u"CSWruby19")),
(r".*\.elc?$", (u"CSWemacscommon",)),
(r"/opt/csw/apache2/", (u"CSWapache2",)),
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list