# -*- encoding: utf-8 -*-
# stub: maruku 0.2.13 ruby lib

Gem::Specification.new do |s|
  s.name = "maruku".freeze
  s.version = "0.2.13".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Andrea Censi".freeze]
  s.autorequire = "maruku".freeze
  s.date = "2006-12-29"
  s.description = "Maruku is a Markdown interpreter in Ruby. It features native export to HTML and PDF (via Latex). The output is really beautiful!".freeze
  s.email = "andrea@rubyforge.org".freeze
  s.executables = ["maruku".freeze, "marutex".freeze]
  s.files = ["bin/maruku".freeze, "bin/marutex".freeze, "docs/index.html".freeze, "docs/markdown_extra2.html".freeze, "docs/markdown_extra2.md".freeze, "docs/markdown_syntax.html".freeze, "docs/markdown_syntax.md".freeze, "docs/maruku.html".freeze, "docs/maruku.md".freeze, "docs/proposal.html".freeze, "docs/proposal.md".freeze, "docs/todo.md".freeze, "lib/maruku.rb".freeze, "lib/maruku/html_helper.rb".freeze, "lib/maruku/maruku.rb".freeze, "lib/maruku/parse_block.rb".freeze, "lib/maruku/parse_doc.rb".freeze, "lib/maruku/parse_span.rb".freeze, "lib/maruku/string_utils.rb".freeze, "lib/maruku/structures.rb".freeze, "lib/maruku/tests/benchmark.rb".freeze, "lib/maruku/tests/tests.rb".freeze, "lib/maruku/to_html.rb".freeze, "lib/maruku/to_latex.rb".freeze, "lib/maruku/to_latex_entities.rb".freeze, "lib/maruku/to_latex_strings.rb".freeze, "lib/maruku/to_s.rb".freeze, "lib/maruku/toc.rb".freeze, "lib/maruku/version.rb".freeze, "tests/a.md".freeze, "tests/bugs/code_in_links.md".freeze, "tests/bugs/complex_escaping.md".freeze, "tests/others/abbreviations.md".freeze, "tests/others/blank.md".freeze, "tests/others/code.md".freeze, "tests/others/code2.md".freeze, "tests/others/code3.md".freeze, "tests/others/email.md".freeze, "tests/others/entities.md".freeze, "tests/others/escaping.md".freeze, "tests/others/extra_dl.md".freeze, "tests/others/extra_header_id.md".freeze, "tests/others/extra_table1.md".freeze, "tests/others/footnotes.md".freeze, "tests/others/headers.md".freeze, "tests/others/hrule.md".freeze, "tests/others/images.md".freeze, "tests/others/inline_html.md".freeze, "tests/others/links.md".freeze, "tests/others/list1.md".freeze, "tests/others/list2.md".freeze, "tests/others/list3.md".freeze, "tests/others/lists.md".freeze, "tests/others/lists_ol.md".freeze, "tests/others/misc_sw.md".freeze, "tests/others/one.md".freeze, "tests/others/paragraphs.md".freeze, "tests/others/sss06.md".freeze, "tests/others/test.md".freeze]
  s.homepage = "http://maruku.rubyforge.org".freeze
  s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A Markdown interpreter in Ruby".freeze

  s.specification_version = 1

  s.add_runtime_dependency(%q<syntax>.freeze, [">= 1.0.0".freeze])
end