lib/produce.rb in produce-1.2.0 vs lib/produce.rb in produce-1.2.1
- old
+ new
@@ -13,9 +13,10 @@
attr_accessor :config
end
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
UI = FastlaneCore::UI
+ ROOT = Pathname.new(File.expand_path('../..', __FILE__))
ENV['FASTLANE_TEAM_ID'] ||= ENV["PRODUCE_TEAM_ID"]
ENV['DELIVER_USER'] ||= ENV["PRODUCE_USERNAME"]
end