Sha256: db53e5f3bc68a35daf74cf16a07dff5888e35d6d737d66f3120d19af5c971495
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
Gem::Specification.new do |s| s.name = 'redcarpet' s.version = '1.11.0' s.summary = "Ruby bindings for libupskirt" s.description = 'A fast and safe Markdown to (X)HTML parser' s.date = '2011-04-23' s.email = 'vicent@github.com' s.homepage = 'http://github.com/tanoku/redcarpet' s.has_rdoc = true s.authors = ["Natacha Porté", "Vicent MartÃ"] # = MANIFEST = s.files = %w[ COPYING README.markdown Rakefile bin/redcarpet ext/array.c ext/array.h ext/buffer.c ext/buffer.h ext/extconf.rb ext/markdown.c ext/markdown.h ext/redcarpet.c ext/xhtml.c ext/xhtml.h lib/markdown.rb lib/redcarpet.rb redcarpet.gemspec test/benchmark.rb test/benchmark.txt test/markdown_test.rb test/redcarpet_test.rb upskirt ] # = MANIFEST = s.test_files = ["test/markdown_test.rb", "test/redcarpet_test.rb"] s.extra_rdoc_files = ["COPYING"] s.extensions = ["ext/extconf.rb"] s.executables = ["redcarpet"] s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redcarpet-1.11.0 | redcarpet.gemspec |