Skip to content

Commit

Permalink
Update sorted_podspecs.rb
Browse files Browse the repository at this point in the history
Remove unneeded comments and methods
  • Loading branch information
Aleksandr Darovskikh committed Jun 14, 2023
1 parent 7bd0820 commit b66ac41
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions fastlane/actions/sorted_podspecs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ def self.description
end

def self.details
# Optional:
# this is your chance to provide a more detailed description of this action
'Parses podspec from a given list and topologically sorts them by dependency'
end

Expand All @@ -39,11 +37,10 @@ def self.available_options
end

def self.return_value
# If your method provides a return value, you can describe here what it does
'An original list of podspec filenames sorted by dependency'
end

def self.authors
# So no one will ever forget your contribution to fastlane :) You are awesome btw!
['adarovsky']
end

Expand Down Expand Up @@ -84,10 +81,6 @@ def dependencies
def name
@spec.name
end

def to_s
"#{@spec}: #{path}/#{@spec.name}.podspec"
end
end
end
end

0 comments on commit b66ac41

Please sign in to comment.