Skip to content

Commit

Permalink
Remove warnings
Browse files Browse the repository at this point in the history
```
[!] The signature of CLAide#arguments has changed. Use CLAide::Argument (Pod::Command::Browse: `[["[NAME]", :optional]]`)
```
  • Loading branch information
dealforest committed Oct 27, 2014
1 parent 84bd8da commit b1f4471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cocoapods/browser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cocoapods
module Browser
VERSION = '0.1.4'
VERSION = '0.1.5'
end
end
2 changes: 1 addition & 1 deletion lib/pod/command/browse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Browse < Command
Opens the homepage of a pod in the browser.
DESC

self.arguments = [['[NAME]', :optional]]
self.arguments = [ CLAide::Argument.new(%w(NAME), true) ]

def self.options
[
Expand Down

0 comments on commit b1f4471

Please sign in to comment.