lib/produce.rb in produce-1.1.0 vs lib/produce.rb in produce-1.1.1

- old
+ new

@@ -12,9 +12,10 @@ class << self attr_accessor :config end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore + UI = FastlaneCore::UI ENV['FASTLANE_TEAM_ID'] ||= ENV["PRODUCE_TEAM_ID"] ENV['DELIVER_USER'] ||= ENV["PRODUCE_USERNAME"] end