ruby-changes:59136
From: sonots <ko1@a...>
Date: Mon, 9 Dec 2019 22:56:23 +0900 (JST)
Subject: [ruby-changes:59136] 0fe1b05082 (master): [ruby/logger] 1.4.0
https://git.ruby-lang.org/ruby.git/commit/?id=0fe1b05082 From 0fe1b0508249bc6d64a67c17307a0037f29add74 Mon Sep 17 00:00:00 2001 From: sonots <sonots@g...> Date: Tue, 20 Aug 2019 03:02:21 +0900 Subject: [ruby/logger] 1.4.0 https://github.com/ruby/logger/commit/8127ce0b56 diff --git a/lib/logger/logger.gemspec b/lib/logger/logger.gemspec index e5b926a..a964812 100644 --- a/lib/logger/logger.gemspec +++ b/lib/logger/logger.gemspec @@ -7,8 +7,8 @@ end https://github.com/ruby/ruby/blob/trunk/lib/logger/logger.gemspec#L7 Gem::Specification.new do |spec| spec.name = "logger" spec.version = Logger::VERSION - spec.authors = ["SHIBATA Hiroshi"] - spec.email = ["hsbt@r..."] + spec.authors = ["Naotoshi Seo", "SHIBATA Hiroshi"] + spec.email = ["sonots@g...", "hsbt@r..."] spec.summary = %q{Provides a simple logging utility for outputting messages.} spec.description = %q{Provides a simple logging utility for outputting messages.} diff --git a/lib/logger/version.rb b/lib/logger/version.rb index af12273..65c7f6b 100644 --- a/lib/logger/version.rb +++ b/lib/logger/version.rb @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/lib/logger/version.rb#L1 # frozen_string_literal: true class Logger - VERSION = "1.3.0" + VERSION = "1.4.0" end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/