lib/roku_builder/controller.rb in roku_builder-3.4.2 vs lib/roku_builder/controller.rb in roku_builder-3.4.3

- old
+ new

@@ -148,11 +148,11 @@ # 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, :screen, + :navigate, :text, :build, :monitor, :update, :screencapture, :key, :screen, :screens] end private_class_method :commands # List of source options @@ -163,10 +163,10 @@ private_class_method :sources # List of commands requiring a source option # @return [Array<Symbol>] List of command symbols that require a source in the options hash def self.source_commands - [:sideload, :package, :test, :build] + [:sideload, :package, :test, :build, :key] end private_class_method :source_commands # Configure the gem