2023-12-17 16:56:36 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-temple: update to 0.10.3
0.10.3 (2023-10-04)
* Remove test files from the gem package (#146)
* Add DynamicMerger filter (#147)
|
2023-06-09 16:59:24 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-temple: update to 0.10.2
0.10.2 (2023-05-27)
* Fix Sinatra capture_generator problem (#145)
|
2023-05-21 05:23:48 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-temple: update to 0.10.1
0.10.1 (2023-05-16)
* Use specified :capture_generator for nested captures (#112, #144)
* Compatibility with frozen string literals
|
2023-01-25 15:20:44 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-temple: update to 0.10.0
0.10.0 (2023-01-23)
* Regression: Revert changes to :capture_generator since 0.8.2 (#112, #113,
#137)
* Regression: Ensure that output buffer is not reused for capturing in Rails
(#135)
* Drop support for Rails 4.x
|
2022-12-04 17:07:24 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-temple: update to 0.9.1
0.9.1 (2022-10-24)
* Fix Slim's error in AttributeMerger due to 0.9.0's :capture_generator
(#137)
* Use specified :capture_generator for nested captures (#112)
* Fix Temple::ERB::Engine's <%= to not escape and <%== to escape expressions
0.9.0 (2022-10-24)
* Require Ruby 2.5+ (#131)
* Change default :capture_generator to self (#113)
* Improve compatibility with Rails 7.1 (#135)
* Support Rails 6.1's annotate_rendered_view_with_filenames
with Temple::Filters::Ambles (#134)
* Fix a crash in StringSplitter filter (#138)
* Fix a warning by Object#=~ since Ruby 2.6 (#129)
* Fix deprecated Tilt template mime type (#108)
* Stop using deprecated EscapeUtils from Temple::Utils (#136)
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-03-24 18:08:44 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-temple: add USE_LANGUAGES
add "USE_LANGUAGES= # none".
|
2020-03-24 18:07:55 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-temple: update to 0.8.2
Update ruby-temple to 0.8.2.
0.8.2
* Support TruffleRuby in Temple::Filters::StaticAnalyzer (#127)
* Support TruffleRuby in Temple::Filters::StringSplitter (#127)
0.8.1
* Stop relying on deprecated method in Rails (#121)
* Fix issue with --enable-frozen-string-literal
* Escape html in markdown
|
2017-06-22 00:18:13 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Add ruby-temple package version 0.8.0 required by new ruby-haml.
Temple is an abstraction and a framework for compiling templates to pure Ruby.
It's all about making it easier to experiment, implement and optimize template
languages. If you're interested in implementing your own template language,
or anything else related to the internals of a template engine: You've come to
the right place.
Have a look around, and if you're still wondering: Ask on the mailing list and
we'll try to do our best. In fact, it doesn't have to be related to Temple at
all. As long as it has something to do with template languages, we're
interested: <http://groups.google.com/group/guardians-of-the-temple>.
|