fastlane/lib/fastlane/actions/ruby_version.rb in fastlane-2.73.0.beta.20180104010004 vs fastlane/lib/fastlane/actions/ruby_version.rb in fastlane-2.73.0.beta.20180105010003

- old
+ new

@@ -18,10 +18,10 @@ UI.message("Your ruby version #{RUBY_VERSION} matches the minimum requirement of #{defined_version} ✅") end def self.step_text - "Verifying required ruby version" + "Verifying Ruby version" end def self.author "sebastianvarela" end