зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-09-02 17:36:16 +03:00
10 строки
133 B
Ruby
10 строки
133 B
Ruby
module Telegram
|
|
module Bot
|
|
VERSION = '0.7.3'.freeze
|
|
|
|
def self.gem_version
|
|
Gem::Version.new VERSION
|
|
end
|
|
end
|
|
end
|