Skip to content

Commit b8f4796

Browse files
committed
merge revision(s) 49689,49752,49753: [Backport ruby#10953]
* common.mk: use ruby organization for rubyspec. * spec/default.mspec: remove specific version number. ruby/spec@7a909e9 * spec/default.mspec: use default configuration file name. ruby/spec@cc69f33 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@50053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent fb72edc commit b8f4796

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Sun Mar 22 12:39:17 2015 SHIBATA Hiroshi <[email protected]>
2+
3+
* spec/default.mspec: use default configuration file name.
4+
https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf
5+
6+
Sun Mar 22 12:39:17 2015 SHIBATA Hiroshi <[email protected]>
7+
8+
* spec/default.mspec: remove specific version number.
9+
https://github.com/ruby/rubyspec/commit/7a909e925c1baa9c700bd44af9241aef6e596714
10+
11+
Sun Mar 22 12:39:17 2015 SHIBATA Hiroshi <[email protected]>
12+
13+
* common.mk: use ruby organization for rubyspec.
14+
115
Thu Feb 26 15:48:41 2015 NAKAMURA Usaku <[email protected]>
216

317
* ext/win32/Win32API.rb (initialize): accept both a string and an array

common.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUBYLIB = $(PATH_SEPARATOR)
1717
RUBYOPT = -
1818
RUN_OPTS = --disable-gems
1919

20-
SPEC_GIT_BASE = git://github.com/nurse
20+
SPEC_GIT_BASE = git://github.com/ruby
2121
MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
2222
RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
2323

spec/default.mspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load File.dirname(__FILE__) + '/rubyspec/ruby.2.2.mspec'
1+
load File.dirname(__FILE__) + '/rubyspec/default.mspec'
22
class MSpecScript
33
builddir = Dir.pwd
44
srcdir = ENV['SRCDIR']

version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#define RUBY_VERSION "2.2.2"
2-
#define RUBY_RELEASE_DATE "2015-03-03"
3-
#define RUBY_PATCHLEVEL 86
2+
#define RUBY_RELEASE_DATE "2015-03-22"
3+
#define RUBY_PATCHLEVEL 87
44

55
#define RUBY_RELEASE_YEAR 2015
66
#define RUBY_RELEASE_MONTH 3
7-
#define RUBY_RELEASE_DAY 3
7+
#define RUBY_RELEASE_DAY 22
88

99
#include "ruby/version.h"
1010

0 commit comments

Comments
 (0)