1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

merge revision(s) 56682: [Backport #12922]

default.mspec: end of options

	* spec/default.mspec (MSpecScript): add the end of options to
  runruby.rb, to fix failure at ruby/spec@a0e55db.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@56721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2016-11-11 16:04:52 +00:00
parent 4ed0c2c6ff
commit 1f32d9f495
2 changed files with 2 additions and 1 deletions

View file

@ -19,5 +19,6 @@ class MSpecScript
-I#{File.expand_path srcdir}
-I#{File.expand_path srcdir}/#{config['EXTOUT']}/common
#{File.expand_path srcdir}/tool/runruby.rb --archdir=#{Dir.pwd} --extout=#{config['EXTOUT']}
--
]
end

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.3.2"
#define RUBY_RELEASE_DATE "2016-11-12"
#define RUBY_PATCHLEVEL 210
#define RUBY_PATCHLEVEL 211
#define RUBY_RELEASE_YEAR 2016
#define RUBY_RELEASE_MONTH 11