Skip to content

Commit

Permalink
textproc/ruby-tilt: update to 2.1.0
Browse files Browse the repository at this point in the history
2.1.0 (2023-02-17)

* Use UnboundMethod#bind_call on Ruby 2.7+ for better performance (#380,
  jeremyevans)
* Add Tilt::Template#freeze_string_literals? for freezing string literals in
  compiled templates (#301, jeremyevans)
* Use Haml::Template for Tilt::HamlTemplate if available (Haml 6+) (#391,
  ntkme)
* Deprecate BlueCloth, Less, and Sigil support (#382, jeremyevans)
* Add Template#compiled_path accessor to save compiled template output to
  file (#369, jeremyevans)
* Add Mapping#unregister to remove registered extensions (#376, jeremyevans)
* Add Mapping#register_pipeline to register template pipelines (#259,
  jeremyevans)
* Remove Tilt::Dummy (#364, jeremyevans)
* Ensure Mapping#extensions_for returns unique values (#342, mojavelinux)
* Remove opal support, since the the opal API changed (#374, jeremyevans)
* Remove .livescript extension for LiveScript (#374, jeremyevans)
* Set required_ruby_version in gemspec (#371, jeremyevans)
  • Loading branch information
taca committed Feb 23, 2023
1 parent ce32c2e commit 25c8935
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-tilt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2022/08/30 15:43:04 taca Exp $
# $NetBSD: Makefile,v 1.19 2023/02/23 15:38:26 taca Exp $

DISTNAME= tilt-2.0.11
DISTNAME= tilt-2.1.0
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 2 additions & 2 deletions textproc/ruby-tilt/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2020/03/24 17:18:01 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2023/02/23 15:38:26 taca Exp $
bin/tilt${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
Expand All @@ -12,7 +12,6 @@ ${GEM_LIBDIR}/lib/tilt/coffee.rb
${GEM_LIBDIR}/lib/tilt/commonmarker.rb
${GEM_LIBDIR}/lib/tilt/creole.rb
${GEM_LIBDIR}/lib/tilt/csv.rb
${GEM_LIBDIR}/lib/tilt/dummy.rb
${GEM_LIBDIR}/lib/tilt/erb.rb
${GEM_LIBDIR}/lib/tilt/erubi.rb
${GEM_LIBDIR}/lib/tilt/erubis.rb
Expand All @@ -27,6 +26,7 @@ ${GEM_LIBDIR}/lib/tilt/markaby.rb
${GEM_LIBDIR}/lib/tilt/maruku.rb
${GEM_LIBDIR}/lib/tilt/nokogiri.rb
${GEM_LIBDIR}/lib/tilt/pandoc.rb
${GEM_LIBDIR}/lib/tilt/pipeline.rb
${GEM_LIBDIR}/lib/tilt/plain.rb
${GEM_LIBDIR}/lib/tilt/prawn.rb
${GEM_LIBDIR}/lib/tilt/radius.rb
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-tilt/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2022/08/30 15:43:04 taca Exp $
$NetBSD: distinfo,v 1.18 2023/02/23 15:38:26 taca Exp $

BLAKE2s (tilt-2.0.11.gem) = 328af290413ecdfeb92b59cd2cd019ceebed072091cd92b5cee041623c71a839
SHA512 (tilt-2.0.11.gem) = 757a292b05b3ddb2cb8de7680f09433cec85b433e03cd9f738534b99c836fb2129870003a9376c24b6a2f6acb732b51b27968cc0e197a832130d4a35b8dc8239
Size (tilt-2.0.11.gem) = 23040 bytes
BLAKE2s (tilt-2.1.0.gem) = 051147a9f5532603c03084aa82900fbb43e5c5679458a6dbabd292aad852cd89
SHA512 (tilt-2.1.0.gem) = 3449c7baa5d5ffc98dd537cc6dae94e3f0f7fd0cd57ad0ea9fdd12090e4b0dcbd555d7a90fb4c774754d73d2675a0ee9c803c66a74b8e9e60f674bfcd9ccc0c9
Size (tilt-2.1.0.gem) = 24576 bytes

0 comments on commit 25c8935

Please sign in to comment.