File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ Fri Apr 1 00:41:17 2016 NAKAMURA Usaku <usa@ruby-lang.org>
2
+
3
+ * test/rubygems/test_gem_commands_environment_command.rb (test_execute):
4
+ version number may be two-digit.
5
+
1
6
Fri Apr 1 00:00:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
2
7
3
8
* version.h: bump to 2.1.10. welcome to two-digit version!
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def test_execute
22
22
end
23
23
24
24
assert_match %r|RUBYGEMS VERSION: (\d \. )+\d | , @ui . output
25
- assert_match %r|RUBY VERSION: \d \. \d \. \d \( .*\) \[ .*\] | , @ui . output
25
+ assert_match %r|RUBY VERSION: \d + \. \d + \. \d + \( .*\) \[ .*\] | , @ui . output
26
26
assert_match %r|INSTALLATION DIRECTORY: #{ Regexp . escape @gemhome } | ,
27
27
@ui . output
28
28
assert_match %r|RUBYGEMS PREFIX: | , @ui . output
Original file line number Diff line number Diff line change 1
1
#define RUBY_VERSION "2.1.10"
2
2
#define RUBY_RELEASE_DATE "2016-04-01"
3
- #define RUBY_PATCHLEVEL 491
3
+ #define RUBY_PATCHLEVEL 492
4
4
5
5
#define RUBY_RELEASE_YEAR 2016
6
6
#define RUBY_RELEASE_MONTH 4
You can’t perform that action at this time.
0 commit comments