mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
6158e28f8d
commit
0fe1b05082
2 changed files with 3 additions and 3 deletions
|
@ -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.}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Logger
|
||||
VERSION = "1.3.0"
|
||||
VERSION = "1.4.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue