summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/logger/logger.gemspec4
-rw-r--r--lib/logger/version.rb2
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