# -*- encoding: utf-8 -*- # stub: frida 0.1.1 ruby lib # stub: ext/c_frida/extconf.rb Gem::Specification.new do |s| s.name = "frida".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/hakivvi/frida-ruby", "homepage_uri" => "https://github.com/hakivvi/frida-ruby", "source_code_uri" => "https://github.com/hakivvi/frida-ruby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["hakivvi".freeze] s.date = "2024-09-29" s.description = "Frida Ruby bindings.".freeze s.email = ["hakivvi@gmail.com".freeze] s.extensions = ["ext/c_frida/extconf.rb".freeze] s.files = ["CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "exe/frida".freeze, "ext/c_frida/Application.c".freeze, "ext/c_frida/Bus.c".freeze, "ext/c_frida/Child.c".freeze, "ext/c_frida/Compiler.c".freeze, "ext/c_frida/Crash.c".freeze, "ext/c_frida/Device.c".freeze, "ext/c_frida/DeviceManager.c".freeze, "ext/c_frida/EndpointParameters.c".freeze, "ext/c_frida/FileMonitor.c".freeze, "ext/c_frida/GObject.c".freeze, "ext/c_frida/IOStream.c".freeze, "ext/c_frida/PortalMembership.c".freeze, "ext/c_frida/PortalService.c".freeze, "ext/c_frida/Process.c".freeze, "ext/c_frida/Relay.c".freeze, "ext/c_frida/Script.c".freeze, "ext/c_frida/Session.c".freeze, "ext/c_frida/Spawn.c".freeze, "ext/c_frida/c_frida.c".freeze, "ext/c_frida/extconf.rb".freeze, "ext/c_frida/gutils.c".freeze, "ext/c_frida/gvl_bridge.c".freeze, "ext/c_frida/inc/Application.h".freeze, "ext/c_frida/inc/Bus.h".freeze, "ext/c_frida/inc/Child.h".freeze, "ext/c_frida/inc/Compiler.h".freeze, "ext/c_frida/inc/Crash.h".freeze, "ext/c_frida/inc/Device.h".freeze, "ext/c_frida/inc/DeviceManager.h".freeze, "ext/c_frida/inc/EndpointParameters.h".freeze, "ext/c_frida/inc/FileMonitor.h".freeze, "ext/c_frida/inc/GObject.h".freeze, "ext/c_frida/inc/IOStream.h".freeze, "ext/c_frida/inc/PortalMembership.h".freeze, "ext/c_frida/inc/PortalService.h".freeze, "ext/c_frida/inc/Process.h".freeze, "ext/c_frida/inc/Relay.h".freeze, "ext/c_frida/inc/Script.h".freeze, "ext/c_frida/inc/Session.h".freeze, "ext/c_frida/inc/Spawn.h".freeze, "ext/c_frida/inc/c_frida.h".freeze, "ext/c_frida/inc/gutils.h".freeze, "ext/c_frida/inc/gvl_bridge.h".freeze, "frida.gemspec".freeze, "lib/frida.rb".freeze, "lib/frida/version.rb".freeze] s.homepage = "https://github.com/hakivvi/frida-ruby".freeze s.licenses = ["MIT".freeze] s.post_install_message = "frida has been successfully compiled and installed, frida-core is no longer required and can be safely removed.".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Frida Ruby bindings.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.2.7".freeze]) end