lib/telegram/bot.rb in telegram-bot-0.13.1 vs lib/telegram/bot.rb in telegram-bot-0.14.0
- old
+ new
@@ -12,13 +12,13 @@
# Raised for valid telegram response with 404 status code.
class NotFound < Error; end
module_function
- def deprecation_0_14
+ def deprecation_0_15
@deprecation ||= begin
require 'active_support/deprecation'
- ActiveSupport::Deprecation.new('0.14', 'Telegram::Bot')
+ ActiveSupport::Deprecation.new('0.15', 'Telegram::Bot')
end
end
autoload :Async, 'telegram/bot/async'
autoload :Botan, 'telegram/bot/botan'