| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 
 | Source: ruby-open-uri-redirections
Section: ruby
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 11),
 gem2deb,
 rake,
 ruby-rspec,
 ruby-simplecov,
 ruby-fakeweb
Standards-Version: 4.2.1
Homepage: https://github.com/open-uri-redirections/open_uri_redirections
Vcs-Browser: https://salsa.debian.org/debian/ruby-open-uri-redirections
Vcs-Git: https://salsa.debian.org/debian/ruby-open-uri-redirections.git
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-open-uri-redirections
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}
Description: openuri patch to allow redirections between HTTP and HTTPS
 This applies a patch to OpenURI to optionally allow redirections from
 HTTP to HTTPS, or from HTTPS to HTTP.
 |