Skip to content

Commit

Permalink
www/ruby-mustermann: update to 1.1.1
Browse files Browse the repository at this point in the history
Update ruby-mustermann to 1.1.1.


Mustermann 1.1.1 (2020-01-04)

* Make sure that requireing ruby2_keywords when needed. Fixes #102 @Annih

Mustermann 1.1.0 (2019-12-30)

* Proper handling of Mustermann::ExpandError. Fixes #88 @namusyaka

* Support Ruby 3 keyword arguments. @mame

  o At the same time, we dropped a support that accepts options
    followed by mappings on Mustermann::Mapper. Reference commit

* Improve documentation and development. @horaciob, @epistrephein,
  @jbampton, @jkowens, @junaruga
  • Loading branch information
taca committed Mar 21, 2020
1 parent 03f0c60 commit 74bdf8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions www/ruby-mustermann/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# $NetBSD: Makefile,v 1.4 2018/09/23 16:55:04 taca Exp $
# $NetBSD: Makefile,v 1.5 2020/03/21 16:51:38 taca Exp $

DISTNAME= mustermann-1.0.3
DISTNAME= mustermann-1.1.1
CATEGORIES= www

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/sinatra/mustermann
COMMENT= Use patterns like regular expressions
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.1<0.1:../../devel/ruby-ruby2_keywords

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions www/ruby-mustermann/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2018/09/23 16:55:04 taca Exp $
$NetBSD: distinfo,v 1.5 2020/03/21 16:51:38 taca Exp $

SHA1 (mustermann-1.0.3.gem) = 2d090e7d3cd2a35efeaeacf006100fb83b828686
RMD160 (mustermann-1.0.3.gem) = d38e49edb32f2810e08343b87642b2b079830d76
SHA512 (mustermann-1.0.3.gem) = 776ad3f24e1165155def04a6e1ff18ccaf536606dafc3fa19b8b2c2576cd316eaa9b72cac37bc6ede3c48c7ed6c90e99a4388f60cdeaef0bca461e9caa4bb4f5
Size (mustermann-1.0.3.gem) = 51712 bytes
SHA1 (mustermann-1.1.1.gem) = 50a4e37904485810cb05e27d75c9783e5a8f3402
RMD160 (mustermann-1.1.1.gem) = 7923651f41af65a1a280787f5a104129a4bcf56f
SHA512 (mustermann-1.1.1.gem) = 55d5fd9b8309e0b806b2fb0af409fbc71b958b8f91116991439f2c66b1f71f17647a61020b0349a86132e7d3da383121719ea330538abb8f3c8bef5fbff0b747
Size (mustermann-1.1.1.gem) = 51712 bytes

0 comments on commit 74bdf8a

Please sign in to comment.