Sha256: 8167c6a2b51d6a58d8005479363714073acf2931f5a02b36b1213fe3af0ba212
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "tgbot/version" Gem::Specification.new do |spec| spec.name = "tgbot" spec.version = Tgbot::VERSION spec.authors = ["hyrious"] spec.email = ["hyrious@outlook.com"] spec.summary = 'Telegram Bot API' spec.description = 'Telegram Bot API Wrapper' spec.homepage = 'https://github.com/hyrious/tgbot' spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" spec.add_dependency 'faraday', '~> 0.13.1' spec.add_dependency 'mimemagic', '~> 0.3.2' spec.required_ruby_version = '~> 2.4.0' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tgbot-0.1.5 | tgbot.gemspec |
tgbot-0.1.4 | tgbot.gemspec |
tgbot-0.1.3 | tgbot.gemspec |
tgbot-0.1.2 | tgbot.gemspec |