Skip to content

Commit

Permalink
www/ruby-mustermann: update to 3.0.3
Browse files Browse the repository at this point in the history
3.0.1 (2024-07-31)

* Ruby 3.4+ compatibility: "Use URI::RFC2396_Parser#regex explicitly" #138
  @hsbt

3.0.2 (2024-08-09)

* Ruby 3.4+ compatibility: "Use rfc2396 parser instead of
  URI::DEFAULT_PARSER" #139 @hsbt

3.0.3 (2024-09-03)

* Fix performance issue for Mustermann::AST::Translator#escape #142 @hsbt,
  @ericproulx
  • Loading branch information
taca committed Dec 11, 2024
1 parent fe5561d commit c386e63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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.7 2023/01/04 15:25:59 taca Exp $
# $NetBSD: Makefile,v 1.8 2024/12/11 14:31:38 taca Exp $

DISTNAME= mustermann-3.0.0
DISTNAME= mustermann-3.0.3
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion www/ruby-mustermann/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@comment $NetBSD: PLIST,v 1.2 2022/09/01 13:46:30 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2024/12/11 14:31:38 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/bench/capturing.rb
${GEM_LIBDIR}/bench/regexp.rb
${GEM_LIBDIR}/bench/simple_vs_sinatra.rb
${GEM_LIBDIR}/bench/template_vs_addressable.rb
${GEM_LIBDIR}/bench/uri_parser_object.rb
${GEM_LIBDIR}/lib/mustermann.rb
${GEM_LIBDIR}/lib/mustermann/ast/boundaries.rb
${GEM_LIBDIR}/lib/mustermann/ast/compiler.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.9 2023/01/04 15:25:59 taca Exp $
$NetBSD: distinfo,v 1.10 2024/12/11 14:31:38 taca Exp $

BLAKE2s (mustermann-3.0.0.gem) = bf42efeb66dcf7b9c9e78cd21f69e6cf797ed65f6bd70bfb78537202c05d66ed
SHA512 (mustermann-3.0.0.gem) = c33d41281fe2ac80c0af0c5c31dbab2068c73b9da19a4b82b387bbe551019fc115675634d932a8e56b070c3a06a85d830c982a103e6c5193aff8647f599be6e3
Size (mustermann-3.0.0.gem) = 50176 bytes
BLAKE2s (mustermann-3.0.3.gem) = 59a68dfac646110abe711eceafb535582e8b627bd6115f63664179ffe3244657
SHA512 (mustermann-3.0.3.gem) = d205985a5da83d83248899642ed359056b0cdb511e77d51309319c2f8d8b6c84040e9e1d3a56b7f83a0b26aed4b344f4df371b310e419c20170f0a486e89ba6f
Size (mustermann-3.0.3.gem) = 50176 bytes

0 comments on commit c386e63

Please sign in to comment.