1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-03 17:55:52 +03:00
because v0.1.0 exists on rubygems
Этот коммит содержится в:
Max Melentiev
2016-02-22 23:22:50 +06:00
родитель 37a63f7b23
Коммит 00a2e3ba8d
3 изменённых файлов: 25 добавлений и 1 удалений

Просмотреть файл

@@ -11,12 +11,15 @@ Gem::Specification.new do |spec|
spec.summary = 'Library for building Telegram Bots with Rails integration'
spec.homepage = 'https://github.com/printercu/telegram-bot'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '~> 2.0'
spec.add_dependency 'activesupport', '~> 4.0'
spec.add_dependency 'actionpack', '~> 4.0'
spec.add_dependency 'httpclient', '~> 2.7'