* 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
This commit is contained in:
parent
03a4a200e8
commit
674725f1e8
@ -1,3 +1,8 @@
|
|||||||
|
Fri Apr 1 00:41:17 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/rubygems/test_gem_commands_environment_command.rb (test_execute):
|
||||||
|
version number may be two-digit.
|
||||||
|
|
||||||
Fri Apr 1 00:00:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
Fri Apr 1 00:00:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* version.h: bump to 2.1.10. welcome to two-digit version!
|
* version.h: bump to 2.1.10. welcome to two-digit version!
|
||||||
|
@ -22,7 +22,7 @@ class TestGemCommandsEnvironmentCommand < Gem::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
assert_match %r|RUBYGEMS VERSION: (\d\.)+\d|, @ui.output
|
assert_match %r|RUBYGEMS VERSION: (\d\.)+\d|, @ui.output
|
||||||
assert_match %r|RUBY VERSION: \d\.\d\.\d \(.*\) \[.*\]|, @ui.output
|
assert_match %r|RUBY VERSION: \d+\.\d+\.\d+ \(.*\) \[.*\]|, @ui.output
|
||||||
assert_match %r|INSTALLATION DIRECTORY: #{Regexp.escape @gemhome}|,
|
assert_match %r|INSTALLATION DIRECTORY: #{Regexp.escape @gemhome}|,
|
||||||
@ui.output
|
@ui.output
|
||||||
assert_match %r|RUBYGEMS PREFIX: |, @ui.output
|
assert_match %r|RUBYGEMS PREFIX: |, @ui.output
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define RUBY_VERSION "2.1.10"
|
#define RUBY_VERSION "2.1.10"
|
||||||
#define RUBY_RELEASE_DATE "2016-04-01"
|
#define RUBY_RELEASE_DATE "2016-04-01"
|
||||||
#define RUBY_PATCHLEVEL 491
|
#define RUBY_PATCHLEVEL 492
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2016
|
#define RUBY_RELEASE_YEAR 2016
|
||||||
#define RUBY_RELEASE_MONTH 4
|
#define RUBY_RELEASE_MONTH 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user