8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6158e28 commit 0fe1b05Copy full SHA for 0fe1b05
lib/logger/logger.gemspec
@@ -7,8 +7,8 @@ end
7
Gem::Specification.new do |spec|
8
spec.name = "logger"
9
spec.version = Logger::VERSION
10
- spec.authors = ["SHIBATA Hiroshi"]
11
- spec.email = ["hsbt@ruby-lang.org"]
+ spec.authors = ["Naotoshi Seo", "SHIBATA Hiroshi"]
+ spec.email = ["sonots@gmail.com", "hsbt@ruby-lang.org"]
12
13
spec.summary = %q{Provides a simple logging utility for outputting messages.}
14
spec.description = %q{Provides a simple logging utility for outputting messages.}
lib/logger/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
class Logger
4
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
5
end
0 commit comments