Skip to content

Commit aa2e91f

Browse files
author
taca
committed
www/ruby-faraday-rack: update to 2.0.0
2.0.0 (2022-05-12) Breaking * This release drops support for Faraday 1.0 What's Changed * Support Faraday 2: replace dependency with require by @notEthan in #1 * CI: Add Ruby 3.1, bundler-cache by @olleolleolle in #3 * refactor: use Gemfile for development dependencies by @olleolleolle in #4 * Depend on Faraday 2.0 by @olleolleolle in #5
1 parent 8f57a0e commit aa2e91f

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

www/ruby-faraday-rack/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# $NetBSD: Makefile,v 1.1 2021/08/30 15:25:56 taca Exp $
1+
# $NetBSD: Makefile,v 1.2 2023/01/09 12:55:31 taca Exp $
22

3-
DISTNAME= faraday-rack-1.0.0
3+
DISTNAME= faraday-rack-2.0.0
44
CATEGORIES= www
55

66
MAINTAINER= pkgsrc-users@NetBSD.org
77
HOMEPAGE= https://github.com/lostisland/faraday-rack
88
COMMENT= Faraday adapter for Rack
99
LICENSE= mit
1010

11+
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=2.0<3:../../www/ruby-faraday
12+
1113
USE_LANGUAGES= # none
1214

1315
.include "../../lang/ruby/gem.mk"

www/ruby-faraday-rack/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2021/10/26 11:30:57 nia Exp $
1+
$NetBSD: distinfo,v 1.4 2023/01/09 12:55:31 taca Exp $
22

3-
BLAKE2s (faraday-rack-1.0.0.gem) = 06c9f26a20d3edce31d5a8a4ced13371542af1998690d5e7d0b139d0d7e00185
4-
SHA512 (faraday-rack-1.0.0.gem) = e4b13a1d935aea8e5df4413e16abe336fad04209754fb998a59b7aa26c265d6ecc0e2f5ffa51019656be55ff6bb49b2655d442e0323ba6e46ccdb20aefcd3d85
5-
Size (faraday-rack-1.0.0.gem) = 7168 bytes
3+
BLAKE2s (faraday-rack-2.0.0.gem) = 2b87371f020c031c14787cdefdaf5394b8fa2b6601259d339adbb1b2f57854e4
4+
SHA512 (faraday-rack-2.0.0.gem) = 8504c4d77b95473b14fbae44792f695077eef27d110751723ac66758b2bce800e59ebf483eae33e042b2f35ec969245fcb2905901dfe8244aa5976c49ab3f3e4
5+
Size (faraday-rack-2.0.0.gem) = 7168 bytes

0 commit comments

Comments
 (0)