fluent-plugin-twilio.gemspec in fluent-plugin-twilio-0.0.2 vs fluent-plugin-twilio.gemspec in fluent-plugin-twilio-0.0.3
- old
+ new
@@ -1,11 +1,11 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "fluent-plugin-twilio"
- s.version = "0.0.2"
+ s.version = "0.0.3"
s.authors = ["Kentaro Yoshida"]
s.email = ["y.ken.studio@gmail.com"]
s.homepage = "https://github.com/y-ken/fluent-plugin-twilio"
s.summary = %q{Fluentd Output plugin to make a call with Twilio VoIP API. Twiml supports text-to-speech with many languages ref. https://www.twilio.com/docs/api/twiml/say}
@@ -14,8 +14,9 @@
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
# specify any dependencies here; for example:
s.add_development_dependency "rake"
+ s.add_development_dependency "test-unit", ">= 3.1.0"
s.add_runtime_dependency "fluentd"
s.add_runtime_dependency "twilio-ruby"
end