Skip to content

Commit

Permalink
www/ruby-faraday-patron: update to 2.0.1
Browse files Browse the repository at this point in the history
2.0.0 (2022-01-04)

Faraday::Patron 2.0

This release supports only Faraday 2.0

What's Changed

* Add support for Faraday 2.0 by @iMacTia in #1
* gemspec: faraday ~> 2.0 and ruby >= 2.6 by @olleolleolle in #3


2.0.1 (2022-01-06)

* Re-add support for Faraday v1
  • Loading branch information
taca committed Jan 9, 2023
1 parent f2d95a8 commit 60b04ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions www/ruby-faraday-patron/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# $NetBSD: Makefile,v 1.1 2021/08/30 15:23:41 taca Exp $
# $NetBSD: Makefile,v 1.2 2023/01/09 12:53:27 taca Exp $

DISTNAME= faraday-patron-1.0.0
DISTNAME= faraday-patron-2.0.1
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lostisland/faraday-patron
COMMENT= Faraday adapter for Patron
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-patron>=0.4.2:../../www/ruby-patron

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-faraday-patron/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:30:57 nia Exp $
$NetBSD: distinfo,v 1.4 2023/01/09 12:53:27 taca Exp $

BLAKE2s (faraday-patron-1.0.0.gem) = 836cc3d6efc144e5848690d040a3d8865a3e70c9623a5929564def9fc4ada35c
SHA512 (faraday-patron-1.0.0.gem) = a9443abeb285e33ae34e68471fd3d36bec299b66dc2e7765df7ca4a10741c49a553e36ee65ff66bb1abd4914b6cf6bb1e089e74fbb3a9c1c41dd51c335fc5240
Size (faraday-patron-1.0.0.gem) = 7680 bytes
BLAKE2s (faraday-patron-2.0.1.gem) = 3d1a4db50d488d256dde15f14a246a5f41ed40cca4097a4d9fb675cd760924ad
SHA512 (faraday-patron-2.0.1.gem) = ab0e8494ded5ebc02c5389556e6464a6099c4ded9698e34ecb5de2891cd9e801617cdbbeaa3917afefd7e83eed9e284f62628343b072b346fad43cfecb371ccd
Size (faraday-patron-2.0.1.gem) = 7680 bytes

0 comments on commit 60b04ad

Please sign in to comment.