Commit d7b1a9c0 authored by Stephen Hayes's avatar Stephen Hayes

Updated for rubocop

parent 7620755b
...@@ -275,6 +275,3 @@ DEPENDENCIES ...@@ -275,6 +275,3 @@ DEPENDENCIES
ruby-prof ruby-prof
webmock webmock
xcodeproj! xcodeproj!
BUNDLED WITH
1.12.5
...@@ -480,10 +480,10 @@ module Pod ...@@ -480,10 +480,10 @@ module Pod
pods_installed = root_specs.size pods_installed = root_specs.size
title_options = { :verbose_prefix => '-> '.green } title_options = { :verbose_prefix => '-> '.green }
UI.titled_section('Pod installation complete! ' \ UI.titled_section('Pod installation complete! ' \
"There #{podfile_dependencies == 1 ? 'is' : 'are'} #{podfile_dependencies} " \ "There #{podfile_dependencies == 1 ? 'is' : 'are'} #{podfile_dependencies} " \
"#{'dependency'.pluralize(podfile_dependencies)} from the Podfile " \ "#{'dependency'.pluralize(podfile_dependencies)} from the Podfile " \
"and #{pods_installed} total #{'pod'.pluralize(pods_installed)} installed.".green, "and #{pods_installed} total #{'pod'.pluralize(pods_installed)} installed.".green,
title_options) title_options)
end end
# Runs the registered callbacks for the plugins post install hooks. # 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