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

Changelog

ruby-github-linguist (7.22.1-1) unstable; urgency=medium

  * New upstream version 7.22.1
  * Bump Standards-Version to 4.6.1 (no changes needed)
  * Drop patch no longer required

 -- Pirate Praveen <email address hidden>  Sat, 13 Aug 2022 17:32:02 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-github-linguist_7.22.1-1.dsc 2.2 KiB 280206d256c3f4735628925791b7523f957e8dc4e816f537930a103a8f6ddc20
ruby-github-linguist_7.22.1.orig.tar.gz 2.7 MiB 72eb288163ca65c462b8a8bec8beafcf730f36b2bc4b7f6a2b49c7ae29a69497
ruby-github-linguist_7.22.1-1.debian.tar.xz 3.9 KiB 28cb31ae34a163bf06bd4952eaf39e9a51abdadf0ac69a0d4bb1c3fc3a886ee3

Available diffs

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.

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