--- !ruby/object:Gem::Specification 
name: maruku
version: !ruby/object:Gem::Version 
  hash: 7
  prerelease: 
  segments: 
  - 0
  - 6
  - 0
  version: 0.6.0
platform: ruby
authors: 
- Andrea Censi
autorequire: maruku
bindir: bin
cert_chain: []

date: 2009-05-04 00:00:00 -07:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: syntax
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 23
        segments: 
        - 1
        - 0
        - 0
        version: 1.0.0
  type: :runtime
  version_requirements: *id001
description: Maruku is a Markdown interpreter in Ruby. It features native export to HTML and PDF (via Latex). The output is really beautiful!
email: andrea@rubyforge.org
executables: 
- maruku
- marutex
extensions: []

extra_rdoc_files: []

files: 
- lib/maruku/attributes.rb
- lib/maruku/defaults.rb
- lib/maruku/errors_management.rb
- lib/maruku/ext/div.rb
- lib/maruku/ext/math/elements.rb
- lib/maruku/ext/math/latex_fix.rb
- lib/maruku/ext/math/mathml_engines/blahtex.rb
- lib/maruku/ext/math/mathml_engines/itex2mml.rb
- lib/maruku/ext/math/mathml_engines/none.rb
- lib/maruku/ext/math/mathml_engines/ritex.rb
- lib/maruku/ext/math/parsing.rb
- lib/maruku/ext/math/to_html.rb
- lib/maruku/ext/math/to_latex.rb
- lib/maruku/ext/math.rb
- lib/maruku/helpers.rb
- lib/maruku/input/charsource.rb
- lib/maruku/input/extensions.rb
- lib/maruku/input/html_helper.rb
- lib/maruku/input/linesource.rb
- lib/maruku/input/parse_block.rb
- lib/maruku/input/parse_doc.rb
- lib/maruku/input/parse_span_better.rb
- lib/maruku/input/rubypants.rb
- lib/maruku/input/type_detection.rb
- lib/maruku/input_textile2/t2_parser.rb
- lib/maruku/maruku.rb
- lib/maruku/output/s5/fancy.rb
- lib/maruku/output/s5/to_s5.rb
- lib/maruku/output/to_html.rb
- lib/maruku/output/to_latex.rb
- lib/maruku/output/to_latex_entities.rb
- lib/maruku/output/to_latex_strings.rb
- lib/maruku/output/to_markdown.rb
- lib/maruku/output/to_s.rb
- lib/maruku/string_utils.rb
- lib/maruku/structures.rb
- lib/maruku/structures_inspect.rb
- lib/maruku/structures_iterators.rb
- lib/maruku/tests/benchmark.rb
- lib/maruku/tests/new_parser.rb
- lib/maruku/tests/tests.rb
- lib/maruku/textile2.rb
- lib/maruku/toc.rb
- lib/maruku/usage/example1.rb
- lib/maruku/version.rb
- lib/maruku.rb
- docs/changelog.md
- docs/div_syntax.md
- docs/entity_test.md
- docs/markdown_syntax.md
- docs/maruku.md
- docs/math.md
- docs/other_stuff.md
- docs/proposal.md
- tests/bugs/code_in_links.md
- tests/bugs/complex_escaping.md
- tests/math/syntax.md
- tests/math_usage/document.md
- tests/others/abbreviations.md
- tests/others/blank.md
- tests/others/code.md
- tests/others/code2.md
- tests/others/code3.md
- tests/others/email.md
- tests/others/entities.md
- tests/others/escaping.md
- tests/others/extra_dl.md
- tests/others/extra_header_id.md
- tests/others/extra_table1.md
- tests/others/footnotes.md
- tests/others/headers.md
- tests/others/hrule.md
- tests/others/images.md
- tests/others/inline_html.md
- tests/others/links.md
- tests/others/list1.md
- tests/others/list2.md
- tests/others/list3.md
- tests/others/lists.md
- tests/others/lists_after_paragraph.md
- tests/others/lists_ol.md
- tests/others/misc_sw.md
- tests/others/one.md
- tests/others/paragraphs.md
- tests/others/sss06.md
- tests/others/test.md
- tests/s5/s5profiling.md
- tests/unittest/abbreviations.md
- tests/unittest/alt.md
- tests/unittest/attributes/att2.md
- tests/unittest/attributes/att3.md
- tests/unittest/attributes/attributes.md
- tests/unittest/attributes/circular.md
- tests/unittest/attributes/default.md
- tests/unittest/blank.md
- tests/unittest/blanks_in_code.md
- tests/unittest/bug_def.md
- tests/unittest/bug_table.md
- tests/unittest/code.md
- tests/unittest/code2.md
- tests/unittest/code3.md
- tests/unittest/data_loss.md
- tests/unittest/divs/div1.md
- tests/unittest/divs/div2.md
- tests/unittest/divs/div3_nest.md
- tests/unittest/easy.md
- tests/unittest/email.md
- tests/unittest/encoding/iso-8859-1.md
- tests/unittest/encoding/utf-8.md
- tests/unittest/entities.md
- tests/unittest/escaping.md
- tests/unittest/extra_dl.md
- tests/unittest/extra_header_id.md
- tests/unittest/extra_table1.md
- tests/unittest/footnotes.md
- tests/unittest/hang.md
- tests/unittest/headers.md
- tests/unittest/hex_entities.md
- tests/unittest/hrule.md
- tests/unittest/html2.md
- tests/unittest/html3.md
- tests/unittest/html4.md
- tests/unittest/html5.md
- tests/unittest/ie.md
- tests/unittest/images.md
- tests/unittest/images2.md
- tests/unittest/inline_html.md
- tests/unittest/inline_html2.md
- tests/unittest/links.md
- tests/unittest/links2.md
- tests/unittest/list1.md
- tests/unittest/list12.md
- tests/unittest/list2.md
- tests/unittest/list3.md
- tests/unittest/list4.md
- tests/unittest/lists.md
- tests/unittest/lists10.md
- tests/unittest/lists11.md
- tests/unittest/lists6.md
- tests/unittest/lists9.md
- tests/unittest/lists_after_paragraph.md
- tests/unittest/lists_ol.md
- tests/unittest/loss.md
- tests/unittest/math/equations.md
- tests/unittest/math/inline.md
- tests/unittest/math/math2.md
- tests/unittest/math/notmath.md
- tests/unittest/math/table.md
- tests/unittest/math/table2.md
- tests/unittest/misc_sw.md
- tests/unittest/notyet/escape.md
- tests/unittest/notyet/header_after_par.md
- tests/unittest/notyet/ticks.md
- tests/unittest/notyet/triggering.md
- tests/unittest/olist.md
- tests/unittest/one.md
- tests/unittest/paragraph.md
- tests/unittest/paragraph_rules/dont_merge_ref.md
- tests/unittest/paragraph_rules/tab_is_blank.md
- tests/unittest/paragraphs.md
- tests/unittest/pending/amps.md
- tests/unittest/pending/empty_cells.md
- tests/unittest/pending/link.md
- tests/unittest/pending/ref.md
- tests/unittest/recover/recover_links.md
- tests/unittest/red_tests/abbrev.md
- tests/unittest/red_tests/lists7.md
- tests/unittest/red_tests/lists7b.md
- tests/unittest/red_tests/lists8.md
- tests/unittest/red_tests/xml.md
- tests/unittest/references/long_example.md
- tests/unittest/references/spaces_and_numbers.md
- tests/unittest/smartypants.md
- tests/unittest/syntax_hl.md
- tests/unittest/table_attributes.md
- tests/unittest/test.md
- tests/unittest/underscore_in_words.md
- tests/unittest/wrapping.md
- tests/unittest/xml2.md
- tests/unittest/xml3.md
- tests/unittest/xml_instruction.md
- tests/utf8-files/simple.md
- bin/marudown
- bin/maruku
- bin/marutest
- bin/marutex
- unit_test_block.sh
- unit_test_span.sh
- Rakefile
- maruku_gem.rb
has_rdoc: true
homepage: http://maruku.rubyforge.org
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.4.1
signing_key: 
specification_version: 2
summary: Maruku is a Markdown-superset interpreter written in Ruby.
test_files: []

