lib/rubysmith/builders/git/commit.rb in rubysmith-5.3.0 vs lib/rubysmith/builders/git/commit.rb in rubysmith-5.4.0
- old
+ new
@@ -31,10 +31,10 @@
private
attr_reader :configuration, :builder
def body
- "Generated with [#{specification.label}](#{specification.homepage_url}) " \
+ "Generated with link:#{specification.homepage_url}[#{specification.label}] " \
"#{specification.version}."
end
def project_name = configuration.project_name
end