[Lunar-commits] CVS: moonbase/devel/mod_ruby DEPENDS, 1.2, 1.3 DETAILS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Sat Jan 10 10:47:53 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/mod_ruby
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31891

Modified Files:
	DEPENDS DETAILS 
Log Message:
bump version from 1.0.2 to 1.1.2.


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/mod_ruby/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	13 Sep 2002 10:15:15 -0000	1.2
+++ DEPENDS	10 Jan 2004 10:47:51 -0000	1.3
@@ -1 +1,2 @@
-depends eruby 
+depends eruby &&
+depends apache2

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/mod_ruby/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	9 Dec 2002 18:35:16 -0000	1.2
+++ DETAILS	10 Jan 2004 10:47:51 -0000	1.3
@@ -1,13 +1,17 @@
            MODULE=mod_ruby
-         VERSION=1.0.2
+         VERSION=1.1.2
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.modruby.net/archive/$MODULE-$VERSION.tar.gz
+      SOURCE_VFY=md5:9645245028f95432223f70ebf676c9ad
       MAINTAINER=jason at xorit.net
         WEB_SITE=http://www.modruby.net
-           SHORT="eruby interprets a Ruby code embedded text file."
          ENTERED=20020731
-         UPDATED=20020731
+         UPDATED=20040110
+        SHORT="Ruby extension to apache webservers"
+	 
 cat << EOF
-eruby interprets a Ruby code embedded text file. For example, eruby enables you to embed a Ruby code to a HTML file. 
+mod_ruby embeds the Ruby interpreter into the Apache web server,
+allowing Ruby CGI scripts to be executed natively. These scripts will
+start up much faster than without mod_ruby.
 EOF



More information about the Lunar-commits mailing list