Skip to content

Commit 9b0f9f8

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Reword MIT explanation to make sense after reordering
Previous wording assumed explanation was displayed after the question, not before. ruby/rubygems@04eb3430ba
1 parent e9cd306 commit 9b0f9f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/bundler/cli/gem.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ def run
162162
end
163163

164164
if ask_and_set(:mit, "Do you want to license your code permissively under the MIT license?",
165-
"This means that any other developer or company will be legally allowed to use your code " \
166-
"for free as long as they admit you created it. You can read more about the MIT license " \
167-
"at https://choosealicense.com/licenses/mit.")
165+
"Using a MIT license means that any other developer or company will be legally allowed " \
166+
"to use your code for free as long as they admit you created it. You can read more about " \
167+
"the MIT license at https://choosealicense.com/licenses/mit.")
168168
config[:mit] = true
169169
Bundler.ui.info "MIT License enabled in config"
170170
templates.merge!("LICENSE.txt.tt" => "LICENSE.txt")

0 commit comments

Comments
 (0)