Sha256: 2e7b8b612a9fc711ea868c787053363e7cbf10c9cf8151a5be5b21b05baa2dec
Contents?: true
Size: 645 Bytes
Versions: 3
Compression:
Stored size: 645 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "telegram/version" Gem::Specification.new do |s| s.name = 'tg-bot' s.version = Telegram::Bot::VERSION s.platform = Gem::Platform::RUBY s.date = '2019-02-28' s.summary = "Test for telegram bot api!" s.description = "A simple telegram bot gem for Ruby on Rails." s.authors = ["Vense Chang"] s.email = 'vense1023@gmail.com' s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] s.homepage = 'https://github.com/VenseChang/telegram-bot-gem.git' s.license = 'MIT' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tg-bot-0.0.5 | telegram_bot.gemspec |
tg-bot-0.0.4 | telegram_bot.gemspec |
tg-bot-0.0.3 | telegram_bot.gemspec |