ruby-user-agent-parser 2.5.1-2 source package in Ubuntu

Changelog

ruby-user-agent-parser (2.5.1-2) unstable; urgency=medium

  * Team upload.
  * Source only upload to allow migration to testing.
  * d/compat: Remove obsolete file.
  * d/control (Build-Depends): Use debhelper-compat version 12.
    (Standards-Version): Bump to 4.5.0.
    (Depends): Add ${ruby:Depends}.
  * d/watch: Use github source.

 -- Daniel Leidert <email address hidden>  Sat, 22 Feb 2020 16:58:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-user-agent-parser_2.5.1-2.dsc 2.1 KiB e0fab50c4c07e59f11aebd98f54a3305b4f9b4dc3614d97b572177da93647922
ruby-user-agent-parser_2.5.1.orig.tar.gz 41.0 KiB d4a0563637224ec1805b2d2916c460e3baa6cfd1813b09fd0a7c55fbd33707b7
ruby-user-agent-parser_2.5.1-2.debian.tar.xz 2.2 KiB 3b414313d7e188a9a66e242147aa35d3449cb8fdd6a7782be20b365dc6aff776

Available diffs

No changes file available.

Binary packages built by this source

ruby-user-agent-parser: Simple and comprehensive Ruby gem for parsing user agent strings

 This Ruby gem is simple and comprehensive for parsing user agent strings with
 the help of BrowserScope's UA database.
 .
 The ua-parser database is included via git submodule. To update the database
 the submodule needs to be updated and the gem is re-released, the gem includes
 a user_agent_parser bin command which will read from standard input, and parse
 each line and prints the results.