Sha256: 2915ff2822eb462b312698057aa205a7548fda1355ff5345aba397f67c6239aa

Contents?: true

Size: 1023 Bytes

Versions: 18

Compression:

Stored size: 1023 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'telegram/bot/version'

Gem::Specification.new do |spec|
  spec.name          = 'telegram-bot-ruby'
  spec.version       = Telegram::Bot::VERSION
  spec.authors       = ['Alexander Tipugin']
  spec.email         = ['atipugin@gmail.com']

  spec.summary       = "Ruby wrapper for Telegram's Bot API"
  spec.homepage      = 'https://github.com/atipugin/telegram-bot'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_dependency 'httmultiparty'
  spec.add_dependency 'persistent_httparty'
  spec.add_dependency 'virtus'

  spec.add_development_dependency 'bundler', '~> 1.9'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'pry'
  spec.add_development_dependency 'rubocop'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.4.1 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.4.0 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.11 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.10 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.9 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.8 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.7 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.6 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.5 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.4 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.3 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.2 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.1 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.3.0 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.2.6 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.2.5 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.2.4 telegram-bot-ruby.gemspec
telegram-bot-ruby-0.2.3 telegram-bot-ruby.gemspec