Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jan 5, 2016
1 parent 8b2b988 commit b0a320e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
## 2.0.2 (2016-01-06)

* Pass options to Redcarpet (#250, hughbien)
* Haml: Improve error message on frozen self (judofyr)
Expand Down
2 changes: 1 addition & 1 deletion lib/tilt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Namespace for Tilt. This module is not intended to be included anywhere.
module Tilt
# Current version.
VERSION = '2.0.1'
VERSION = '2.0.2'

@default_mapping = Mapping.new

Expand Down
11 changes: 9 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 = '2.0.1'
s.date = '2014-03-21'
s.version = '2.0.2'
s.date = '2016-01-05'

s.description = "Generic interface to multiple Ruby template engines"
s.summary = s.description
Expand All @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
docs/common.css
lib/tilt.rb
lib/tilt/asciidoc.rb
lib/tilt/babel.rb
lib/tilt/bluecloth.rb
lib/tilt/builder.rb
lib/tilt/coffee.rb
Expand All @@ -43,6 +44,7 @@ Gem::Specification.new do |s|
lib/tilt/maruku.rb
lib/tilt/nokogiri.rb
lib/tilt/plain.rb
lib/tilt/prawn.rb
lib/tilt/radius.rb
lib/tilt/rdiscount.rb
lib/tilt/rdoc.rb
Expand All @@ -53,6 +55,8 @@ Gem::Specification.new do |s|
lib/tilt/template.rb
lib/tilt/wikicloth.rb
lib/tilt/yajl.rb
man/index.txt
man/tilt.1.ronn
test/markaby/locals.mab
test/markaby/markaby.mab
test/markaby/markaby_other_static.mab
Expand All @@ -61,6 +65,7 @@ Gem::Specification.new do |s|
test/markaby/yielding.mab
test/test_helper.rb
test/tilt_asciidoctor_test.rb
test/tilt_babeltemplate.rb
test/tilt_blueclothtemplate_test.rb
test/tilt_buildertemplate_test.rb
test/tilt_cache_test.rb
Expand All @@ -82,6 +87,8 @@ Gem::Specification.new do |s|
test/tilt_marukutemplate_test.rb
test/tilt_metadata_test.rb
test/tilt_nokogiritemplate_test.rb
test/tilt_prawntemplate.prawn
test/tilt_prawntemplate_test.rb
test/tilt_radiustemplate_test.rb
test/tilt_rdiscounttemplate_test.rb
test/tilt_rdoctemplate_test.rb
Expand Down

0 comments on commit b0a320e

Please sign in to comment.