Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Jun 20, 2013
1 parent 6f82a04 commit db02493
Show file tree
Hide file tree
Showing 3 changed files with 6 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.9.1 (June 20, 2013)

* Better error handling. If a presenter class cannot be found, we not raise a
more descriptive exception.

Expand Down
5 changes: 3 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.9.0'
s.date = '2013-06-04'
s.version = '0.9.1'
s.date = '2013-06-20'

s.summary = "Free your views!"
s.description = "A view layer for your Rails apps that separates structure and logic."
Expand Down Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |s|
curly-templates.gemspec
lib/curly-templates.rb
lib/curly.rb
lib/curly/compilation_error.rb
lib/curly/compiler.rb
lib/curly/dependency_tracker.rb
lib/curly/invalid_reference.rb
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.9.0"
VERSION = "0.9.1"

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

0 comments on commit db02493

Please sign in to comment.