Skip to content

Commit

Permalink
0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Feb 22, 2010
1 parent 24d7320 commit 84ad86d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tilt.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Tilt
VERSION = '0.5'
VERSION = '0.6'

@template_mappings = {}

Expand Down
6 changes: 4 additions & 2 deletions tilt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=

s.name = 'tilt'
s.version = '0.5'
s.date = '2010-01-15'
s.version = '0.6'
s.date = '2010-02-22'

s.description = "Generic interface to multiple Ruby template engines"
s.summary = s.description
Expand All @@ -22,11 +22,13 @@ Gem::Specification.new do |s|
lib/tilt.rb
test/tilt_buildertemplate_test.rb
test/tilt_cache_test.rb
test/tilt_coffeetemplate_test.rb
test/tilt_erbtemplate_test.rb
test/tilt_erubistemplate_test.rb
test/tilt_hamltemplate_test.rb
test/tilt_lesstemplate_test.rb
test/tilt_liquidtemplate_test.rb
test/tilt_mustache_views/external.rb
test/tilt_mustachetemplate_test.rb
test/tilt_rdiscounttemplate_test.rb
test/tilt_rdoctemplate_test.rb
Expand Down

0 comments on commit 84ad86d

Please sign in to comment.