fastlane/lib/fastlane/actions/pod_push.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/pod_push.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -50,13 +50,9 @@ def self.description "Push a Podspec to Trunk or a private repository" end - def self.details - "" - end - def self.available_options [ FastlaneCore::ConfigItem.new(key: :use_bundle_exec, description: "Use bundle exec when there is a Gemfile presented", is_string: false,