screengrab/lib/screengrab/module.rb in fastlane-2.135.2 vs screengrab/lib/screengrab/module.rb in fastlane-2.136.0

- old
+ new

@@ -1,6 +1,7 @@ require 'fastlane_core/helper' +require 'fastlane/boolean' require_relative 'detect_values' module Screengrab # Use this to just setup the configuration attribute and set it later somewhere else class << self @@ -17,8 +18,9 @@ end end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI + Boolean = Fastlane::Boolean ROOT = Pathname.new(File.expand_path('../../..', __FILE__)) DESCRIPTION = "Automated localized screenshots of your Android app on every device".freeze end