ruby-github-linguist 7.27.0-1build2 source package in Ubuntu

Changelog

ruby-github-linguist (7.27.0-1build2) noble; urgency=medium

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 15:18:55 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ruby-github-linguist_7.27.0.orig.tar.gz 2.9 MiB f913de6e71b9d595efe0b6707a6538c90be18c1973f9008bce1eefe8bd9944fe
ruby-github-linguist_7.27.0-1build2.debian.tar.xz 4.5 KiB 93f4709aa6f770715a9541bfb8899ae4e44a40d756e1c07d9373441aaa3a222f
ruby-github-linguist_7.27.0-1build2.dsc 2.3 KiB 3dae910045e5a4d614beac7b766fc0bab76d4b97d096c611b483b8f4d6bbae44

Available diffs

View changes file

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.

ruby-github-linguist-dbgsym: debug symbols for ruby-github-linguist