lib/pod/command/trunk/remove_owner.rb in cocoapods-trunk-1.0.0.rc.1 vs lib/pod/command/trunk/remove_owner.rb in cocoapods-trunk-1.0.0

- old
+ new

@@ -1,7 +1,9 @@ module Pod class Command class Trunk + # @CocoaPods 0.33.0 + # class RemoveOwner < Trunk self.summary = 'Remove an owner from a pod' self.description = <<-DESC Removes the user with specified `OWNER-EMAIL` from being an owner of the given `POD`.