8000 [ruby/logger] 1.4.0 · github/ruby@0fe1b05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fe1b05

Browse files
sonotshsbt
authored andcommitted
[ruby/logger] 1.4.0
ruby/logger@8127ce0b56
1 parent 6158e28 commit 0fe1b05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/logger/logger.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ end
77
Gem::Specification.new do |spec|
88
spec.name = "logger"
99
spec.version = Logger::VERSION
10-
spec.authors = ["SHIBATA Hiroshi"]
11-
spec.email = ["hsbt@ruby-lang.org"]
10+
spec.authors = ["Naotoshi Seo", "SHIBATA Hiroshi"]
11+
spec.email = ["sonots@gmail.com", "hsbt@ruby-lang.org"]
1212

1313
spec.summary = %q{Provides a simple logging utility for outputting messages.}
1414
spec.description = %q{Provides a simple logging utility for outputting messages.}

lib/logger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Logger
4-
VERSION = "1.3.0"
4+
VERSION = "1.4.0"
55
end

0 commit comments

Comments
 (0)
0