ruby-mechanize 2.8.5-1 source package in Ubuntu

Changelog

ruby-mechanize (2.8.5-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * New upstream version 2.8.5. (Closes: #1014809) (Fixes: CVE-2022-31033)
    - Fix tests on Ruby 3.1 (Closes: #1019636)
  * Refresh d/patches.
  * Drop patches that has been merged upstream.
  * d/control: Add ruby-addressable as a dependency.
  * d/control: Specify minimum version of ruby-net-http-digest-auth.

  [ Unit 193 ]
  * d/p/avoid-git.patch: Add patch to avoid calling `git` in gemspec.
  * d/ruby-mechanize.docs, d/rules:
    - Follow renames, README.(rdoc → md), CHANGELOG.(rdoc → md).
  * d/rules: Set LC_ALL to C.UTF-8 to appease tests.
  * d/control: R³: no
  * Update Standards-Version to 4.6.1.

 -- Unit 193 <email address hidden>  Tue, 13 Sep 2022 04:25:14 -0400

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
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-mechanize_2.8.5-1.dsc 2.2 KiB b9d75d5fa82156f9c37d39b18ff540582b8a06db0fe77b542ab57bfedaf6d34e
ruby-mechanize_2.8.5.orig.tar.gz 136.5 KiB 0a7be0b132deeb8d8555a5e5058656fc6eabbd8ae1915a014af17c89d1f333ba
ruby-mechanize_2.8.5-1.debian.tar.xz 7.1 KiB 1b9ed3eee69c5490e8afd8e79ad849a1fe0e72d45b23edd693b38a66cae2a362

Available diffs

No changes file available.

Binary packages built by this source

ruby-mechanize: library used for automating interaction with websites

 This library is used for automating interaction with websites.
 Mechanize automatically stores and sends cookies, follows redirects,
 can follow links, and submit forms. Form fields can be populated and
 submitted. Mechanize also keeps track of the sites that you have
 visited as a history.
 .
 This library is loosely based on WWW::Mechanize for Perl.