Skip to content

Commit 846a19c

Browse files
committed
Fix gem summary and description
1 parent 6601e17 commit 846a19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

red-flatbuffers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929

3030
readme = File.read("README.md")
3131
readme.force_encoding("UTF-8")
32-
entries = readme.split(/^\#\#\s(.*)$/)
32+
entries = readme.split(/^\#+\s(.*)$/)
3333
description = clean_white_space.call(entries[2])
3434
spec.summary, spec.description, = description.split(/\n\n+/, 3)
3535
spec.license = "Apache-2.0"

0 commit comments

Comments
 (0)