lib/sigh.rb in sigh-1.9.0 vs lib/sigh.rb in sigh-1.10.0

- old
+ new

@@ -11,9 +11,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["SIGH_TEAM_ID"] ENV['DELIVER_USER'] ||= ENV["SIGH_USERNAME"] end