lib/gemsmith/builders/git/commit.rb in gemsmith-19.0.0 vs lib/gemsmith/builders/git/commit.rb in gemsmith-19.1.0
- old
+ new
@@ -32,13 +32,11 @@
private
attr_reader :configuration, :builder
def body
- <<~CONTENT
- Generated with [#{specification.label}](#{specification.homepage_url})
- #{specification.version}.
- CONTENT
+ "Generated with [#{specification.label}](#{specification.homepage_url}) " \
+ "#{specification.version}."
end
def project_name = configuration.project_name
end
end