Skip to content

Commit

Permalink
1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Jan 17, 2011
1 parent 64c0905 commit d479395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tilt.rb
@@ -1,6 +1,6 @@
module Tilt
TOPOBJECT = defined?(BasicObject) ? BasicObject : Object
VERSION = '1.2.1'
VERSION = '1.2.2'

@template_mappings = {}

Expand Down
4 changes: 2 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.name = 'tilt'
s.version = '1.2.1'
s.date = '2010-12-24'
s.version = '1.2.2'
s.date = '2011-01-17'

s.description = "Generic interface to multiple Ruby template engines"
s.summary = s.description
Expand Down

0 comments on commit d479395

Please sign in to comment.