mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.7 KiB
28 lines
1.7 KiB
# -*- encoding: utf-8 -*-
|
|
# stub: loofah 2.25.1 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "loofah".freeze
|
|
s.version = "2.25.1".freeze
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.metadata = { "bug_tracker_uri" => "https://github.com/flavorjones/loofah/issues", "changelog_uri" => "https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/loofah/", "funding_uri" => "https://github.com/sponsors/flavorjones", "homepage_uri" => "https://github.com/flavorjones/loofah", "source_code_uri" => "https://github.com/flavorjones/loofah" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Mike Dalessio".freeze, "Bryan Helmkamp".freeze]
|
|
s.date = "1980-01-02"
|
|
s.description = "Loofah is a general library for manipulating and transforming HTML/XML documents and fragments,\nbuilt on top of Nokogiri.\n\nLoofah also includes some HTML sanitizers based on `html5lib`'s safelist, which are a specific\napplication of the general transformation functionality.\n".freeze
|
|
s.email = ["mike.dalessio@gmail.com".freeze, "bryan@brynary.com".freeze]
|
|
s.homepage = "https://github.com/flavorjones/loofah".freeze
|
|
s.licenses = ["MIT".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze)
|
|
s.rubygems_version = "4.0.3".freeze
|
|
s.summary = "Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri.".freeze
|
|
|
|
s.installed_by_version = "4.0.3".freeze
|
|
|
|
s.specification_version = 4
|
|
|
|
s.add_runtime_dependency(%q<crass>.freeze, ["~> 1.0.2".freeze])
|
|
s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.12.0".freeze])
|
|
end
|