README.md in tilt-2.0.5 vs README.md in tilt-2.0.6

- old
+ new

@@ -1,6 +1,6 @@ -Tilt [![Build Status](https://secure.travis-ci.org/rtomayko/tilt.svg)](http://travis-ci.org/rtomayko/tilt) [![Dependency Status](https://gemnasium.com/rtomayko/tilt.png)](https://gemnasium.com/rtomayko/tilt) [![Inline docs](http://inch-ci.org/github/rtomayko/tilt.png)](http://inch-ci.org/github/rtomayko/tilt) +Tilt [![Build Status](https://secure.travis-ci.org/rtomayko/tilt.svg)](http://travis-ci.org/rtomayko/tilt) [![Dependency Status](https://gemnasium.com/rtomayko/tilt.svg)](https://gemnasium.com/rtomayko/tilt) [![Inline docs](http://inch-ci.org/github/rtomayko/tilt.svg)](http://inch-ci.org/github/rtomayko/tilt) [![Security](https://hakiri.io/github/rtomayko/tilt/master.svg)](https://hakiri.io/github/rtomayko/tilt/master) ==== **NOTE** The following file documents the current release of Tilt (2.0). See https://github.com/rtomayko/tilt/tree/tilt-1 for documentation for Tilt 1.4. @@ -27,10 +27,11 @@ | Engine | File Extensions | Required Libraries | Maintainer | | ----------------------- | ---------------------- | ------------------------------------------ | ----------- | | Asciidoctor | .ad, .adoc, .asciidoc | asciidoctor (>= 0.1.0) | Community | | ERB | .erb, .rhtml | none (included ruby stdlib) | Tilt team | | InterpolatedString | .str | none (included ruby core) | Tilt team | +| Erubi | .erb, .rhtml, .erubi | erubi | Community | | Erubis | .erb, .rhtml, .erubis | erubis | Tilt team | | Haml | .haml | haml | Tilt team | | Sass | .sass | haml (< 3.1) or sass (>= 3.1) | Tilt team | | Scss | .scss | haml (< 3.1) or sass (>= 3.1) | Tilt team | | Less CSS | .less | less | Tilt team | @@ -49,25 +50,28 @@ | Radius | .radius | radius | Community | | Markaby | .mab | markaby | Tilt team | | Nokogiri | .nokogiri | nokogiri | Community | | CoffeeScript | .coffee | coffee-script (+ javascript) | Tilt team | | CoffeeScript (literate) | .litcoffee | coffee-script (>= 1.5.0) (+ javascript) | Tilt team | +| LiveScript | .ls | livescript (+ javascript) | Tilt team | +| TypeScript | .ts | typescript (+ javascript) | Tilt team | | Creole (Wiki markup) | .wiki, .creole | creole | Community | | WikiCloth (Wiki markup) | .wiki, .mediawiki, .mw | wikicloth | Community | | Yajl | .yajl | yajl-ruby | Community | | CSV | .rcsv | none (Ruby >= 1.9), fastercsv (Ruby < 1.9) | Tilt team | | Prawn | .prawn | prawn (>= 2.0.0) | Community | | Babel | .es6, .babel, .jsx | babel-transpiler | Tilt team | | Opal | .rb | opal | Community | +| Sigil | .sigil | sigil | Community | Every supported template engine has a *maintainer*. Note that this is the maintainer of the Tilt integration, not the maintainer of the template engine itself. The maintainer is responsible for providing an adequate integration and keeping backwards compatibility across Tilt version. Some integrations are maintained by the *community*, which is handled in the following way: - The Tilt team will liberally accept pull requests against the template - integration. It's up the community as a whole to make sure the integration + integration. It's up to the community as a whole to make sure the integration stays consistent and backwards compatible over time. - Test failures in community-maintained integrations will not be prioritized by the Tilt team and a new version of Tilt might be released even though these tests are failing. - Anyone can become a maintainer for a template engine integration they care