mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Revert bump versions of default gems for extconf.rb changes.
This reverts commit 91263c7e523dd0345c35ac4b616676132aad09d1.
This commit is contained in:
parent
9a269b15f5
commit
83335453c2
@ -56,7 +56,7 @@ static VALUE sGroup;
|
||||
#endif
|
||||
RUBY_EXTERN char *getlogin(void);
|
||||
|
||||
#define RUBY_ETC_VERSION "1.4.3.1"
|
||||
#define RUBY_ETC_VERSION "1.4.3"
|
||||
|
||||
#ifdef HAVE_RB_DEPRECATE_CONSTANT
|
||||
void rb_deprecate_constant(VALUE mod, const char *name);
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# -*- ruby -*-
|
||||
_VERSION = "0.7.1.1"
|
||||
_VERSION = "0.7.1"
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "io-console"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "io-nonblock"
|
||||
spec.version = "0.3.0.1"
|
||||
spec.version = "0.3.0"
|
||||
spec.authors = ["Nobu Nakada"]
|
||||
spec.email = ["nobu@ruby-lang.org"]
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
_VERSION = "0.3.1.1"
|
||||
_VERSION = "0.3.1"
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "io-wait"
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||
#define RUBY_VERSION_TEENY 8
|
||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||
#define RUBY_PATCHLEVEL 167
|
||||
#define RUBY_PATCHLEVEL 168
|
||||
|
||||
#include "ruby/version.h"
|
||||
#include "ruby/internal/abi.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user