summaryrefslogtreecommitdiff
path: root/libexec/erb
AgeCommit message (Collapse)Author
2025-09-28[ruby/erb] Remove a trailing spaceTakashi Kokubun
https://github.com/ruby/erb/commit/51c0922170
2025-09-26[ruby/erb] Enhancements (mostly documentation)Burdette Lamar
(https://github.com/ruby/erb/pull/85) https://github.com/ruby/erb/commit/692597b9a2
2022-11-24[ruby/erb] Drop deprecated -S option from erb commandTakashi Kokubun
We attempted to remove things like this and reverted all of them, but I think nobody relies on this unlike the positional arguments of `ERB#initialize`. https://github.com/ruby/erb/commit/92fde7e403
2020-08-25Fix erb executableLars Kanis
Run ERb processing unconditionally since __FILE__ and $0 doesn't match in a gem context. Notes: Merged: https://github.com/ruby/ruby/pull/3449
2020-08-21Promote erb to default gemsHiroshi SHIBATA