lib/pod/command/plugins_helper.rb in cocoapods-plugins-0.3.2 vs lib/pod/command/plugins_helper.rb in cocoapods-plugins-0.4.0

- old
+ new

@@ -18,10 +18,9 @@ # # @return [Hash] The hash representing the JSON with all known plugins # def self.download_json UI.puts 'Downloading Plugins list...' - puts PLUGINS_RAW_URL response = REST.get(PLUGINS_RAW_URL) if response.ok? parse_json(response.body) else raise Informative, 'Could not download plugins list ' \