⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby32
/
share
/
gems
/
specifications
/
View File Name :
typeprof-0.21.3.gemspec
# -*- encoding: utf-8 -*- # stub: typeprof 0.21.3 ruby lib Gem::Specification.new do |s| s.name = "typeprof".freeze s.version = "0.21.3" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/ruby/typeprof", "source_code_uri" => "https://github.com/ruby/typeprof" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Yusuke Endoh".freeze] s.bindir = "exe".freeze s.date = "2026-03-27" s.description = "TypeProf performs a type analysis of non-annotated Ruby code.\n\nIt abstractly executes input Ruby code in a level of types instead of values, gathers what types are passed to and returned by methods, and prints the analysis result in RBS format, a standard type description format for Ruby 3.0.\n\nThis tool is planned to be bundled with Ruby 3.0.\n".freeze s.email = ["mame@ruby-lang.org".freeze] s.executables = ["typeprof".freeze] s.files = ["exe/typeprof".freeze] s.homepage = "https://github.com/ruby/typeprof".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.4.19".freeze s.summary = "TypeProf is a type analysis tool for Ruby code based on abstract interpretation".freeze s.installed_by_version = "3.4.19" if s.respond_to? :installed_by_version s.specification_version = 4 s.add_runtime_dependency(%q<rbs>.freeze, [">= 1.8.1"]) end