Skip to content

Commit 674725f

Browse files
committed
* test/rubygems/test_gem_commands_environment_command.rb (test_execute):
version number may be two-digit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@54462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 03a4a20 commit 674725f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
Fri Apr 1 00:00:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
27

38
* version.h: bump to 2.1.10. welcome to two-digit version!

test/rubygems/test_gem_commands_environment_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_execute
2222
end
2323

2424
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
2626
assert_match %r|INSTALLATION DIRECTORY: #{Regexp.escape @gemhome}|,
2727
@ui.output
2828
assert_match %r|RUBYGEMS PREFIX: |, @ui.output

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.10"
22
#define RUBY_RELEASE_DATE "2016-04-01"
3-
#define RUBY_PATCHLEVEL 491
3+
#define RUBY_PATCHLEVEL 492
44

55
#define RUBY_RELEASE_YEAR 2016
66
#define RUBY_RELEASE_MONTH 4

0 commit comments

Comments
 (0)