mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
Mention jbuilder support and bump version to 0.5.0 (#21)
* Mention jbuilder support in README.md * bump 0.5.0
This commit is contained in:
parent
7603087d3d
commit
d2c3c6b5ba
3 changed files with 3 additions and 2 deletions
|
@ -16,6 +16,7 @@ Simplify developers' lives by abstracting template rendering for multiple templa
|
||||||
| Temel | .temel | [temel](https://github.com/f/temel) | [@f](https://github.com/f) |
|
| Temel | .temel | [temel](https://github.com/f/temel) | [@f](https://github.com/f) |
|
||||||
| Crikey | .crikey | [crikey](https://github.com/domgetter/crikey) | [@domgetter](https://github.com/domgetter) |
|
| Crikey | .crikey | [crikey](https://github.com/domgetter/crikey) | [@domgetter](https://github.com/domgetter) |
|
||||||
| Liquid | .liquid | [liquid](https://github.com/TechMagister/liquid.cr) | [@docelic](https://github.com/docelic) |
|
| Liquid | .liquid | [liquid](https://github.com/TechMagister/liquid.cr) | [@docelic](https://github.com/docelic) |
|
||||||
|
| Jbuilder | .jbuilder | [jbuilder](https://github.com/shootingfly/jbuilder) | [@shootingfly](https://github.com/shootingfly) |
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
[Registering your own template engine](#registering-your-own-template-engine).
|
[Registering your own template engine](#registering-your-own-template-engine).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: kilt
|
name: kilt
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Jerome Gravel-Niquet <jeromegn@gmail.com>
|
- Jerome Gravel-Niquet <jeromegn@gmail.com>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Kilt
|
module Kilt
|
||||||
VERSION = "0.4.0"
|
VERSION = "0.5.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue