[DRE-commits] [SCM] ruby-parser.git branch, master, updated. upstream/2.2.0-12-g8d010b9

Praveen Arimbrathodiyil pravi.a at gmail.com
Mon Sep 5 11:40:27 UTC 2011


The following commit has been merged in the master branch:
commit 448e7a6e13dcd27dff6c0f86f5379237cd9ded54
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Mon Sep 5 15:27:42 2011 +0530

    update description

diff --git a/debian/control b/debian/control
index a1f6440..54f0721 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: ruby-parser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sexp-processor
-Description: ruby_parser (RP) is a ruby parser written in pure ruby
- ruby_parser is utilizing racc--which does by default use a C 
- extension. RP's output is the same as ParseTree's output: 
- s-expressions using ruby's arrays and base types.
\ No newline at end of file
+Description: A ruby parser written in pure ruby
+ ruby_parser (RP) can be used to parse and check syntax of ruby code.
+ .
+ It utilize racc and its output is same as that of ParseTree's.

-- 
ruby-parser.git



More information about the Pkg-ruby-extras-commits mailing list