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.
29 lines
1.4 KiB
29 lines
1.4 KiB
# -*- encoding: utf-8 -*-
|
|
# stub: rack-protection 4.2.1 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "rack-protection".freeze
|
|
s.version = "4.2.1".freeze
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.metadata = { "documentation_uri" => "https://www.rubydoc.info/gems/rack-protection", "homepage_uri" => "http://sinatrarb.com/protection/", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/sinatra/sinatra/tree/main/rack-protection" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["https://github.com/sinatra/sinatra/graphs/contributors".freeze]
|
|
s.date = "1980-01-02"
|
|
s.description = "Protect against typical web attacks, works with all Rack apps, including Rails".freeze
|
|
s.email = "sinatrarb@googlegroups.com".freeze
|
|
s.homepage = "https://sinatrarb.com/protection/".freeze
|
|
s.licenses = ["MIT".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 2.7.8".freeze)
|
|
s.rubygems_version = "3.6.9".freeze
|
|
s.summary = "Protect against typical web attacks, works with all Rack apps, including Rails.".freeze
|
|
|
|
s.installed_by_version = "4.0.3".freeze
|
|
|
|
s.specification_version = 4
|
|
|
|
s.add_runtime_dependency(%q<base64>.freeze, [">= 0.1.0".freeze])
|
|
s.add_runtime_dependency(%q<logger>.freeze, [">= 1.6.0".freeze])
|
|
s.add_runtime_dependency(%q<rack>.freeze, [">= 3.0.0".freeze, "< 4".freeze])
|
|
end
|