ruby-github-linguist 7.7.0-2build1 source package in Ubuntu

Changelog

ruby-github-linguist (7.7.0-2build1) focal; urgency=medium

  [ Rafael David Tinoco ]
  * Sponsoring ruby2.7 transitions

  [ Lucas Kanashiro ]
  * No-change rebuild for ruby2.7

 -- Rafael David Tinoco <email address hidden>  Thu, 27 Feb 2020 21:29:14 +0000

Upload details

Uploaded by:
Rafael David Tinoco
Uploaded to:
Focal
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ruby-github-linguist_7.7.0.orig.tar.gz 2.6 MiB fa6bebe07612302f61c606a0a845aee679869f192a85ceb2b8954c0abe1a7fa8
ruby-github-linguist_7.7.0-2build1.debian.tar.xz 3.6 KiB fd124e8e421fafb3c49732aade26aa616b0b5b9b3b46aefe1b68f6ae75322793
ruby-github-linguist_7.7.0-2build1.dsc 2.3 KiB 3fd49b77106933c6a904fb3592e7e35486e943a53fc3fd7262a5331f612fc95b

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