--- !ruby/object:Gem::Specification name: loofah version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 4 - 7 version: 0.4.7 platform: ruby authors: - Mike Dalessio - Bryan Helmkamp autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDPDCCAiSgAwIBAgIBADANBgkqhkiG9w0BAQUFADBEMRYwFAYDVQQDDA1taWtl LmRhbGVzc2lvMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ FgNjb20wHhcNMDkwODExMDU0MjQ5WhcNMTAwODExMDU0MjQ5WjBEMRYwFAYDVQQD DA1taWtlLmRhbGVzc2lvMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJ k/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDANjr7 lZ1DKtK8YvNp+5kBzIpwrpClHRrosqo01qmWfGBxZckQUtrJUwGPxpzvIHVq1VKp a9FXU/QWYek/1S0vhkOf9XGmFBnVCtbJhwGeyzsQFFSoQIfs2hd5gO0dSRpuKdi3 slfJAXzFKg1u/7OCVPgrY/mkdh34MzL5p0gSDzPt7vLPibctHg0GoepYT5Fh1tMQ luzgrN0weTw/QoEWTMQcNk6CyUpzv0pOe7d0qEPQ9Lx7Lz64gIym3f0pKFpWLfME l7PFLeR95zw2zsuZQwCR5ma5zjXD3mo2jk1mVqiI8qplOL1u30FU7hRhTV5n/Qe9 elDQoZW9Xz0R5JGDAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G A1UdDgQWBBRXWlUJZXcR1jkZPE24+mjUTCqNxjANBgkqhkiG9w0BAQUFAAOCAQEA jDh5M41sg1MZKG1DXzQmo/IADeWRmXyb3EZaED9lhFFpoQqaralgpgmvuc0GswvO QIZijh03tPQz8lgp1U1OFZod2ZwbEVTtVZpxs1ssjMraOA6KzlsNROH0XonIiy6j r2Q0UF35ax8pvr3D5Y6AKzIW1F3aeiREylUDJlb/i1dPQ2PVK0yRrSQoK2epwM9E zoczlHTTJc/tRvH5Up3Agcv9y+J0U9a1Af9NRsnHPVBdo2H32MsJ99x5NRDWJmJg ohH37UR7njcc6j4fo22IwTqXaaXJdtVdAWjXP/xs5B3cPYSP6uqFnR46Jf86Iqj1 FlqnTjy13J3nD30uxy9a1g== -----END CERTIFICATE----- date: 2010-03-09 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 3 - 3 version: 1.3.3 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rubyforge prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 0 - 3 version: 2.0.3 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: gemcutter prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 3 - 0 version: 0.3.0 type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: mocha prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 9 version: "0.9" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: thoughtbot-shoulda prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 10 version: "2.10" type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: acts_as_fu prerelease: false requirement: &id006 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 0 - 5 version: 0.0.5 type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: hoe prerelease: false requirement: &id007 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 5 - 0 version: 2.5.0 type: :development version_requirements: *id007 description: |- Loofah is a general library for manipulating HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist, so it most likely won't make your codes less secure. (These statements have not been evaluated by Netexperts.) email: - mike.dalessio@gmail.com - bryan@brynary.com executables: [] extensions: [] extra_rdoc_files: - MIT-LICENSE.txt - Manifest.txt - TODO.rdoc - CHANGELOG.rdoc - DEPRECATED.rdoc - README.rdoc files: - CHANGELOG.rdoc - DEPRECATED.rdoc - MIT-LICENSE.txt - Manifest.txt - README.rdoc - Rakefile - TODO.rdoc - benchmark/benchmark.rb - benchmark/fragment.html - benchmark/helper.rb - benchmark/www.slashdot.com.html - init.rb - lib/loofah.rb - lib/loofah/active_record.rb - lib/loofah/elements.rb - lib/loofah/helpers.rb - lib/loofah/html/document.rb - lib/loofah/html/document_fragment.rb - lib/loofah/html5/scrub.rb - lib/loofah/html5/whitelist.rb - lib/loofah/instance_methods.rb - lib/loofah/metahelpers.rb - lib/loofah/scrubber.rb - lib/loofah/scrubbers.rb - lib/loofah/xml/document.rb - lib/loofah/xml/document_fragment.rb - lib/loofah/xss_foliate.rb - test/helper.rb - test/html5/test_sanitizer.rb - test/integration/test_ad_hoc.rb - test/integration/test_helpers.rb - test/integration/test_html.rb - test/integration/test_scrubbers.rb - test/integration/test_xml.rb - test/unit/test_active_record.rb - test/unit/test_api.rb - test/unit/test_helpers.rb - test/unit/test_scrubber.rb - test/unit/test_scrubbers.rb - test/unit/test_xss_foliate.rb has_rdoc: true homepage: http://github.com/flavorjones/loofah licenses: [] post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: loofah rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Loofah is a general library for manipulating HTML/XML documents and fragments test_files: - test/integration/test_helpers.rb - test/integration/test_scrubbers.rb - test/integration/test_ad_hoc.rb - test/integration/test_xml.rb - test/integration/test_html.rb - test/unit/test_xss_foliate.rb - test/unit/test_helpers.rb - test/unit/test_scrubber.rb - test/unit/test_scrubbers.rb - test/unit/test_api.rb - test/unit/test_active_record.rb - test/html5/test_sanitizer.rb