File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### Unreleased
22
3+ ### Curly 0.10.2 (July 11, 2013)
4+
5+ * Fix a bug that caused non-string presenter method return values to be
6+ discarded.
7+
8+ * Daniel Schierbeck*
9+
310### Curly 0.10.1 (July 11, 2013)
411
512* Fix a bug in the compiler that caused some templates to be erroneously HTML
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
44 s . rubygems_version = '1.3.5'
55
66 s . name = 'curly-templates'
7- s . version = '0.10.1 '
7+ s . version = '0.10.2 '
88 s . date = '2013-07-11'
99
1010 s . summary = "Free your views!"
Original file line number Diff line number Diff line change 2626# See Curly::Presenter for more information on presenters.
2727#
2828module Curly
29- VERSION = "0.10.1 "
29+ VERSION = "0.10.2 "
3030
3131 # Compiles a Curly template to Ruby code.
3232 #
You can’t perform that action at this time.
0 commit comments