[DRE-commits] [ruby-github-linguist] 01/05: update description

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Nov 30 11:51:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-github-linguist.

commit 6f28a65648be7ab17c9da663885f51ce73c0243c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Nov 30 16:43:09 2015 +0530

    update description
---
 debian/control | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 7298154..2ea17f8 100644
--- a/debian/control
+++ b/debian/control
@@ -26,18 +26,25 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-escape-utils (>= 1.1.0~),
  ruby-mime-types,
  ruby-pygments.rb
-Description: detection and highlight of the programming language of source code and ignore binary files
- Language detection : ruby-github-linguist defines a list of all languages known to GitHub in a yaml file. In order for a file to be highlighted, a 
+Description: detection and highlight of the programming language of source code
+ Language detection: ruby-github-linguist defines a list of all languages
+ known to GitHub in a yaml file. In order for a file to be highlighted, a
  language and a lexer must be defined there.
  .
- Syntax Highlighting : The actual syntax highlighting is handled by our Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction 
- that determines which highlighter should be used on a file.
+ Syntax Highlighting: The actual syntax highlighting is handled by our
+ Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction that
+ determines which highlighter should be used on a file.
  .
- Stats : The Language stats bar that you see on every repository is built by aggregating the languages of each file in that repository. The top 
- language in the graph determines the project's primary language.
+ Stats: The Language stats bar that you see on every repository is built by
+ aggregating the languages of each file in that repository. The top language in
+ the graph determines the project's primary language.
  .
- Ignore vendored files : Checking other code into your git repo is a common practice. But this often inflates your project's language stats and may 
- even cause your project to be labeled as another language. ruby-github-linguist is able to identify some of these files and directories and exclude them.
+ Ignore vendored files: Checking other code into your git repo is a common
+ practice. But this often inflates your project's language stats and may even
+ cause your project to be labeled as another language. ruby-github-linguist is
+ able to identify some of these files and directories and exclude them.
  .
- Generated file detection : Not all plain text files are true source files. Generated files like minified js and compiled CoffeeScript can be 
- detected and excluded from language stats. As an extra bonus, these files are suppressed in diffs.
+ Generated file detection: Not all plain text files are true source files.
+ Generated files like minified js and compiled CoffeeScript can be detected and
+ excluded from language stats. As an extra bonus, these files are suppressed in
+ diffs.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-linguist.git



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