lib/roku_builder/controller.rb in roku_builder-3.9.0 vs lib/roku_builder/controller.rb in roku_builder-3.10.0

- old
+ new

@@ -159,12 +159,13 @@ # List of command options # @return [Array<Symbol>] List of command symbols that can be used in the options hash def self.commands [:sideload, :package, :test, :deeplink,:configure, :validate, :delete, - :navigate, :text, :build, :monitor, :update, :screencapture, :key, :screen, - :screens, :applist, :print, :profile, :dostage, :dounstage] + :navigate, :navigator, :text, :build, :monitor, :update, :screencapture, + :key, :screen, :screens, :applist, :print, :profile, :dostage, + :dounstage] end # List of depricated options # @return [Hash] Hash of depricated options and the warning message for each def self.depricated_options @@ -190,11 +191,11 @@ end # List of commands that require a device # @return [Array<Symbol>] List of commands that require a device def self.device_commands - [:sideload, :package, :test, :deeplink, :delete, :navigate, :text, - :monitor, :screencapture, :applist, :profile ] + [:sideload, :package, :test, :deeplink, :delete, :navigate, :navigator, + :text, :monitor, :screencapture, :applist, :profile ] end # Configure the gem # @param options [Hash] The options hash