зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
10 строки
134 B
Ruby
10 строки
134 B
Ruby
module Telegram
|
|
module Bot
|
|
VERSION = '0.15.7'.freeze
|
|
|
|
def self.gem_version
|
|
Gem::Version.new VERSION
|
|
end
|
|
end
|
|
end
|