Skip to content

Commit

Permalink
[Rakefile] Don't expect CocoaPods Core
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Mar 21, 2013
1 parent 1ff773e commit 1089be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GIT

GIT
remote: git://github.com/CocoaPods/Core.git
revision: d722b0dd89002ebeb23bc090bdde73f9cb97f8ba
revision: 35bdbe1d45b6d09533770d634e2adc668472892c
specs:
cocoapods-core (0.17.0.rc6)
activesupport (~> 3.2.6)
Expand Down
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -307,7 +307,9 @@ end

module Pod
# Suppress the warnings because they make too much noise at this stage.
def CoreUI.warn(message)
module CoreUI
def self.warn(message)
end
end
end

Expand Down

0 comments on commit 1089be9

Please sign in to comment.