ruby-github-linguist 4.7.2-1 source package in Ubuntu

Changelog

ruby-github-linguist (4.7.2-1) unstable; urgency=low

  [ Timothée Girard ]
  * Initial release (Closes: #743063)

 -- Pirate Praveen <email address hidden>  Mon, 30 Nov 2015 17:15:10 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-github-linguist_4.7.2-1.dsc 2.2 KiB 030046e079418fea8c82172781d6ebadbd195bf8ba2cac796082d29205b5bf24
ruby-github-linguist_4.7.2.orig.tar.gz 669.5 KiB 10956a673660727fdc84560f72026fbbf7478bbb68b80742de71e3bf324a46a5
ruby-github-linguist_4.7.2-1.debian.tar.xz 2.8 KiB 4500eb3d73d14424a5eb047d8966abe07a41b340a36a0c839dd1cad49f3fc39c

No changes file available.

Binary packages built by this source

ruby-github-linguist: 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 the
 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.
 .
 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.