lib/pod/command/plugins/list.rb in cocoapods-plugins-0.3.1 vs lib/pod/command/plugins/list.rb in cocoapods-plugins-0.3.2
- old
+ new
@@ -8,10 +8,10 @@
#
class List < Plugins
self.summary = 'List all known plugins'
self.description = <<-DESC
List all known plugins (according to the list
- hosted on github.com/CocoaPods/cocoapods.org)
+ hosted on github.com/CocoaPods/cocoapods-plugins)
DESC
def self.options
super.reject { |option, _| option == '--silent' }
end