lib/rubysmith/builders/git/commit.rb in rubysmith-1.1.1 vs lib/rubysmith/builders/git/commit.rb in rubysmith-1.2.0
- old
+ new
@@ -29,11 +29,11 @@
attr_reader :configuration, :builder
def body
<<~CONTENT
- Generated with [#{Identity::LABEL}]("https://www.alchemists.io/projects/rubysmith")
- #{Identity::VERSION}.
+ Generated with [Rubysmith](https://www.alchemists.io/projects/rubysmith)
+ 1.1.1.
CONTENT
end
def project_name = configuration.project_name
end