README.md in mblox-0.5.3 vs README.md in mblox-0.6.0
- old
+ new
@@ -27,11 +27,13 @@
config.sender_id = ...
config.password = ...
config.partner_name = ...
config.tariff = ...
config.service_id = ...
+ end
- # You can also configure some logging options
+ # You can also configure some logging options via SmsValidation, a dependency of this gem. See https://github.com/betesh/sms_validation/blob/master/README.md for details
+ SmsValidation.configure do |config|
# In a Rails environment, config.logger will default to Rails.logger and config.log_at will default to :debug
# config.log_at means the level at which Mblox will log.
# For instance, if config.log_at == :debug, Mblox will log only if the logger's log level is :debug
# Note that if config.log_at == :debug and your logger's log level is :info,
# logging will be suppressed because it is below the log level of the logger.