Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rubygem-typeprof-0.21.3-182.fc39 RPM for noarch

From Fedora 39 updates for x86_64 / Packages / r

Name: rubygem-typeprof Distribution: Fedora Project
Version: 0.21.3 Vendor: Fedora Project
Release: 182.fc39 Build date: Wed Apr 24 18:41:47 2024
Group: Unspecified Build host: buildhw-x86-07.iad2.fedoraproject.org
Size: 338076 Source RPM: ruby-3.2.4-182.fc39.src.rpm
Packager: Fedora Project
Url: https://github.com/ruby/typeprof
Summary: TypeProf is a type analysis tool for Ruby code based on abstract interpretation
TypeProf performs a type analysis of non-annotated Ruby code.
It 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.

Provides

Requires

License

MIT

Changelog

* Wed Apr 24 2024 Vít Ondruch <vondruch@redhat.com> - 3.2.4-182
  - Upgrade to Ruby 3.2.4.
    Resolves: rhbz#2270544
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-181
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Mar 31 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.2-180
  - Upgrade to Ruby 3.2.2.
    Resolves: rhbz#2183284
* Thu Feb 09 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.1-179
  - Upgrade to Ruby 3.2.1.
    Resolves: rhbz#2168292
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 05 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.0-177
  - Fix ELN FTBFS due to stronger crypto settings.
* Mon Jan 02 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.0-176
  - Upgrade to Ruby 3.2.0.
* Thu Dec 22 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.3-175
  - Use SHA256 instead of SHA1 where needed in Openssl tests
  - Let OpenSSL choose the digest if digest for Openssl::OCSP::BasicResponse#sign is nil
* Wed Dec 21 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-174
  - Fix for tzdata-2022g.
* Thu Dec 08 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-173
  - Disable MJIT test cases on i686 due to issues with PCH.
  - Fix CGI causing issue with leading '.' in domain names.
* Thu Nov 24 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-172
  - Upgrade to Ruby 3.1.3.
* Tue Nov 22 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-171
  - Re-disable package notes. It causes additional issues with installing binary
    gems.
* Thu Sep 29 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-170
  - Re-enable package notes.
* Fri Sep 02 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-169
  - Disable fiddle tests that use FFI closures.
    Related: rhbz#2040380
* Mon Aug 29 2022 Jun Aruga <jaruga@redhat.com> - 3.1.2-168
  - Make RDoc soft dependnecy in IRB.
    Resolves: rhbz#2119964
  - Add IRB to ruby-bundled-gems recommends.
    Resolves: rhbz#2120562
* Wed Aug 24 2022 Jun Aruga <jaruga@redhat.com> - 3.1.2-168
  - Fix tests with Europe/Amsterdam pre-1970 time on tzdata version 2022b.
    Resolves: rhbz#2120354
* Mon Jul 25 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-167
  - Fix directory permissions in one of the rubygems tests.
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jun 16 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-166
  - Detect compaction support during run time.
* Tue Jun 07 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-165
  - Define GC compaction methods as rb_f_notimplement on unsupported platforms.

Files

/usr/bin/typeprof
/usr/share/gems/gems/typeprof-0.21.3
/usr/share/gems/gems/typeprof-0.21.3/Gemfile
/usr/share/gems/gems/typeprof-0.21.3/Gemfile.lock
/usr/share/gems/gems/typeprof-0.21.3/LICENSE
/usr/share/gems/gems/typeprof-0.21.3/README.md
/usr/share/gems/gems/typeprof-0.21.3/Rakefile
/usr/share/gems/gems/typeprof-0.21.3/exe
/usr/share/gems/gems/typeprof-0.21.3/exe/typeprof
/usr/share/gems/gems/typeprof-0.21.3/lib
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/analyzer.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/arguments.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/block.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/builtin.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/cli.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/code-range.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/config.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/container-type.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/export.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/import.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/insns-def.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/iseq.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/lsp.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/method.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/type.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/utils.rb
/usr/share/gems/gems/typeprof-0.21.3/lib/typeprof/version.rb
/usr/share/gems/gems/typeprof-0.21.3/tools
/usr/share/gems/gems/typeprof-0.21.3/tools/coverage.rb
/usr/share/gems/gems/typeprof-0.21.3/tools/setup-insns-def.rb
/usr/share/gems/specifications/typeprof-0.21.3.gemspec


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jun 1 00:37:35 2024