Skip to content

Commit

Permalink
mail/ruby-roadie: update to 5.0.1
Browse files Browse the repository at this point in the history
5.0.0 (2022-02-02)

* Drop support for Ruby 2.4 and Ruby 2.5
* Drop support for JRuby and Rubinius
* Test with Ruby 2.7 - aried3r (Anton Rieder) (#167)
* Test with Ruby 3.0 and Ruby 3.1
* Add standardrb as code formatter
* Drop support for callbacks that accepts only a single argument.
* Change signature of Roadie::CssNotFound and Roadie::ProvidersFailed.

5.0.1 (2022-05-11)

* Don't try to inline the :host pseudo-class - viamin (Bart Agapinan).
  (#170)
  • Loading branch information
taca committed Sep 1, 2022
1 parent 5854a6e commit 3694397
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mail/ruby-roadie/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2020/05/25 14:06:14 taca Exp $
# $NetBSD: Makefile,v 1.2 2022/09/01 16:27:16 taca Exp $

DISTNAME= roadie-4.0.0
DISTNAME= roadie-5.0.1
CATEGORIES= mail

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
5 changes: 3 additions & 2 deletions mail/ruby-roadie/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2020/05/25 14:06:14 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2022/09/01 16:27:16 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.github/workflows/main.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.solargraph.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/Gemfile
Expand Down
8 changes: 4 additions & 4 deletions mail/ruby-roadie/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 10:54:28 nia Exp $
$NetBSD: distinfo,v 1.4 2022/09/01 16:27:16 taca Exp $

BLAKE2s (roadie-4.0.0.gem) = 899e15350b1717380bac4184c462400c4e4143121af91776888a9a8abbebde97
SHA512 (roadie-4.0.0.gem) = d8a45906c8c6905479c86c9a232d149b9a1fb337e9e6e12b41319df3b92e30ad8f5ffc7e305ff690534fb8fba2991fc6fec0bb7fdb7ed84950240cb2513ca861
Size (roadie-4.0.0.gem) = 54784 bytes
BLAKE2s (roadie-5.0.1.gem) = ac6e4894bd3940ae68e4514ea5b6f0e98bb9ac40c0e0a59054500cd81a6271b4
SHA512 (roadie-5.0.1.gem) = 74686f3f8505f51db85325a6b02d4c8c0407c01ef2826476a3e1d000a5a6457332d910705193d3b0dd0dcefe0c5cb72e615e1a00b563350e08191de612d57348
Size (roadie-5.0.1.gem) = 54272 bytes

0 comments on commit 3694397

Please sign in to comment.