Skip to content

Commit

Permalink
www/ruby-mustermann: update to 2.0.2
Browse files Browse the repository at this point in the history
Latest release is 3.0.0 but ruby-sinatra require prior to 3.0.

2.0.2 (2022-07-22)

* Further improve Ruby 3 compatibility. #134. @magni-

2.0.1 (2022-07-19)

* Properly fix Ruby 3 compatability issue, reverts #126. Resolved by #130
  @eregon, @tconst, @dentarg

2.0.0 (2022-07-18)

* Improve Ruby 3 compatibility. Removed built-in Sinatra 1 support, and
  moved to new mustermann-sinatra-extension gem. Fixes #114 @epergo

1.1.2 (2022-07-16)

* Add compatibility with --enable=frozen-string-literal param. Fixes #110
  @michal-granec
  • Loading branch information
taca committed Sep 1, 2022
1 parent 46c2d2d commit fe9204c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions www/ruby-mustermann/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2020/03/21 16:51:38 taca Exp $
# $NetBSD: Makefile,v 1.6 2022/09/01 13:46:30 taca Exp $

DISTNAME= mustermann-1.1.1
DISTNAME= mustermann-2.0.2
CATEGORIES= www

MAINTAINER= [email protected]
Expand Down
3 changes: 1 addition & 2 deletions www/ruby-mustermann/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2017/06/04 15:26:43 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2022/09/01 13:46:30 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
Expand Down Expand Up @@ -45,7 +45,6 @@ ${GEM_LIBDIR}/spec/composite_spec.rb
${GEM_LIBDIR}/spec/concat_spec.rb
${GEM_LIBDIR}/spec/equality_map_spec.rb
${GEM_LIBDIR}/spec/expander_spec.rb
${GEM_LIBDIR}/spec/extension_spec.rb
${GEM_LIBDIR}/spec/identity_spec.rb
${GEM_LIBDIR}/spec/mapper_spec.rb
${GEM_LIBDIR}/spec/mustermann_spec.rb
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-mustermann/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2021/10/26 11:31:01 nia Exp $
$NetBSD: distinfo,v 1.8 2022/09/01 13:46:30 taca Exp $

BLAKE2s (mustermann-1.1.1.gem) = 1fa676e7e863ce703b3c426456162674c6e381b13e52f9350e2bbf1b1f52446d
SHA512 (mustermann-1.1.1.gem) = 55d5fd9b8309e0b806b2fb0af409fbc71b958b8f91116991439f2c66b1f71f17647a61020b0349a86132e7d3da383121719ea330538abb8f3c8bef5fbff0b747
Size (mustermann-1.1.1.gem) = 51712 bytes
BLAKE2s (mustermann-2.0.2.gem) = f20697b063408d1499d8c533daec6b7f1a9fe25f58cebef52e3cba92d912fa2b
SHA512 (mustermann-2.0.2.gem) = ed72ec2e376e160cd315cdd8fb0693993b02d6898167dc6f158049bd8e0a6ad4f98e604108992e5787067ea951be793d2a7e6e47df2d582907868300aaa74e5a
Size (mustermann-2.0.2.gem) = 50176 bytes

0 comments on commit fe9204c

Please sign in to comment.