Skip to content

Commit

Permalink
www/ruby-faraday-rack: update to 2.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Jan 9, 2023
1 parent 9309852 commit 69709a6
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-rack/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# $NetBSD: Makefile,v 1.1 2021/08/30 15:25:56 taca Exp $
# $NetBSD: Makefile,v 1.2 2023/01/09 12:55:31 taca Exp $

DISTNAME= faraday-rack-1.0.0
DISTNAME= faraday-rack-2.0.0
CATEGORIES= www

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

DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=2.0<3:../../www/ruby-faraday

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-faraday-rack/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:55:31 taca Exp $

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

0 comments on commit 69709a6

Please sign in to comment.