Sha256: f56ce298db3ac8eb8744f283081571467e3ee0d72e71949c24b92a3e60c716ea
Contents?: true
Size: 326 Bytes
Versions: 19
Compression:
Stored size: 326 Bytes
Contents
# -*- encoding : utf-8 -*- Recaptcha.configure do |config| config.public_key = Cardio.config.recaptcha_public_key || nil config.private_key = Cardio.config.recaptcha_private_key || nil config.proxy = Cardio.config.recaptcha_proxy || nil config.api_version = 'v1' if config.respond_to?(:api_version=) end
Version data entries
19 entries across 19 versions & 1 rubygems