summaryrefslogtreecommitdiff
path: root/ext/erb/escape/extconf.rb
AgeCommit message (Collapse)Author
2025-07-15[ruby/erb] Declare escape functions as Ractor-safeJohn Hawthorn
(https://github.com/ruby/erb/pull/63) https://github.com/ruby/erb/commit/fdd45c0d89
2024-01-04[ruby/erb] Skip building a native extension for JRubyTakashi Kokubun
https://github.com/ruby/erb/commit/f0f68baf6b
2022-11-27[ruby/erb] Skip using the extension for truffleruby as wellTakashi Kokubun
(https://github.com/ruby/erb/pull/39) * Skip using the extension for truffleruby as well * Just skip building the C extension for TruffleRuby * Skip rake compile for truffleruby * Use resolve_feature_path * Revert "Use resolve_feature_path" This reverts commit https://github.com/ruby/erb/commit/acc1e0c0ffaf. * Use resolve_feature_path with LoadError guard https://github.com/ruby/erb/commit/85dcb08439
2022-11-24[ruby/erb] Rename erb.so to erb/escape.soTakashi Kokubun
(https://github.com/ruby/erb/pull/35) https://github.com/ruby/erb/commit/1280046952