Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby2.5-rubygem-excon-0.73.0-bp153.1.16 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: ruby2.5-rubygem-excon Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.73.0 Vendor: openSUSE
Release: bp153.1.16 Build date: Mon May 10 15:37:30 2021
Group: Development/Languages/Ruby Build host: s390zp24
Size: 519626 Source RPM: rubygem-excon-0.73.0-bp153.1.16.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/excon/excon
Summary: speed, persistence, http(s)
EXtended http(s) CONnections.

Provides

Requires

License

MIT

Changelog

* Thu May 07 2020 Stephan Kulow <coolo@suse.com>
  - updated to version 0.73.0
    no changelog found
* Mon Feb 10 2020 Stephan Kulow <coolo@suse.com>
  - updated to version 0.72.0
    no changelog found
* Sat Dec 14 2019 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 0.71.0
    * fix for leftover data with interrupted persistent connections
* Thu Nov 28 2019 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 0.69.1
    * Fix mistake in proxy connection error handling
    * Raise better proxy connection errors
* Tue Nov 12 2019 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 0.68.0
    * no changelog found
* Thu Aug 15 2019 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 0.66.0
    * Add remote_ip to datum, enabling usage in middleware
    * redirect follower now raises after following too many redirects (default 10)
    * fixed stub clearing in tests to avoid race conditions
* Sun May 05 2019 Stephan Kulow <coolo@suse.com>
  - updated to version 0.64.0
    see installed changelog.txt
    0.64.0 2019-04-15
    =================
    warn, not error on undefined middlewares#valid_parameter keys
    0.63.0 2019-04-12
    =================
    allow setting min/max ssl versions
    add additional nonblocking ruby error classes
    set logger via datum, instead of class variables
    misc test/travis fixes
    consolidate binary encoding, avoid double encoding
    error or CR/LF instead of substitute
    guard against invalid header keys
    also retry blocked connect with newer ruby errors
    clarify that username and password should be escaped
    better handling of warnings in tests
    add stalebot
    document NO_PROXY
    validate parameter keys based on middleware stack
    update default retry on error counts in readme
    Sweet32, DES deprioritization fixes to cipher suite
    allow overriding retry_errors count
    fix for URI escaping in Ruby 2.6
    update copyright notice
    add metadata to gemspec
    update certs
* Wed Mar 28 2018 factory-auto@kulow.org
  - updated to version 0.62.0
    see installed changelog.txt
    0.62.0 2018-03-27
    =================
    remove binmode call for StringIO objects
* Tue Mar 20 2018 factory-auto@kulow.org
  - updated to version 0.61.0
    see installed changelog.txt
    0.61.0 2018-03-16
    =================
    use default ports for sockets if none specified
    add ruby 2.4 and 2.5 to ci testing
    follow relative location redirects
* Tue Jan 09 2018 coolo@suse.com
  - updated to version 0.60.0
    see installed changelog.txt
    0.60.0 2017-12-15
    =================
    add requests_in_batches
    cleanup rakefile, gemfile, etc
    add logger/logger= and logging instrumentor
    rewind response_block in idempotent instrumentor
* Mon Sep 11 2017 coolo@suse.com
  - updated to version 0.59.0
    see installed changelog.txt
    0.59.0 2017-09-05
    =================
    fix backtick vs quote in error message
    fix socket pooling to be per-connection instead of per thread
    fix tests to ignore proxy env settings
    0.58.0 08/01/2017
    =================
    remove unused error
    add retry_interval and related settings for backoff
* Thu Aug 03 2017 coolo@suse.com
  - updated to version 0.58.0
    see installed changelog.txt
    0.57.1 06/30/2017
    =================
    fix remote-ip setting to prevent off-by-one issue
* Tue Jun 20 2017 coolo@suse.com
  - updated to version 0.57.0
    see installed changelog.txt
    0.57.0 06/14/2017
    =================
    add client_key_data and client_cert_data to valid keys
    allow passing explicit host to unix sockets
* Tue Jun 06 2017 coolo@suse.com
  - updated to version 0.56.0
    see installed changelog.txt
    0.56.0 05/31/2017
    =================
    fix proxy parse errors
    fix url-escaped proxy creds for ssl
* Wed Feb 08 2017 coolo@suse.com
  - updated to version 0.55.0
    see installed changelog.txt
    0.55.0 02/07/2017
    =================
    fix minor readme error
    update bundled certs
    update self-signed certs
    update to test with ruby 2.3.3
    fix unitialized ResponseParseError error
    add missing 'spec_helper' require in tests
    add missing 'time' require in tests
    use unescape_uri for user/pass in Authorization header
    use secure rubygems source uri
    update gemnasium badge
    update fury badge
    update travis badge
    update gittip badge
* Tue Oct 18 2016 coolo@suse.com
  - updated to version 0.54.0
    see installed changelog.txt
* Wed Sep 28 2016 coolo@suse.com
  - updated to version 0.53.0
    see installed changelog.txt
    0.32.0 09/27/2016
    =================
    add ability to pass ssl options as strings
    progress towards rspec
    update bundled certs
