mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update version for Ractor-safe extensions
This commit is contained in:
parent
61bd28b836
commit
5cf25c55a6
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "date"
|
||||
s.version = '3.0.1'
|
||||
s.version = '3.1.0'
|
||||
s.summary = "A subclass of Object includes Comparable module for handling dates."
|
||||
s.description = "A subclass of Object includes Comparable module for handling dates."
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ char *getenv();
|
|||
#endif
|
||||
char *getlogin();
|
||||
|
||||
#define RUBY_ETC_VERSION "1.1.0"
|
||||
#define RUBY_ETC_VERSION "1.2.0"
|
||||
|
||||
#ifdef HAVE_RB_DEPRECATE_CONSTANT
|
||||
void rb_deprecate_constant(VALUE mod, const char *name);
|
||||
|
|
Loading…
Reference in a new issue