Skip to content

Commit

Permalink
0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Mar 7, 2010
1 parent 46581c3 commit a427c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = '0.7' VERSION = '0.8'


@template_mappings = {} @template_mappings = {}


Expand Down
6 changes: 3 additions & 3 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 = '0.7' s.version = '0.8'
s.date = '2010-03-04' s.date = '2010-03-07'


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 Down Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
] ]
# = MANIFEST = # = MANIFEST =


s.test_files = s.files.select {|path| path =~ /^test\/spec_.*.rb/} s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
s.add_development_dependency 'contest' s.add_development_dependency 'contest'
s.add_development_dependency 'builder' s.add_development_dependency 'builder'
s.add_development_dependency 'erubis' s.add_development_dependency 'erubis'
Expand Down

0 comments on commit a427c1d

Please sign in to comment.