Skip to content

Commit 9d8cbdd

Browse files
committed
Fix file generation
1 parent a75a31a commit 9d8cbdd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

fluent-logger.gemspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Gem::Specification.new do |gem|
77
File.open(version_file, "w") {|f|
88
f.write <<EOF
99
module Fluent
10-
module Logger
11-
12-
VERSION = '#{version}'
13-
14-
end
10+
module Logger
11+
VERSION = '#{version}'
12+
end
1513
end
1614
EOF
1715
}

0 commit comments

Comments
 (0)