--- !ruby/object:Gem::Specification name: bluecloth version: !ruby/object:Gem::Version version: 2.2.0 prerelease: platform: ruby authors: - Michael Granger autorequire: bindir: bin cert_chain: - ! '-----BEGIN CERTIFICATE----- MIIDLDCCAhSgAwIBAgIBADANBgkqhkiG9w0BAQUFADA8MQwwCgYDVQQDDANnZWQx FzAVBgoJkiaJk/IsZAEZFgdfYWVyaWVfMRMwEQYKCZImiZPyLGQBGRYDb3JnMB4X DTEwMDkxNjE0NDg1MVoXDTExMDkxNjE0NDg1MVowPDEMMAoGA1UEAwwDZ2VkMRcw FQYKCZImiZPyLGQBGRYHX2FlcmllXzETMBEGCgmSJomT8ixkARkWA29yZzCCASIw DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALy//BFxC1f/cPSnwtJBWoFiFrir h7RicI+joq/ocVXQqI4TDWPyF/8tqkvt+rD99X9qs2YeR8CU/YiIpLWrQOYST70J vDn7Uvhb2muFVqq6+vobeTkILBEO6pionWDG8jSbo3qKm1RjKJDwg9p4wNKhPuu8 KGue/BFb67KflqyApPmPeb3Vdd9clspzqeFqp7cUBMEpFS6LWxy4Gk+qvFFJBJLB BUHE/LZVJMVzfpC5Uq+QmY7B+FH/QqNndn3tOHgsPadLTNimuB1sCuL1a4z3Pepd TeLBEFmEao5Dk3K/Q8o8vlbIB/jBDTUx6Djbgxw77909x6gI9doU4LD5XMcCAwEA AaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJeoGkOr9l4B +saMkW/ZXT4UeSvVMA0GCSqGSIb3DQEBBQUAA4IBAQBG2KObvYI2eHyyBUJSJ3jN vEnU3d60znAXbrSd2qb3r1lY1EPDD3bcy0MggCfGdg3Xu54z21oqyIdk8uGtWBPL HIa9EgfFGSUEgvcIvaYqiN4jTUtidfEFw+Ltjs8AP9gWgSIYS6Gr38V0WGFFNzIH aOD2wmu9oo/RffW4hS/8GuvfMzcw7CQ355wFR4KB/nyze+EsZ1Y5DerCAagMVuDQ U0BLmWDFzPGGWlPeQCrYHCr+AcJz+NRnaHCKLZdSKj/RHuTOt+gblRex8FAh8NeA cmlhXe46pZNJgWKbxZah85jIjx95hR8vOI+NAM5iH9kOqK13DrxacTKPhqj5PjwF -----END CERTIFICATE----- ' date: 2011-11-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: hoe-mercurial requirement: &70270530990420 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.3.1 type: :development prerelease: false version_requirements: *70270530990420 - !ruby/object:Gem::Dependency name: hoe-highline requirement: &70270530988960 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 type: :development prerelease: false version_requirements: *70270530988960 - !ruby/object:Gem::Dependency name: tidy-ext requirement: &70270530988200 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.1' type: :development prerelease: false version_requirements: *70270530988200 - !ruby/object:Gem::Dependency name: rake-compiler requirement: &70270530987400 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.7' type: :development prerelease: false version_requirements: *70270530987400 - !ruby/object:Gem::Dependency name: rspec requirement: &70270530986380 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.6' type: :development prerelease: false version_requirements: *70270530986380 - !ruby/object:Gem::Dependency name: hoe requirement: &70270530985380 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.12' type: :development prerelease: false version_requirements: *70270530985380 description: ! "BlueCloth is a Ruby implementation of John Gruber's\nMarkdown[http://daringfireball.net/projects/markdown/], a text-to-HTML\nconversion tool for web writers. To quote from the project page: Markdown\nallows you to write using an easy-to-read, easy-to-write plain text format,\nthen convert it to structurally valid XHTML (or HTML).\n\nIt borrows a naming convention and several helpings of interface from\n{Redcloth}[http://redcloth.org/], Why the Lucky Stiff's processor for a\nsimilar text-to-HTML conversion syntax called\nTextile[http://www.textism.com/tools/textile/].\n\nBlueCloth 2 is a complete rewrite using David Parsons'\nDiscount[http://www.pell.portland.or.us/~orc/Code/discount/] library, a C\nimplementation of Markdown. I rewrote it using the extension for speed and\naccuracy; the original BlueCloth was a straight port from the Perl version\nthat I wrote in a few days for my own use just to avoid having to shell out to\nMarkdown.pl, and it was quite buggy and slow. I apologize to all the good\npeople that sent me patches for it that were never released.\n\nNote that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If\nyou have both installed, you can ensure you're loading the new one with the\n'gem' directive:\n\n\t# Load the 2.0 version\n\tgem 'bluecloth', '>= 2.0.0'\n\t\n\t# Load the 1.0 version\n\tgem 'BlueCloth'\n\trequire 'bluecloth'" email: - ged@FaerieMUD.org executables: - bluecloth extensions: - ext/extconf.rb extra_rdoc_files: - Manifest.txt - README.rdoc - History.rdoc files: - .gemtest - .rspec - History.rdoc - LICENSE - LICENSE.discount - Manifest.txt - README.rdoc - Rakefile - bin/bluecloth - bluecloth.1.pod - ext/Csio.c - ext/VERSION - ext/amalloc.h - ext/bluecloth.c - ext/bluecloth.h - ext/config.h - ext/css.c - ext/cstring.h - ext/docheader.c - ext/emmatch.c - ext/extconf.rb - ext/generate.c - ext/html5.c - ext/markdown.c - ext/markdown.h - ext/mkdio.c - ext/mkdio.h - ext/resource.c - ext/setup.c - ext/tags.c - ext/tags.h - ext/version.c - ext/xml.c - ext/xmlpage.c - lib/bluecloth.rb - man/man1/bluecloth.1 - spec/bluecloth/101_changes_spec.rb - spec/bluecloth/TEMPLATE - spec/bluecloth/autolinks_spec.rb - spec/bluecloth/blockquotes_spec.rb - spec/bluecloth/code_spans_spec.rb - spec/bluecloth/emphasis_spec.rb - spec/bluecloth/entities_spec.rb - spec/bluecloth/hrules_spec.rb - spec/bluecloth/images_spec.rb - spec/bluecloth/inline_html_spec.rb - spec/bluecloth/links_spec.rb - spec/bluecloth/lists_spec.rb - spec/bluecloth/paragraphs_spec.rb - spec/bluecloth/titles_spec.rb - spec/bluecloth_spec.rb - spec/bugfix_spec.rb - spec/contributions_spec.rb - spec/data/antsugar.txt - spec/data/markdowntest/Amps and angle encoding.html - spec/data/markdowntest/Amps and angle encoding.text - spec/data/markdowntest/Auto links.html - spec/data/markdowntest/Auto links.text - spec/data/markdowntest/Backslash escapes.html - spec/data/markdowntest/Backslash escapes.text - spec/data/markdowntest/Blockquotes with code blocks.html - spec/data/markdowntest/Blockquotes with code blocks.text - spec/data/markdowntest/Code Blocks.html - spec/data/markdowntest/Code Blocks.text - spec/data/markdowntest/Code Spans.html - spec/data/markdowntest/Code Spans.text - spec/data/markdowntest/Hard-wrapped paragraphs with list-like lines.html - spec/data/markdowntest/Hard-wrapped paragraphs with list-like lines.text - spec/data/markdowntest/Horizontal rules.html - spec/data/markdowntest/Horizontal rules.text - spec/data/markdowntest/Inline HTML (Advanced).html - spec/data/markdowntest/Inline HTML (Advanced).text - spec/data/markdowntest/Inline HTML (Simple).html - spec/data/markdowntest/Inline HTML (Simple).text - spec/data/markdowntest/Inline HTML comments.html - spec/data/markdowntest/Inline HTML comments.text - spec/data/markdowntest/Links, inline style.html - spec/data/markdowntest/Links, inline style.text - spec/data/markdowntest/Links, reference style.html - spec/data/markdowntest/Links, reference style.text - spec/data/markdowntest/Links, shortcut references.html - spec/data/markdowntest/Links, shortcut references.text - spec/data/markdowntest/Literal quotes in titles.html - spec/data/markdowntest/Literal quotes in titles.text - spec/data/markdowntest/Markdown Documentation - Basics.html - spec/data/markdowntest/Markdown Documentation - Basics.text - spec/data/markdowntest/Markdown Documentation - Syntax.html - spec/data/markdowntest/Markdown Documentation - Syntax.text - spec/data/markdowntest/Nested blockquotes.html - spec/data/markdowntest/Nested blockquotes.text - spec/data/markdowntest/Ordered and unordered lists.html - spec/data/markdowntest/Ordered and unordered lists.text - spec/data/markdowntest/Strong and em together.html - spec/data/markdowntest/Strong and em together.text - spec/data/markdowntest/Tabs.html - spec/data/markdowntest/Tabs.text - spec/data/markdowntest/Tidyness.html - spec/data/markdowntest/Tidyness.text - spec/data/ml-announce.txt - spec/data/re-overflow.txt - spec/data/re-overflow2.txt - spec/discount_spec.rb - spec/lib/constants.rb - spec/lib/helpers.rb - spec/lib/matchers.rb - spec/markdowntest_spec.rb homepage: http://deveiate.org/projects/BlueCloth licenses: - BSD post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: bluecloth rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: BlueCloth is a Ruby implementation of John Gruber's Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML conversion tool for web writers test_files: []