lib/sigh.rb in sigh-1.0.0.beta6 vs lib/sigh.rb in sigh-1.0.0

- old
+ new

@@ -1,8 +1,10 @@ require 'sigh/version' -require 'sigh/dependency_checker' require 'sigh/resign' +require 'sigh/manager' +require 'sigh/options' + require 'fastlane_core' module Sigh # Use this to just setup the configuration attribute and set it later somewhere else class << self @@ -11,8 +13,6 @@ Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore ENV['FASTLANE_TEAM_ID'] ||= ENV["SIGH_TEAM_ID"] ENV['DELIVER_USER'] ||= ENV["SIGH_USERNAME"] - - DependencyChecker.check_dependencies end