1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/logger] 1.4.0

https://github.com/ruby/logger/commit/8127ce0b56
This commit is contained in:
sonots 2019-08-20 03:02:21 +09:00 committed by Hiroshi SHIBATA
parent 6158e28f8d
commit 0fe1b05082
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 3 additions and 3 deletions

View file

@ -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.}

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
class Logger
VERSION = "1.3.0"
VERSION = "1.4.0"
end