ruby-changes:64506
From: Hiroshi <ko1@a...>
Date: Wed, 23 Dec 2020 14:04:18 +0900 (JST)
Subject: [ruby-changes:64506] 5cf25c55a6 (master): Update version for Ractor-safe extensions
https://git.ruby-lang.org/ruby.git/commit/?id=5cf25c55a6 From 5cf25c55a69264138179f7c955d149a154b50458 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 23 Dec 2020 14:03:54 +0900 Subject: Update version for Ractor-safe extensions diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec index a5accd2..4428275 100644 --- a/ext/date/date.gemspec +++ b/ext/date/date.gemspec @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/date/date.gemspec#L1 # 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." diff --git a/ext/etc/etc.c b/ext/etc/etc.c index ab9de97..8318cd9 100644 --- a/ext/etc/etc.c +++ b/ext/etc/etc.c @@ -52,7 +52,7 @@ char *getenv(); https://github.com/ruby/ruby/blob/trunk/ext/etc/etc.c#L52 #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); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/