aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erb
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/erb] Version 4.0.2Takashi Kokubun2022-11-291-1/+1
| | | | https://github.com/ruby/erb/commit/8c8ff1551b
* [ruby/erb] Fix line numbers after multi-line <%#Takashi Kokubun2022-11-291-1/+1
| | | | | | (https://github.com/ruby/erb/pull/42) https://github.com/ruby/erb/commit/526885923e
* [ruby/erb] Version 4.0.1Takashi Kokubun2022-11-271-1/+1
| | | | https://github.com/ruby/erb/commit/3bb67009dd
* [ruby/erb] Skip using the extension for truffleruby as wellTakashi Kokubun2022-11-271-3/+6
| | | | | | | | | | | | | | | | | | | | (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
* [ruby/erb] Version 4.0.0Takashi Kokubun2022-11-261-1/+1
| | | | https://github.com/ruby/erb/commit/2809a54d88
* [ruby/erb] Define ERB::Escape moduleTakashi Kokubun2022-11-261-7/+15
| | | | | (https://github.com/ruby/erb/pull/38) Close #32
* [ruby/erb] Keep ERB::Util#html_escape privateTakashi Kokubun2022-11-251-2/+2
| | | | | | | ERB::Util.html_escape has been public, but ERB::Util#html_escape had been private. https://github.com/ruby/erb/commit/e62210bf56
* [ruby/erb] Allow requiring erb/escape.so aloneTakashi Kokubun2022-11-241-4/+7
| | | | | | (https://github.com/ruby/erb/pull/37) Prior to this commit, requiring erb/escape first and then requiring erb did not work as expected.
* [ruby/erb] Split erb.rb into files for each module under ERBTakashi Kokubun2022-11-243-0/+565
| | | | | | (https://github.com/ruby/erb/pull/36) https://github.com/ruby/erb/commit/f74833cc07
* [ruby/erb] Version 3.0.0 Takashi Kokubun2022-10-251-1/+1
|
* [ruby/erb] Version 2.2.3Takashi Kokubun2021-03-261-1/+1
| | | | https://github.com/ruby/erb/commit/03bc4a8274
* [ruby/erb] Version 2.2.2Takashi Kokubun2021-01-211-1/+1
| | | | https://github.com/ruby/erb/commit/3d84ea83bc
* [ruby/erb] Version 2.2.1Takashi Kokubun2021-01-211-2/+2
| | | | https://github.com/ruby/erb/commit/c8aa019c26
* [ruby/erb] Unify ERB version definitionsTakashi Kokubun2021-01-201-0/+5
https://github.com/ruby/erb/commit/5df06b8473