lib/gym/options.rb in gym-1.8.0 vs lib/gym/options.rb in gym-1.9.0

- old
+ new

@@ -62,9 +62,10 @@ env_name: "GYM_OUTPUT_NAME", description: "The name of the resulting ipa file", optional: true, verify_block: proc do |value| value.gsub!(".ipa", "") + value.gsub!(File::SEPARATOR, "_") end), FastlaneCore::ConfigItem.new(key: :configuration, short_option: "-q", env_name: "GYM_CONFIGURATION", description: "The configuration to use when building the app. Defaults to 'Release'",