Skip to content

Commit ebc9d4c

Browse files
committed
Bump version to 1.2.7.1.
1 parent 5d9c5e7 commit ebc9d4c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

lib/logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176

177177
class Logger
178-
VERSION = "1.2.7"
178+
VERSION = "1.2.7.1"
179179
id, name, rev = %w$Id$
180180
if name
181181
name = name.chomp(",v")

logger.gemspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Gem::Specification.new do |spec|
2+
spec.name = "logger"
3+
spec.version = "1.2.7.1"
4+
spec.authors = ["NAKAMURA, Hiroshi", "SHIBATA Hiroshi"]
5+
6+
7+
spec.summary = %q{Provides a simple logging utility for outputting messages.}
8+
spec.description = %q{Provides a simple logging utility for outputting messages.}
9+
spec.homepage = "https://github.com/ruby/logger"
10+
spec.license = "BSD-2-Clause"
11+
12+
spec.files = ["lib/logger.rb", "test/logger/test_logger.rb"]
13+
spec.require_paths = ["lib"]
14+
end

0 commit comments

Comments
 (0)