Skip to content

Commit

Permalink
tilt template removed
Browse files Browse the repository at this point in the history
creole is supported by tilt core now
  • Loading branch information
minad committed May 2, 2011
1 parent e648090 commit feb867a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
4 changes: 2 additions & 2 deletions creole.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Gem::Specification.new do |s|
s.date = Date.today.to_s

s.authors = ['Lars Christensen', 'Daniel Mendler']
s.email = ['larsch@belunktum.dk', 'mail@daniel-mendler.de']
s.summary = 'Lightweight markup language'
s.description = 'Creole is a lightweight markup language (http://wikicreole.org/).'
s.email = ['larsch@belunktum.dk', 'mail@daniel-mendler.de']
s.extra_rdoc_files = %w(README.creole)
s.rubyforge_project = s.name

s.files = `git ls-files -- lib/* bin/* README* test/* Rakefile`.split("\n")
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = %w(lib)

Expand Down
21 changes: 0 additions & 21 deletions lib/creole/template.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/creole/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Creole
VERSION = '0.4.1'
VERSION = '0.4.2'
end
12 changes: 0 additions & 12 deletions test/template_test.rb

This file was deleted.

0 comments on commit feb867a

Please sign in to comment.