зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-09-04 02:05:52 +03:00
v0.15.0
Этот коммит содержится в:
@@ -1,5 +1,7 @@
|
||||
# Unreleased
|
||||
|
||||
# 0.15.0
|
||||
|
||||
- Add `:path` option to `telegram_webhook` route helper.
|
||||
- __Breaking change!__ Default route is generated using hashed bot token.
|
||||
Please reconfigure webhook after update (`rake telegram:bot:set_webhook`).
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
[](https://codeclimate.com/github/telegram-bot-rb/telegram-bot)
|
||||
[](https://travis-ci.org/telegram-bot-rb/telegram-bot)
|
||||
|
||||
__Breaking changes in v0.14!__ See [upgrade guide](https://github.com/telegram-bot-rb/telegram-bot/wiki/Upgrading-to-0.14).
|
||||
|
||||
Tools for developing Telegram bots. Best used with Rails, but can be used in
|
||||
[standalone app](https://github.com/telegram-bot-rb/telegram-bot/wiki/Not-rails-application).
|
||||
Supposed to be used in webhook-mode in production, and poller-mode
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module Telegram
|
||||
module Bot
|
||||
VERSION = '0.14.4'.freeze
|
||||
VERSION = '0.15.0'.freeze
|
||||
|
||||
def self.gem_version
|
||||
Gem::Version.new VERSION
|
||||
|
||||
@@ -17,9 +17,6 @@ Gem::Specification.new do |spec|
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.post_install_message = 'Breaking changes in v0.14! ' \
|
||||
'See upgrade guide at https://github.com/telegram-bot-rb/telegram-bot/wiki/Upgrading-to-0.14'
|
||||
|
||||
spec.required_ruby_version = '~> 2.0'
|
||||
|
||||
spec.add_dependency 'actionpack', '>= 4.0', '< 6.1'
|
||||
|
||||
Ссылка в новой задаче
Block a user