From 0fe1b0508249bc6d64a67c17307a0037f29add74 Mon Sep 17 00:00:00 2001 From: sonots Date: Tue, 20 Aug 2019 03:02:21 +0900 Subject: [ruby/logger] 1.4.0 https://github.com/ruby/logger/commit/8127ce0b56 --- lib/logger/logger.gemspec | 4 ++-- lib/logger/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/logger/logger.gemspec b/lib/logger/logger.gemspec index e5b926abc1..a964812bfd 100644 --- a/lib/logger/logger.gemspec +++ b/lib/logger/logger.gemspec @@ -7,8 +7,8 @@ end Gem::Specification.new do |spec| spec.name = "logger" spec.version = Logger::VERSION - spec.authors = ["SHIBATA Hiroshi"] - spec.email = ["hsbt@ruby-lang.org"] + spec.authors = ["Naotoshi Seo", "SHIBATA Hiroshi"] + spec.email = ["sonots@gmail.com", "hsbt@ruby-lang.org"] 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 af122736c3..65c7f6b3f3 100644 --- a/lib/logger/version.rb +++ b/lib/logger/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Logger - VERSION = "1.3.0" + VERSION = "1.4.0" end -- cgit v1.2.3