Commit 52f34a0d authored by arida's avatar arida

Merge commit 'eef5ab33'

parents 8f12b207 eef5ab33
...@@ -80,7 +80,7 @@ module Pod ...@@ -80,7 +80,7 @@ module Pod
# #
attr_accessor :update attr_accessor :update
# @return [Bool] Whether the spec repos should be updated. # @return [Boolean] Whether the spec repos should be updated.
# #
attr_accessor :repo_update attr_accessor :repo_update
alias_method :repo_update?, :repo_update alias_method :repo_update?, :repo_update
...@@ -632,7 +632,7 @@ module Pod ...@@ -632,7 +632,7 @@ module Pod
# #
# @raise Raises an informative if the hooks raises. # @raise Raises an informative if the hooks raises.
# #
# @return [Bool] Whether the hook was run. # @return [Boolean] Whether the hook was run.
# #
def run_podfile_pre_install_hook def run_podfile_pre_install_hook
podfile.pre_install!(self) podfile.pre_install!(self)
...@@ -660,7 +660,7 @@ module Pod ...@@ -660,7 +660,7 @@ module Pod
# #
# @raise Raises an informative if the hooks raises. # @raise Raises an informative if the hooks raises.
# #
# @return [Bool] Whether the hook was run. # @return [Boolean] Whether the hook was run.
# #
def run_podfile_post_install_hook def run_podfile_post_install_hook
podfile.post_install!(self) podfile.post_install!(self)
......
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