fastlane/lib/fastlane/actions/version_get_podspec.rb in fastlane-2.127.0.beta.20190625200058 vs fastlane/lib/fastlane/actions/version_get_podspec.rb in fastlane-2.127.0.beta.20190627200058
- old
+ new
@@ -1,6 +1,10 @@
module Fastlane
module Actions
+ module SharedValues
+ PODSPEC_VERSION_NUMBER ||= :PODSPEC_VERSION_NUMBER # originally defined in VersionBumpPodspecAction
+ end
+
class VersionGetPodspecAction < Action
def self.run(params)
podspec_path = params[:path]
UI.user_error!("Could not find podspec file at path '#{podspec_path}'") unless File.exist?(podspec_path)