* Tue Aug 23 2016 coolo@suse.com
  - updated to version 0.52.0
    see installed changelog.txt
    0.52.0 08/22/2016
    =================
    freeze string literals
    move toward interpolation, over concatenation (frozen string related)
    start conversion toward rspec
    move user/pass authorization header setting to request level
* Sat Jul 09 2016 coolo@suse.com
  - updated to version 0.51.0
    see installed changelog.txt
    0.51.0 07/08/2016
    tweak new errors to be an alias rather than inherit
* Wed Jun 29 2016 coolo@suse.com
  - updated to version 0.50.1
    see installed changelog.txt
    0.50.1 06/28/2016
    =================
    re-add some missing errors from refactoring
    0.50.0 06/28/2016
    =================
    expand readme
    refactor errors for consistancy
    optionally allow unstubbed requests
    parse/verify path as well as host for connection
* Wed Apr 06 2016 coolo@suse.com
  - updated to version 0.49.0
    see installed changelog.txt
    0.49.0 03/28/2016
    =================
    fix nonblock ssl socket connect timeout handling
    fix README debug example
    make unique class for certificate errors
    connection logic cleanup
    change stubs back to global (with local option via defaults)
    specific handling for set-cookie header exceptions
* Tue Mar 08 2016 coolo@suse.com
  - updated to version 0.48.0
    see installed changelog.txt
    0.48.0 03/07/2016
    =================
    optimize by writing part of body with headers when it fits in a chunk
* Wed Mar 02 2016 coolo@suse.com
  - updated to version 0.47.0
    see installed changelog.txt
    0.47.0 02/29/2016
    =================
    fix bundled certs
    fix instrumentors to allow recording timings
* Sat Feb 27 2016 coolo@suse.com
  - updated to version 0.46.0
    see installed changelog.txt
    0.46.0 02/26/2016
    empty host header for unix sockets
    raise EOFError on unexpectedly read nil
    add host/path/port to response
    keep cookies through redirects
    fix to skip decompressing empty bodies
    fix escaping for query string
    README improvements
    fix SocketError initializer
    fix incorrect error class usage
* Tue Jul 14 2015 coolo@suse.com
  - updated to version 0.45.4
    see installed changelog.txt
    0.45.4 07/13/2015
    =================
    fix undefined errors in error handling
    ignore empty proxy values
* Thu Apr 23 2015 coolo@suse.com
  - updated to version 0.45.3
    see installed changelog.txt
    0.45.3 04/21/2015
    =================
    guard warning about openssl versions in case constant undefined
    ensure rackup listens properly, fixes local tests
* Fri Apr 17 2015 coolo@suse.com
  - updated to version 0.45.2
* Tue Apr 07 2015 coolo@suse.com
  - updated to version 0.45.1
    - fix scope for readline buffer, fixes dropped initial characters
* Fri Mar 27 2015 coolo@suse.com
  - updated to version 0.45.0
    prefer default SSL config to ENV, when available
    document instrumentor deviation from rails format
    better error/warning around openssl 1.0.2 bug
    fix nonblocking ssl connect to not have tight loop
    also remove user/pass when following redirects
* Thu Mar 05 2015 coolo@suse.com
  - updated to version 0.44.4
* Thu Feb 26 2015 coolo@suse.com
  - updated to version 0.44.3
    don't pass body when following GET redirects
    fix error rescue case to properly reference error object
* Thu Feb 12 2015 coolo@suse.com
  - updated to version 0.44.2
* Tue Feb 10 2015 coolo@suse.com
  - updated to version 0.44.1
* Mon Oct 13 2014 coolo@suse.com
  - adapt to new rubygem packaging

Files

/usr/lib64/ruby/gems/2.5.0/build_info
/usr/lib64/ruby/gems/2.5.0/cache/excon-0.73.0.gem
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/CONTRIBUTING.md
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/CONTRIBUTORS.md
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/LICENSE.md
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/README.md
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/data
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/data/cacert.pem
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/excon.gemspec
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/connection.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/constants.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/error.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/extensions
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/extensions/uri.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/headers.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/instrumentors
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/instrumentors/logging_instrumentor.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/instrumentors/standard_instrumentor.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/base.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/capture_cookies.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/decompress.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/escape_path.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/expects.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/idempotent.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/instrumentor.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/mock.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/redirect_follower.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/middlewares/response_parser.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/pretty_printer.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/response.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/socket.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/ssl_socket.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test/plugin
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test/plugin/server
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test/plugin/server/exec.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test/plugin/server/puma.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test/plugin/server/unicorn.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test/plugin/server/webrick.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/test/server.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/unix_socket.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/utils.rb
/usr/lib64/ruby/gems/2.5.0/gems/excon-0.73.0/lib/excon/version.rb
/usr/lib64/ruby/gems/2.5.0/specifications/excon-0.73.0.gemspec
/usr/share/doc/packages/ruby2.5-rubygem-excon
/usr/share/doc/packages/ruby2.5-rubygem-excon/LICENSE.md
/usr/share/doc/packages/ruby2.5-rubygem-excon/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:01:09 2024