ruby-kramdown 1.17.0-2 source package in Ubuntu

Changelog

ruby-kramdown (1.17.0-2) unstable; urgency=medium

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Update standards version to 4.2.1, no changes needed.
  * Bump debhelper from old 11 to 12.

  [ Chris Hofstaedtler ]
  * Bump Standards Version to 4.4.1

 -- Chris Hofstaedtler <email address hidden>  Mon, 20 Jan 2020 07:17:37 +0000

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-kramdown_1.17.0-2.dsc 2.2 KiB 4a0f312052b19efa22291c42e6a4acf9ca9290a44246f0e12748e00020927a51
ruby-kramdown_1.17.0.orig.tar.gz 259.9 KiB d82a79865f9ef4ff0286a69082590bbaa462f9c2d8295c4e445fe892f0a85d1e
ruby-kramdown_1.17.0-2.debian.tar.xz 4.9 KiB 2097b1fe83c3736010d26e4c0596e017ea187cbd220a301eced2cf4697c44d81

Available diffs

No changes file available.

Binary packages built by this source

ruby-kramdown: Fast, pure-Ruby Markdown-superset converter - ruby library

 The kramdown is a fast, pure Ruby, Markdown parser and converter, using
 a strict syntax definition and supporting several common
 extensions.
 .
 The kramdown library is mainly written to support the kramdown-to-HTML
 conversion chain. However, due to its flexibility it supports other
 input and output formats as well. Here is a list of the
 supported formats:
   * input formats: kramdown (a Markdown superset), Markdown, HTML
   * output formats: HTML, kramdown, LaTeX (and therefore PDF)
 .
 This package contains the ruby library.