fluent-plugin-twitter.gemspec in fluent-plugin-twitter-0.0.1 vs fluent-plugin-twitter.gemspec in fluent-plugin-twitter-0.1.1

- old
+ new

@@ -1,20 +1,22 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-twitter" - s.version = "0.0.1" + s.version = "0.1.1" s.authors = ["Kentaro Yoshida"] s.email = ["y.ken.studio@gmail.com"] s.homepage = "https://github.com/y-ken/fluent-plugin-twitter" - s.summary = %q{Fluentd Output filter plugin. You can create your own "Twitter Bot" with fluentd messaging system.} + s.summary = %q{Fluentd Input/Output plugin. You can create your own "Twitter Bot" with fluentd messaging system.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") 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 "fluentd" s.add_runtime_dependency "fluentd" + s.add_runtime_dependency "twitter" + s.add_runtime_dependency "tweetstream" end