lib/roku_builder/controller.rb in roku_builder-3.7.3 vs lib/roku_builder/controller.rb in roku_builder-3.8.0
- old
+ new
@@ -164,11 +164,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, :key, :screen,
- :screens, :applist, :print, :dostage, :dounstage]
+ :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
@@ -195,10 +195,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, :text,
- :monitor, :screencapture, :applist, :print ]
+ :monitor, :screencapture, :applist, :print, :profile ]
end
# Configure the gem
# @param options [Hash] The options hash