Commit d7b1a9c0 authored by Stephen Hayes's avatar Stephen Hayes

Updated for rubocop

parent 7620755b
......@@ -275,6 +275,3 @@ DEPENDENCIES
ruby-prof
webmock
xcodeproj!
BUNDLED WITH
1.12.5
......@@ -480,10 +480,10 @@ module Pod
pods_installed = root_specs.size
title_options = { :verbose_prefix => '-> '.green }
UI.titled_section('Pod installation complete! ' \
"There #{podfile_dependencies == 1 ? 'is' : 'are'} #{podfile_dependencies} " \
"#{'dependency'.pluralize(podfile_dependencies)} from the Podfile " \
"and #{pods_installed} total #{'pod'.pluralize(pods_installed)} installed.".green,
title_options)
"There #{podfile_dependencies == 1 ? 'is' : 'are'} #{podfile_dependencies} " \
"#{'dependency'.pluralize(podfile_dependencies)} from the Podfile " \
"and #{pods_installed} total #{'pod'.pluralize(pods_installed)} installed.".green,
title_options)
end
# Runs the registered callbacks for the plugins post install hooks.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment