Skip to content

Commit 87bfded

Browse files
Merge pull request rails#46640 from dixpac/dix/fix_identation_on_engine_gemfile
Fix indentation inside the rails engine gemspec
2 parents 9340563 + 8d50582 commit 87bfded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

railties/lib/rails/generators/rails/plugin/templates/%name%.gemspec.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
88
spec.homepage = "TODO"
99
spec.summary = "TODO: Summary of <%= camelized_modules %>."
1010
spec.description = "TODO: Description of <%= camelized_modules %>."
11-
<% unless inside_application? -%>
11+
<%- unless inside_application? -%>
1212
spec.license = "MIT"
13-
<% end -%>
13+
<%- end -%>
1414

1515
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
1616
# to allow pushing to a single host or delete this section to allow pushing to any host.

0 commit comments

Comments
 (0)