summaryrefslogtreecommitdiff
path: root/lib/erb.gemspec
AgeCommit message (Collapse)Author
2022-11-04[ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun
https://github.com/ruby/erb/commit/ac9b219fa9
2022-11-03[ruby/erb] Fix CI for JRubyTakashi Kokubun
https://github.com/ruby/erb/commit/df642335b7
2022-10-25[ruby/erb] url_encode: use CGI.escapeURIComponentJean Boussier
(https://github.com/ruby/erb/pull/23) Ref: https://github.com/ruby/cgi/pull/26 This native implementation is much faster and available in `cgi 0.3.3`. https://github.com/ruby/erb/commit/2d90e9b010
2021-03-26[ruby/erb] Clarify supported ruby versions in gemspecKenichi Kamiya
https://github.com/ruby/erb/commit/b40db4114a
2021-01-20Fix the relative path for Ruby coreTakashi Kokubun
2021-01-20[ruby/erb] Unify ERB version definitionsTakashi Kokubun
https://github.com/ruby/erb/commit/5df06b8473
2021-01-20[ruby/erb] Make styles consistent throught the projectTakashi Kokubun
https://github.com/ruby/erb/commit/c68c9470b0
2020-12-02Added dependencies for erbHiroshi SHIBATA
2020-09-14[ruby/erb] Use libexec same as ruby core repositoryHiroshi SHIBATA
https://github.com/ruby/erb/commit/660255cf24
2020-08-25Specify the executable of erbHiroshi SHIBATA
2020-08-21Promote erb to default gemsHiroshi SHIBATA