mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
merge revision(s) 63048: [Backport #14654]
Resurvey performance of RDoc by frozen_string_literal: true [Bug #14654] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@63049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ba6862f77
commit
4b1fbbe92a
2 changed files with 4 additions and 4 deletions
2
NEWS
2
NEWS
|
@ -421,7 +421,7 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
* It also facilitates supporting new syntax in the future.
|
||||
* Support many new syntaxes of Ruby from the past few years.
|
||||
* Use "frozen_string_literal: true".
|
||||
This reduces document generation time by 5%.
|
||||
Performance survey: https://gist.github.com/aycabta/abdfaa75ea8a6877eeb734e942e73800
|
||||
* Support did_you_mean.
|
||||
|
||||
* Rubygems
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#define RUBY_VERSION "2.5.1"
|
||||
#define RUBY_RELEASE_DATE "2018-03-29"
|
||||
#define RUBY_PATCHLEVEL 58
|
||||
#define RUBY_RELEASE_DATE "2018-03-31"
|
||||
#define RUBY_PATCHLEVEL 59
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2018
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
#define RUBY_RELEASE_DAY 29
|
||||
#define RUBY_RELEASE_DAY 31
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue