Skip to content

Commit

Permalink
www/ruby-ethon: update to 0.14.0
Browse files Browse the repository at this point in the history
Quote from commit logs:

0.14.0 (2021-04-26)

* Fix typo in YARD doc
* Fix broken master build
* Remove ssl_cacert from return codes

0.13.0 (2021-04-12)

* Added :dns_shuffle_addresses curl option
* Added easy option :path_as_is
* Add WEBrick dependency for Ruby 3.0+.
* Fix keyword parameters for Ruby 2.7+.
* Easy::Operations#handle: Thread-safe cleanup (#136)
* add pinnedpublickey option
* Avoid mutating strings to support --enable-frozen-string-literal.
* Use the proper varargs definition of libcurl functions (#183)
* Add support for HTTPS proxies
* Fix "multi" in examples referring to itself as "easy"
  • Loading branch information
taca committed Jun 2, 2021
1 parent 3ab76d5 commit 614091c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions www/ruby-ethon/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2021/02/14 15:34:38 taca Exp $
# $NetBSD: Makefile,v 1.3 2021/06/02 14:45:36 taca Exp $

DISTNAME= ethon-0.12.0
DISTNAME= ethon-0.14.0
CATEGORIES= www

MAINTAINER= [email protected]
Expand Down
4 changes: 2 additions & 2 deletions www/ruby-ethon/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2020/04/14 15:52:00 ryoon Exp $
@comment $NetBSD: PLIST,v 1.2 2021/06/02 14:45:36 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/workflows/ruby.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Guardfile
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-ethon/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/04/14 15:52:00 ryoon Exp $
$NetBSD: distinfo,v 1.2 2021/06/02 14:45:36 taca Exp $

SHA1 (ethon-0.12.0.gem) = 921ef1be44583a7644ee7f20fe5f26f21d018a04
RMD160 (ethon-0.12.0.gem) = 63e254cbcdd7706a12c52b27c28e2d4f6cd6f159
SHA512 (ethon-0.12.0.gem) = 5fea666efdd5e2d568d0e074f205525656e202ecea3bb5ff8a8ab838a596cab349b869baffb7926227d6cfdae5b9c1cb86bb201b4c9585056c6671ab4feee596
Size (ethon-0.12.0.gem) = 56832 bytes
SHA1 (ethon-0.14.0.gem) = a0e1817d877cc2ec784c10f9139641a53990f70e
RMD160 (ethon-0.14.0.gem) = 26bbb4676ba3d76994627b42f4c4ab1bf2c6fd70
SHA512 (ethon-0.14.0.gem) = 765454c3c9132204d6cc0ff09478b252e5cbc78d4f3ca35654942ba19b5aa541d846f1c37ec16e51c54aa41e03debdf8fc084b8f4540d230431d0e6f885f1a51
Size (ethon-0.14.0.gem) = 57344 bytes

0 comments on commit 614091c

Please sign in to comment.