Next | Query returned 28 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2013-04-10 14:37:37 by OBATA Akio | Files touched by this commit (2)
Log message:
Update ruby-tilt to 1.3.7.

## 1.3.7 (2013-04-09)

* Erubis: Check for the correct constant (#183, mattwildig)
* Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
   2013-04-07 13:23:28 by OBATA Akio | Files touched by this commit (2)
Log message:
Update ruby-tilt to 1.3.6.

## 1.3.6 (2013-03-17)

* Accept Hash that implements #path as options (#180, lawso017)
* Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
   2013-03-14 17:15:02 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-tilt to 1.3.5.

## 1.3.5 (2013-03-06)

* Fixed extension for PlainTemplate (judofyr)
* Improved local variables regexp (#174, razorinc)
* Added CHANGELOG.md
   2013-03-02 03:30:14 by OBATA Akio | Files touched by this commit (3)
Log message:
Update ruby-tilt to 1.3.4.

1.3.4 (2013-02-28)
 * Support RDoc 4.0 (#168, judofyr)
 * Add mention of Org-Mode support (#165, aslakknutsen)
 * Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
 * Add PlainTextTemplate (nathanaeljones)
 * Restrict locals to valid variable names (#158, thinkerbot)
 * ERB: Improve trim mode support (#156, ssimeonov)
 * Add CSVTemplate (#153, alexgb)
 * Remove special case for 1.9.1 (#147, guilleiguaran)
 * Add allows_script? method to Template (#143, bhollis)
 * Default to using Redcarpet2 (#139, DAddYE)
 * Allow File/Tempfile as filenames (#134, jamesotron)
 * Add EtanniTemplate (#131, manveru)
 * Support RDoc 3.10 (#112, timfel)
 * Less: Options are now being passed to the parser (#106, cowboyd)
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-09-01 17:01:12 by OBATA Akio | Files touched by this commit (1) | Package updated
Log message:
fix regression of executable suffix substitude in PLIST at last update.
noticed by joerg@ via private mail.
   2011-08-25 13:30:44 by OBATA Akio | Files touched by this commit (3)
Log message:
Update ruby-tilt to 0.3.3.

* add support for mediawiki templates.
* yajl support
* and fixes,improvements
   2011-08-06 15:10:18 by OBATA Akio | Files touched by this commit (5) | Imported package
Log message:
Import ruby-tilt-1.3.2 as textproc/ruby-tilt.

Tilt is a thin interface over a bunch of different Ruby template engines in
an attempt to make their usage as generic possible. This is useful for web
frameworks, static site generators, and other systems that support multiple
template engines but don't want to code for each of them individually.

The following features are supported for all template engines (assuming the
feature is relevant to the engine):

 * Custom template evaluation scopes / bindings
 * Ability to pass locals to template evaluation
 * Support for passing a block to template evaluation for "yield"
 * Backtraces with correct filenames and line numbers
 * Template file caching and reloading
 * Fast, method-based template source compilation

The primary goal is to get all of the things listed above right for all
template engines included in the distribution.


Next | Query returned 28 messages, browsing 21 to 30 | previous