# -*- encoding: utf-8 -*- # stub: ctf-party 2.2.0 ruby lib Gem::Specification.new do |s| s.name = "ctf-party".freeze s.version = "2.2.0".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/noraj/ctf-party/issues", "changelog_uri" => "https://github.com/noraj/ctf-party/blob/master/docs/CHANGELOG.md", "documentation_uri" => "https://noraj.github.io/ctf-party/", "homepage_uri" => "https://noraj.github.io/ctf-party/", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/noraj/ctf-party/", "yard.run" => "yard" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Alexandre ZANNI".freeze] s.date = "2022-07-28" s.description = "A CLI tool & library to enhance and speed up script/exploit writing for CTF players (or security researchers, bug bounty hunters, pentesters but mostly focused on CTF) by patching the String class to add a short syntax of usual code patterns. Methods for base64, digest (hash), flag, rot (Caesar), hexadecimal, case, cgi (URL encoding/decoding, HTML escaping/unescaping), binary, leet (1337), decimal, XOR, whitespace strip.".freeze s.email = "alexandre.zanni@engineer.com".freeze s.executables = ["ctf-party".freeze, "ctf-party_console".freeze] s.files = ["LICENSE.txt".freeze, "bin/ctf-party".freeze, "bin/ctf-party_console".freeze, "lib/ctf_party.rb".freeze, "lib/ctf_party/base64.rb".freeze, "lib/ctf_party/binary.rb".freeze, "lib/ctf_party/case.rb".freeze, "lib/ctf_party/cgi.rb".freeze, "lib/ctf_party/dec.rb".freeze, "lib/ctf_party/digest.rb".freeze, "lib/ctf_party/flag.rb".freeze, "lib/ctf_party/hex.rb".freeze, "lib/ctf_party/leet.rb".freeze, "lib/ctf_party/misc.rb".freeze, "lib/ctf_party/rot.rb".freeze, "lib/ctf_party/version.rb".freeze, "lib/ctf_party/xor.rb".freeze] s.homepage = "https://noraj.github.io/ctf-party/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new([">= 2.7.0".freeze, "< 3.2".freeze]) s.rubygems_version = "3.5.10".freeze s.summary = "A CLI tool & library to enhance and speed up script/exploit writing with string conversion/manipulation".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) end