0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove support for JRuby as C extensions are officially not supported More... almost 5 years ago
Support rb_data_type_t type when platform does not offer GC.compact More... almost 5 years ago
Use omit_unless and move GC.compact test to the bottom More... almost 5 years ago
Merge pull request #11 from stanhu/sh-test-gc-compact More... almost 5 years ago
Convert to use rb_data_type_t type and retire deprecated Data_Wrap_Struct() More... almost 5 years ago
Retire the libmagic build script as it's no longer needed More... almost 5 years ago
Add test for Magic.do_no_auto_load on platforms with no fork support More... almost 5 years ago
Make custom type check more resilient More... almost 5 years ago
Add Ruby type check compatibility layer for JRuby and TruffleRuby More... almost 5 years ago
Merge pull request #13 from stanhu/sh-release-0.3.2 More... almost 5 years ago
Magic, version 0.3.2 More... almost 5 years ago
Merge pull request #12 from stanhu/sh-drop-no-undefined-ldflag More... almost 5 years ago
Fix compilation when shared libraries not enabled with Ruby interpreter More... almost 5 years ago
Preserve flags unconditionally when building using system libraries More... almost 5 years ago
Make sure that flags are correctly preserved during various operations More... almost 5 years ago
Select right type for Check_Type() depending on Ruby version More... almost 5 years ago
Mark variables as unused as these are used in asserts More... almost 5 years ago
Remove forward declarations that are not needed More... almost 5 years ago
Disable verbose output from Rake provided FileUtils wrappers More... almost 5 years ago
Add CONTRIBUTORS.md file to be included as part of the Ruby Gem More... almost 5 years ago
Make sure that Rake::ExtensionTask watches correct source files More... almost 5 years ago
Use FileList instead of Dir when resolving wildcard paths More... almost 5 years ago
Don't produce ZIP archive and tarball artefacts when packaging More... almost 5 years ago
Remove unsafe way used to load Gem specification More... almost 5 years ago
Update .gitignore to exclude a package time directory More... almost 5 years ago
Remove invalid single-quote from the -W flag name More... almost 5 years ago
Add CONTRIBUTORS.md and NOTICE to be included as part of the Ruby Gem More... almost 5 years ago
Prevent automatic export other linked library symbols More... almost 5 years ago
Make sure to use the same compiler and build options for everything More... almost 5 years ago
Remove surplus argument passed to rb_funcall() More... almost 5 years ago