Sha256: fe1d95622dcb60c08f7498e661c5f3fc0bc706cf8cc94c23247dc0e438645718
Contents?: true
Size: 537 Bytes
Versions: 10
Compression:
Stored size: 537 Bytes
Contents
# frozen_string_literal: true CableReady.configure do |config| # Enable/disable exiting / warning when the sanity checks fail options: # `:exit` or `:warn` or `:ignore` # config.on_failed_sanity_checks = :exit # Enable/disable exiting / warning when there's a new CableReady release # `:exit` or `:warn` or `:ignore` # config.on_new_version_available = :ignore # Define your own custom operations # https://cableready.stimulusreflex.com/customization#custom-operations # config.add_operation_name :jazz_hands end
Version data entries
10 entries across 10 versions & 1 rubygems