lib/produce/service.rb in produce-1.2.0 vs lib/produce/service.rb in produce-1.2.1
- old
+ new
@@ -37,12 +37,9 @@
:wireless_conf, :icloud, :inter_app_audio, :passbook, :push_notification, :vpn_conf]
options.__hash__.select { |key, value| allowed_keys.include? key }
end
# rubocop:disable Metrics/PerceivedComplexity
- # rubocop:disable Metrics/MethodLength
- # rubocop:disable Metrics/CyclomaticComplexity
- # rubocop:disable Metrics/AbcSize
def update(on, app, options)
updated = valid_services_for(options).count
if options.app_group
UI.message("\tApp Groups")