ruby-twitter-stream 0.1.16-4 source package in Ubuntu

Changelog

ruby-twitter-stream (0.1.16-4) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update watch file format version to 4.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-eventmachine,
      ruby-http-parser.rb and ruby-simple-oauth.

  [ Daniel Leidert ]
  * d/control: Add Testsuite and Rules-Requires-Root fields.
    (Standards-Version): Bump to 4.6.0.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/rules: Use gem installation layout and remove fixtures from installation.
  * d/watch: Use gemwatch URL.
  * d/patches/998503-replace-uri-escape.patch: Add patch.
    - Replace obsolete URI.escape and fix FTBFS with Ruby 3 (closes: #998503).
  * d/patches/series: Enable new patch.
  * d/upstream/metadata: Add missing fields.

 -- Daniel Leidert <email address hidden>  Sun, 07 Nov 2021 01:59:57 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-twitter-stream_0.1.16-4.dsc 2.2 KiB 15db98c78af40bf9808b0aed961ecd1c9aa6c24fa88cc72db0784ffd96ace268
ruby-twitter-stream_0.1.16.orig.tar.gz 10.6 KiB 9ccf815f836df449eca86eaaccb1ca00bcd8fd081ab43d0ccb730077fd78f0d9
ruby-twitter-stream_0.1.16-4.debian.tar.xz 6.4 KiB 790c25f2cc662b4befb669fee7c9ff736c8b2da5b7ab17891f7698fc1a2ea80f

Available diffs

No changes file available.

Binary packages built by this source

ruby-twitter-stream: Twitter realtime API client for Ruby

 This package provides a simple Ruby client library for Twitter's streaming
 API. The library uses EventMachine to handle connections and adheres to
 Twitter's reconnection guidelines. The library can only use the JSON format.