Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Jul 31, 2013
1 parent 5519a43 commit 7d835c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Unreleased

### Curly 0.11.0 (July 31, 2013)

* Make Curly raise an exception when a reference or comment is not closed.

*Daniel Schierbeck*
Expand Down
6 changes: 4 additions & 2 deletions curly-templates.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'curly-templates'
s.version = '0.10.2'
s.date = '2013-07-11'
s.version = '0.11.0'
s.date = '2013-07-31'

s.summary = "Free your views!"
s.description = "A view layer for your Rails apps that separates structure and logic."
Expand Down Expand Up @@ -42,6 +42,7 @@ Gem::Specification.new do |s|
lib/curly/presenter.rb
lib/curly/railtie.rb
lib/curly/scanner.rb
lib/curly/syntax_error.rb
lib/curly/template_handler.rb
lib/generators/curly/controller/controller_generator.rb
lib/generators/curly/controller/templates/presenter.rb.erb
Expand All @@ -52,6 +53,7 @@ Gem::Specification.new do |s|
spec/presenter_spec.rb
spec/scanner_spec.rb
spec/spec_helper.rb
spec/syntax_error_spec.rb
spec/template_handler_spec.rb
]
# = MANIFEST =
Expand Down
2 changes: 1 addition & 1 deletion lib/curly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# See Curly::Presenter for more information on presenters.
#
module Curly
VERSION = "0.10.2"
VERSION = "0.11.0"

# Compiles a Curly template to Ruby code.
#
Expand Down

0 comments on commit 7d835c3

Please sign in to comment.