1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych
David Rodríguez 40d9be51e8 [ruby/psych] Don't require strscan unnecessarily
It does not seem needed, and it's causing issues on Windows when
uninstalling `strscan`, because strscan's shared library being used when
RubyGems tries to remove it (because its loaded through Psych, which
RubyGems uses for loading configuration).

https://github.com/ruby/psych/commit/3911356ec1
2022-01-14 07:44:14 +09:00
..
lib [ruby/psych] Don't require strscan unnecessarily 2022-01-14 07:44:14 +09:00
yaml [ruby/psych] Fix some typos [ci skip] 2021-05-10 19:19:35 +09:00
depend Update dependencies 2021-11-21 16:21:18 +09:00
extconf.rb
psych.c [ruby/psych] Make Ractor-ready. 2020-12-23 01:08:38 -05:00
psych.gemspec [ruby/psych] psych depends stringio only CRuby 2021-12-20 18:26:58 +09:00
psych.h
psych_emitter.c
psych_emitter.h
psych_parser.c
psych_parser.h
psych_to_ruby.c
psych_to_ruby.h
psych_yaml_tree.c Remove private_iv_get 2020-09-25 13:11:32 +09:00
psych_yaml_tree.h