Skip to content

Commit

Permalink
1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Sep 10, 2010
1 parent af888a6 commit 3a12d8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tilt.rb
@@ -1,7 +1,7 @@
require 'digest/md5' require 'digest/md5'


module Tilt module Tilt
VERSION = '1.0.1' VERSION = '1.1'


@template_mappings = {} @template_mappings = {}


Expand Down
13 changes: 11 additions & 2 deletions tilt.gemspec
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=


s.name = 'tilt' s.name = 'tilt'
s.version = '1.0.1' s.version = '1.1'
s.date = '2010-06-15' s.date = '2010-09-10'


s.description = "Generic interface to multiple Ruby template engines" s.description = "Generic interface to multiple Ruby template engines"
s.summary = s.description s.summary = s.description
Expand All @@ -21,14 +21,23 @@ Gem::Specification.new do |s|
bin/tilt bin/tilt
lib/tilt.rb lib/tilt.rb
test/contest.rb test/contest.rb
test/markaby/locals.mab
test/markaby/markaby.mab
test/markaby/markaby_other_static.mab
test/markaby/render_twice.mab
test/markaby/scope.mab
test/markaby/yielding.mab
test/tilt_buildertemplate_test.rb test/tilt_buildertemplate_test.rb
test/tilt_cache_test.rb test/tilt_cache_test.rb
test/tilt_coffeescripttemplate_test.rb
test/tilt_compilesite_test.rb test/tilt_compilesite_test.rb
test/tilt_erbtemplate_test.rb test/tilt_erbtemplate_test.rb
test/tilt_erubistemplate_test.rb test/tilt_erubistemplate_test.rb
test/tilt_hamltemplate_test.rb test/tilt_hamltemplate_test.rb
test/tilt_lesstemplate_test.rb test/tilt_lesstemplate_test.rb
test/tilt_liquidtemplate_test.rb test/tilt_liquidtemplate_test.rb
test/tilt_markaby_test.rb
test/tilt_nokogiritemplate_test.rb
test/tilt_radiustemplate_test.rb test/tilt_radiustemplate_test.rb
test/tilt_rdiscounttemplate_test.rb test/tilt_rdiscounttemplate_test.rb
test/tilt_rdoctemplate_test.rb test/tilt_rdoctemplate_test.rb
Expand Down

0 comments on commit 3a12d8e

Please sign in to comment.