Sha256: 80f727b96abaaa6489d7e54214fb245687d4330352323b9940b12df207a76c4a

Contents?: true

Size: 968 Bytes

Versions: 1

Compression:

Stored size: 968 Bytes

Contents

# -*- 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redcloth-formatters-rdoc-0.0.1 redcloth-formatters-rdoc.gemspec