Skip to content

Commit 8d50582

Browse files
committed
Fix rails engine gemspac format
`spec.license` indendation is messed up. This PF fixes indentation.
1 parent 9340563 commit 8d50582

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)