We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9340563 commit 8d50582Copy full SHA for 8d50582
railties/lib/rails/generators/rails/plugin/templates/%name%.gemspec.tt
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
spec.homepage = "TODO"
9
spec.summary = "TODO: Summary of <%= camelized_modules %>."
10
spec.description = "TODO: Description of <%= camelized_modules %>."
11
- <% unless inside_application? -%>
+ <%- unless inside_application? -%>
12
spec.license = "MIT"
13
- <% end -%>
+ <%- end -%>
14
15
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
16
# to allow pushing to a single host or delete this section to allow pushing to any host.
0 commit comments