Sha256: 98113a71c36bed068afdfc99134e238fdbf7c297a6ad827a181d6b646e51ace7
Contents?: true
Size: 649 Bytes
Versions: 1
Compression:
Stored size: 649 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "telegram_bot/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tg-bot-0.0.2 | telegram_bot.gemspec |