lib/cocoapods-jxedt/command/binary/command/clean.rb in cocoapods-jxedt-0.0.13 vs lib/cocoapods-jxedt/command/binary/command/clean.rb in cocoapods-jxedt-0.0.14

- old
+ new

@@ -1,9 +1,9 @@ module Pod class Command class JxedtCommand < Command - class Clean < JxedtCommand - class Fecth < Binary + class Binary < JxedtCommand + class Clean < Binary self.summary = 'clean cache repo.' self.description = <<-DESC clean cache repo. DESC self.command = 'clean' \ No newline at end of file