./www/ruby-excon, EXtended http(s) CONnections

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.110.0, Package name: ruby32-excon-0.110.0, Maintainer: pkgsrc-users

excon

Usable, fast, simple Ruby HTTP 1.1

Excon was designed to be simple, fast and performant. It works great as a
general HTTP(s) client and is particularly well suited to usage in API
clients.


Master sites:

Filesize: 170 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 15:43:04 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.110.0

0.110.0 (2024-03-12)

* update bundled default certificates
   2024-02-04 07:49:02 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.109.0

0.109.0 (2024-01-03)

* fix to properly utilize `Resolv::DefaultResolver.replace_resolvers` values
   2023-12-17 17:19:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.108.0

0.104.0 (2023-09-29)

* fix dates in changelog
* add resolv_resolver option and deprecate dns_timeout

0.105.0 (2023-11-28)

* add support for non-blocking request timeouts

0.106.0 (2023-12-13)

* add rackup to Gemfile
* bump actions/stale version
* update bundled default certs

0.107.0 (2023-12-15)

* performance improvements for nonblocking sockets

0.108.0 (2023-12-15)

* fix array syntax error for old ruby versions
   2023-09-18 19:44:15 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.103.0

0.103.0 (2023-09-13)

* fix cert related warnings
* update checkout github action
* add option to specify dns_timeout
* update bundled default certs
   2023-08-26 17:00:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.102.0

0.101.0 (2023-09-23)

* remove old Ruby 1.9 related conditionals and code
* add jruby to test matrix
* update bundled certs

0.102.0 (2023-09-23)

* revert bundled cert update for now, as it is breaking tests
   2023-06-09 17:25:26 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.100.0

0.100.0 (2023-06-06)

* bump stale action
* respect non-titlecase host headers
* update bundled certs
   2023-01-21 15:08:07 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.97.2

0.97.2 (2023-01-20)

* Pass omit_default_port from request to response.
   2023-01-15 16:58:11 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-excon: update to 0.97.1

0.97.0 (2023-01-09)

- fix for URI gem changes when host empty for unix urls
- adjust testing ruby versions: drop 2.6, add 3.2

0.97.1 (2023-01-11)

- update bundled certs