Skip to content

Commit

Permalink
1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Aug 25, 2011
1 parent ef724b6 commit a6fc28f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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 = '1.3.2'
VERSION = '1.3.3'

@preferred_mappings = Hash.new
@template_mappings = Hash.new { |h, k| h[k] = [] }
Expand Down
10 changes: 7 additions & 3 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 = '1.3.2'
s.date = '2011-05-26'
s.version = '1.3.3'
s.date = '2011-08-25'

s.description = "Generic interface to multiple Ruby template engines"
s.summary = s.description
Expand All @@ -15,14 +15,14 @@ Gem::Specification.new do |s|
# = MANIFEST =
s.files = %w[
COPYING
Gemfile
README.md
Rakefile
TEMPLATES.md
bin/tilt
lib/tilt.rb
lib/tilt/builder.rb
lib/tilt/coffee.rb
lib/tilt/creole.rb
lib/tilt/css.rb
lib/tilt/erb.rb
lib/tilt/haml.rb
Expand All @@ -35,6 +35,8 @@ Gem::Specification.new do |s|
lib/tilt/string.rb
lib/tilt/template.rb
lib/tilt/textile.rb
lib/tilt/wiki.rb
lib/tilt/yajl.rb
test/contest.rb
test/markaby/locals.mab
test/markaby/markaby.mab
Expand Down Expand Up @@ -68,6 +70,8 @@ Gem::Specification.new do |s|
test/tilt_stringtemplate_test.rb
test/tilt_template_test.rb
test/tilt_test.rb
test/tilt_wikiclothtemplate_test.rb
test/tilt_yajltemplate_test.rb
tilt.gemspec
]
# = MANIFEST =
Expand Down

0 comments on commit a6fc28f

Please sign in to comment.