Skip to content

Commit 1bca970

Browse files
committed
Remove deprecated creole template
1 parent 7e5263e commit 1bca970

7 files changed

Lines changed: 1 addition & 50 deletions

File tree

.ci.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ gem 'rake'
44
gem 'minitest'
55

66
gem 'babel-transpiler'
7-
gem 'creole'
87
gem 'erubi'
98
gem 'liquid'
109
gem 'livescript'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## master
22

3+
* Remove deprecated creole template (jeremyevans)
34
* Make the rendering of Prawn templates idempotent (rickenharp) (#20)
45

56
## 2.6.1 (2025-07-07)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Support for these template engines is included with Tilt:
2929
| {CoffeeScript}[rdoc-ref:lib/tilt/coffee.rb] | .coffee | coffee-script (+ javascript) |
3030
| {CoffeeScriptLiterate}[rdoc-ref:lib/tilt/coffee.rb] | .litcoffee | coffee-script (+ javascript) |
3131
| {CommonMarker}[rdoc-ref:lib/tilt/commonmarker.rb] | .markdown, .mkd, .md | commonmarker |
32-
| {Creole}[rdoc-ref:lib/tilt/creole.rb] | .wiki, .creole | creole |
3332
| {CSV}[rdoc-ref:lib/tilt/csv.rb] | .rcsv | csv (ruby stdlib) |
3433
| {ERB}[rdoc-ref:lib/tilt/erb.rb] | .erb, .rhtml | erb (ruby stdlib) |
3534
| {Erubi}[rdoc-ref:lib/tilt/erubi.rb] | .erb, .rhtml, .erubi | erubi |

lib/tilt.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def clear
163163
register_lazy :CSVTemplate, 'tilt/csv', 'rcsv'
164164
register_lazy :CoffeeScriptTemplate, 'tilt/coffee', 'coffee'
165165
register_lazy :CoffeeScriptLiterateTemplate, 'tilt/coffee', 'litcoffee'
166-
register_lazy :CreoleTemplate, 'tilt/creole', 'wiki', 'creole'
167166
register_lazy :EtanniTemplate, 'tilt/etanni', 'etn', 'etanni'
168167
register_lazy :HamlTemplate, 'tilt/haml', 'haml'
169168
register_lazy :LiquidTemplate, 'tilt/liquid', 'liquid'

lib/tilt/creole.rb

Lines changed: 0 additions & 24 deletions
This file was deleted.

test/test_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
require 'warning'
1515
rescue LoadError
1616
else
17-
Warning.ignore(%r{lib/creole/parser.rb}) # Remove when creole support is removed
18-
1917
# Ignore spurious frozen string literal errors. Both of these check
2018
# that the string is frozen, and duplicate it. This results in a
2119
# spurious warning on Ruby 3.4, which defaults to chilled strings

test/tilt_creoletemplate_test.rb

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)