lib/roku_builder/controller.rb in roku_builder-3.10.7 vs lib/roku_builder/controller.rb in roku_builder-3.11.0
- old
+ new
@@ -160,11 +160,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, :navigator, :text, :build, :monitor, :update, :screencapture,
- :key, :screen, :screens, :applist, :print, :profile, :dostage,
+ :key, :genkey, :screen, :screens, :applist, :print, :profile, :dostage,
:dounstage]
end
# List of depricated options
# @return [Hash] Hash of depricated options and the warning message for each
@@ -192,10 +192,10 @@
# 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, :navigator,
- :text, :monitor, :screencapture, :applist, :profile ]
+ :text, :monitor, :screencapture, :applist, :profile, :key, :genkey ]
end
# Configure the gem
# @param options [Hash] The options hash