# -*- encoding: utf-8 -*- # stub: ronin 2.0.0.beta1 ruby lib Gem::Specification.new do |s| s.name = "ronin".freeze s.version = "2.0.0.beta1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Postmodern".freeze] s.date = "2023-01-01" s.description = "Ronin is a Ruby toolkit for security research and development.".freeze s.email = "postmodern.mod3@gmail.com".freeze s.executables = ["ronin".freeze] s.extra_rdoc_files = ["COPYING.txt".freeze, "ChangeLog.md".freeze, "README.md".freeze] s.files = [".document".freeze, ".editorconfig".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".mailmap".freeze, ".rspec".freeze, ".ruby-version".freeze, ".yardopts".freeze, "COPYING.txt".freeze, "ChangeLog.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/ronin".freeze, "data/new/project/.gitignore".freeze, "data/new/project/.ruby-version.erb".freeze, "data/new/project/Dockerfile.erb".freeze, "data/new/project/Gemfile.erb".freeze, "data/new/project/Rakefile".freeze, "data/new/project/project.rb.erb".freeze, "data/new/script.rb.erb".freeze, "data/tips/cli/console.txt".freeze, "data/tips/cli/help.txt".freeze, "data/tips/ruby/array_join.txt".freeze, "data/tips/ruby/binary_string.txt".freeze, "data/tips/ruby/file_binread.txt".freeze, "data/tips/ruby/file_each_line.txt".freeze, "data/tips/ruby/force_encoding.txt".freeze, "data/tips/ruby/integer_binary_format.txt".freeze, "data/tips/ruby/integer_chr.txt".freeze, "data/tips/ruby/integer_hex_format.txt".freeze, "data/tips/ruby/string_bytes.txt".freeze, "data/tips/ruby/string_chars.txt".freeze, "data/tips/ruby/string_ord.txt".freeze, "data/tips/ruby/string_split.txt".freeze, "data/tips/scripting/array_pack.txt".freeze, "data/tips/scripting/base64_decode.txt".freeze, "data/tips/scripting/base64_encode.txt".freeze, "data/tips/scripting/build_wordlist.txt".freeze, "data/tips/scripting/chars.txt".freeze, "data/tips/scripting/chars_strings_in.txt".freeze, "data/tips/scripting/dir_traversal.txt".freeze, "data/tips/scripting/dns_get_address.txt".freeze, "data/tips/scripting/dns_get_addresses.txt".freeze, "data/tips/scripting/extract_ips.txt".freeze, "data/tips/scripting/file_each_row.txt".freeze, "data/tips/scripting/file_hexdump.txt".freeze, "data/tips/scripting/float_pack.txt".freeze, "data/tips/scripting/ftp_connect.txt".freeze, "data/tips/scripting/generate_self_signed_cert.txt".freeze, "data/tips/scripting/http_get_body.txt".freeze, "data/tips/scripting/http_get_headers.txt".freeze, "data/tips/scripting/integer_pack.txt".freeze, "data/tips/scripting/ip_range_cidr.txt".freeze, "data/tips/scripting/ip_range_glob.txt".freeze, "data/tips/scripting/load_cert.txt".freeze, "data/tips/scripting/md5.txt".freeze, "data/tips/scripting/printing_messages.txt".freeze, "data/tips/scripting/random_alpha.txt".freeze, "data/tips/scripting/random_alpha_numeric.txt".freeze, "data/tips/scripting/random_hex.txt".freeze, "data/tips/scripting/read_wordlist.txt".freeze, "data/tips/scripting/ronin_support.txt".freeze, "data/tips/scripting/sha1.txt".freeze, "data/tips/scripting/sha256.txt".freeze, "data/tips/scripting/sha512.txt".freeze, "data/tips/scripting/ssl_cert.txt".freeze, "data/tips/scripting/ssl_socket.txt".freeze, "data/tips/scripting/string_hexdump.txt".freeze, "data/tips/scripting/string_random_case.txt".freeze, "data/tips/scripting/string_unpack.txt".freeze, "data/tips/scripting/tcp_accept.txt".freeze, "data/tips/scripting/tcp_banner.txt".freeze, "data/tips/scripting/tcp_connect.txt".freeze, "data/tips/scripting/tcp_open.txt".freeze, "data/tips/scripting/tcp_send.txt".freeze, "data/tips/scripting/tcp_server_loop.txt".freeze, "data/tips/scripting/try.txt".freeze, "data/tips/scripting/udp_connect.txt".freeze, "data/tips/scripting/udp_open.txt".freeze, "data/tips/scripting/udp_recv.txt".freeze, "data/tips/scripting/udp_send.txt".freeze, "data/tips/scripting/udp_server_loop.txt".freeze, "data/tips/scripting/unix_accept.txt".freeze, "data/tips/scripting/unix_connect.txt".freeze, "data/tips/scripting/zlib_deflate.txt".freeze, "data/tips/scripting/zlib_inflate.txt".freeze, "gemspec.yml".freeze, "lib/ronin.rb".freeze, "lib/ronin/cli.rb".freeze, "lib/ronin/cli/char_set_options.rb".freeze, "lib/ronin/cli/cipher_command.rb".freeze, "lib/ronin/cli/command.rb".freeze, "lib/ronin/cli/commands/asn.rb".freeze, "lib/ronin/cli/commands/banner_grab.rb".freeze, "lib/ronin/cli/commands/bitflip.rb".freeze, "lib/ronin/cli/commands/cert_dump.rb".freeze, "lib/ronin/cli/commands/cert_gen.rb".freeze, "lib/ronin/cli/commands/cert_grab.rb".freeze, "lib/ronin/cli/commands/decode.rb".freeze, "lib/ronin/cli/commands/decrypt.rb".freeze, "lib/ronin/cli/commands/dns.rb".freeze, "lib/ronin/cli/commands/email_addr.rb".freeze, "lib/ronin/cli/commands/encode.rb".freeze, "lib/ronin/cli/commands/encrypt.rb".freeze, "lib/ronin/cli/commands/entropy.rb".freeze, "lib/ronin/cli/commands/escape.rb".freeze, "lib/ronin/cli/commands/extract.rb".freeze, "lib/ronin/cli/commands/grep.rb".freeze, "lib/ronin/cli/commands/hexdump.rb".freeze, "lib/ronin/cli/commands/highlight.rb".freeze, "lib/ronin/cli/commands/hmac.rb".freeze, "lib/ronin/cli/commands/homoglyph.rb".freeze, "lib/ronin/cli/commands/host.rb".freeze, "lib/ronin/cli/commands/http.rb".freeze, "lib/ronin/cli/commands/ip.rb".freeze, "lib/ronin/cli/commands/iprange.rb".freeze, "lib/ronin/cli/commands/irb.rb".freeze, "lib/ronin/cli/commands/md5.rb".freeze, "lib/ronin/cli/commands/netcat.rb".freeze, "lib/ronin/cli/commands/new.rb".freeze, "lib/ronin/cli/commands/new/project.rb".freeze, "lib/ronin/cli/commands/new/script.rb".freeze, "lib/ronin/cli/commands/proxy.rb".freeze, "lib/ronin/cli/commands/public_suffix_list.rb".freeze, "lib/ronin/cli/commands/quote.rb".freeze, "lib/ronin/cli/commands/rot.rb".freeze, "lib/ronin/cli/commands/sha1.rb".freeze, "lib/ronin/cli/commands/sha256.rb".freeze, "lib/ronin/cli/commands/sha512.rb".freeze, "lib/ronin/cli/commands/strings.rb".freeze, "lib/ronin/cli/commands/tips.rb".freeze, "lib/ronin/cli/commands/tld_list.rb".freeze, "lib/ronin/cli/commands/typo.rb".freeze, "lib/ronin/cli/commands/typosquat.rb".freeze, "lib/ronin/cli/commands/unescape.rb".freeze, "lib/ronin/cli/commands/unhexdump.rb".freeze, "lib/ronin/cli/commands/unquote.rb".freeze, "lib/ronin/cli/commands/url.rb".freeze, "lib/ronin/cli/commands/xor.rb".freeze, "lib/ronin/cli/file_processor_command.rb".freeze, "lib/ronin/cli/http_shell.rb".freeze, "lib/ronin/cli/key_options.rb".freeze, "lib/ronin/cli/method_options.rb".freeze, "lib/ronin/cli/pattern_options.rb".freeze, "lib/ronin/cli/printing/http.rb".freeze, "lib/ronin/cli/printing/syntax_highlighting.rb".freeze, "lib/ronin/cli/string_methods_command.rb".freeze, "lib/ronin/cli/string_processor_command.rb".freeze, "lib/ronin/cli/typo_options.rb".freeze, "lib/ronin/cli/value_processor_command.rb".freeze, "lib/ronin/config.rb".freeze, "lib/ronin/root.rb".freeze, "lib/ronin/ui.rb".freeze, "lib/ronin/version.rb".freeze, "man/ronin-asn.1".freeze, "man/ronin-asn.1.md".freeze, "man/ronin-banner-grab.1".freeze, "man/ronin-banner-grab.1.md".freeze, "man/ronin-bitflip.1".freeze, "man/ronin-bitflip.1.md".freeze, "man/ronin-cert-dump.1".freeze, "man/ronin-cert-dump.1.md".freeze, "man/ronin-cert-gen.1".freeze, "man/ronin-cert-gen.1.md".freeze, "man/ronin-cert-grab.1".freeze, "man/ronin-cert-grab.1.md".freeze, "man/ronin-decode.1".freeze, "man/ronin-decode.1.md".freeze, "man/ronin-decrypt.1".freeze, "man/ronin-decrypt.1.md".freeze, "man/ronin-dns.1".freeze, "man/ronin-dns.1.md".freeze, "man/ronin-email-addr.1".freeze, "man/ronin-email-addr.1.md".freeze, "man/ronin-encode.1".freeze, "man/ronin-encode.1.md".freeze, "man/ronin-encrypt.1".freeze, "man/ronin-encrypt.1.md".freeze, "man/ronin-entropy.1".freeze, "man/ronin-entropy.1.md".freeze, "man/ronin-escape.1".freeze, "man/ronin-escape.1.md".freeze, "man/ronin-extract.1".freeze, "man/ronin-extract.1.md".freeze, "man/ronin-grep.1".freeze, "man/ronin-grep.1.md".freeze, "man/ronin-help.1".freeze, "man/ronin-help.1.md".freeze, "man/ronin-hexdump.1".freeze, "man/ronin-hexdump.1.md".freeze, "man/ronin-highlight.1".freeze, "man/ronin-highlight.1.md".freeze, "man/ronin-hmac.1".freeze, "man/ronin-hmac.1.md".freeze, "man/ronin-homoglyph.1".freeze, "man/ronin-homoglyph.1.md".freeze, "man/ronin-host.1".freeze, "man/ronin-host.1.md".freeze, "man/ronin-http.1".freeze, "man/ronin-http.1.md".freeze, "man/ronin-ip.1".freeze, "man/ronin-ip.1.md".freeze, "man/ronin-iprange.1".freeze, "man/ronin-iprange.1.md".freeze, "man/ronin-irb.1".freeze, "man/ronin-irb.1.md".freeze, "man/ronin-md5.1".freeze, "man/ronin-md5.1.md".freeze, "man/ronin-netcat.1".freeze, "man/ronin-netcat.1.md".freeze, "man/ronin-new-project.1".freeze, "man/ronin-new-project.1.md".freeze, "man/ronin-new-script.1".freeze, "man/ronin-new-script.1.md".freeze, "man/ronin-new.1".freeze, "man/ronin-new.1.md".freeze, "man/ronin-proxy.1".freeze, "man/ronin-proxy.1.md".freeze, "man/ronin-public-suffix-list.1".freeze, "man/ronin-public-suffix-list.1.md".freeze, "man/ronin-quote.1".freeze, "man/ronin-quote.1.md".freeze, "man/ronin-rot.1".freeze, "man/ronin-rot.1.md".freeze, "man/ronin-sha1.1".freeze, "man/ronin-sha1.1.md".freeze, "man/ronin-sha256.1".freeze, "man/ronin-sha256.1.md".freeze, "man/ronin-sha512.1".freeze, "man/ronin-sha512.1.md".freeze, "man/ronin-strings.1".freeze, "man/ronin-strings.1.md".freeze, "man/ronin-tips.1".freeze, "man/ronin-tips.1.md".freeze, "man/ronin-tld-list.1".freeze, "man/ronin-tld-list.1.md".freeze, "man/ronin-typo.1".freeze, "man/ronin-typo.1.md".freeze, "man/ronin-typosquat.1".freeze, "man/ronin-typosquat.1.md".freeze, "man/ronin-unescape.1".freeze, "man/ronin-unescape.1.md".freeze, "man/ronin-unhexdump.1".freeze, "man/ronin-unhexdump.1.md".freeze, "man/ronin-unquote.1".freeze, "man/ronin-unquote.1.md".freeze, "man/ronin-url.1".freeze, "man/ronin-url.1.md".freeze, "man/ronin-xor.1".freeze, "man/ronin-xor.1.md".freeze, "man/ronin.1".freeze, "man/ronin.1.md".freeze, "ronin.gemspec".freeze, "spec/cli/command_spec.rb".freeze, "spec/cli/commands/decode_spec.rb".freeze, "spec/cli/commands/encode_spec.rb".freeze, "spec/cli/commands/escape_spec.rb".freeze, "spec/cli/commands/quote_spec.rb".freeze, "spec/cli/commands/unescape_spec.rb".freeze, "spec/cli/commands/unquote_spec.rb".freeze, "spec/cli/fixtures/file.txt".freeze, "spec/cli/fixtures/file2.txt".freeze, "spec/cli/key_options_spec.rb".freeze, "spec/cli/method_options_spec.rb".freeze, "spec/cli/string_methods_command_spec.rb".freeze, "spec/cli/string_processor_command_spec.rb".freeze, "spec/cli/value_processor_command_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/version_spec.rb".freeze] s.homepage = "https://ronin-rb.dev".freeze s.licenses = ["GPL-3.0".freeze] s.post_install_message = "*************************************************************************\n\n Thank you for installing Ronin!\n\n To list the available commands:\n\n $ ronin help\n\n To view help information about a command:\n\n $ ronin help COMMAND\n\n*************************************************************************\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby toolkit for security research and development.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0.beta1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0.beta1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end