# -*- encoding: utf-8 -*- # stub: fluent-plugin-twilio 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "fluent-plugin-twilio".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kentaro Yoshida".freeze] s.date = "2017-06-12" s.email = ["y.ken.studio@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "fluent-plugin-twilio.gemspec".freeze, "lib/fluent/plugin/out_twilio.rb".freeze, "test/helper.rb".freeze, "test/plugin/test_out_twilio.rb".freeze] s.homepage = "https://github.com/y-ken/fluent-plugin-twilio".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Fluentd Output plugin to make a phone call with Twilio VoIP API. Twiml supports text-to-speech with many languages ref. https://www.twilio.com/docs/api/twiml/say".freeze s.test_files = ["test/helper.rb".freeze, "test/plugin/test_out_twilio.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<test-unit>.freeze, [">= 3.1.0".freeze]) s.add_runtime_dependency(%q<fluentd>.freeze, [">= 0.14.15".freeze, "< 2".freeze]) s.add_runtime_dependency(%q<twilio-ruby>.freeze, [">= 0".freeze]) end