# -*- encoding: utf-8 -*- require File.expand_path('../lib/redcloth-formatters-rdoc/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Thomas Fankhauser"] gem.email = ["tommylefunk@googlemail.com"] gem.description = %q{A RedCloth formatter that compiles textile to rdoc} gem.summary = %q{A RedCloth formatter that enables to convert *.textile files to .rdoc files. This is useful for compiling a README.textile into a README.rdoc file and use it as the main index file in the corresponding RDoc documentation.} gem.homepage = "http://southdesign.github.com/redcloth-formatters-rdoc" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "redcloth-formatters-rdoc" gem.require_paths = ["lib"] gem.version = Redcloth::Formatters::RDoc::VERSION end