# -*- encoding: utf-8 -*- # stub: embulk-output-elasticsearch5 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "embulk-output-elasticsearch5".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Muga Nishizawa".freeze] s.date = "2016-12-31" s.description = "Elasticsearch5 output plugin is an Embulk plugin that loads records to Elasticsearch read by any input plugins. Search the input plugins by \"embulk-input\" keyword.".freeze s.email = ["muga.nishizawa@gmail.com".freeze, "tristan.slominski@gmail.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "README.md".freeze, "build.gradle".freeze, "classpath/HdrHistogram-2.1.6.jar".freeze, "classpath/commons-codec-1.10.jar".freeze, "classpath/commons-logging-1.1.3.jar".freeze, "classpath/compiler-0.9.3.jar".freeze, "classpath/elasticsearch-5.1.1.jar".freeze, "classpath/embulk-output-elasticsearch5-0.1.3.jar".freeze, "classpath/hppc-0.7.1.jar".freeze, "classpath/httpasyncclient-4.1.2.jar".freeze, "classpath/httpclient-4.5.2.jar".freeze, "classpath/httpcore-4.4.5.jar".freeze, "classpath/httpcore-nio-4.4.5.jar".freeze, "classpath/jackson-core-2.8.1.jar".freeze, "classpath/jackson-dataformat-cbor-2.8.1.jar".freeze, "classpath/jackson-dataformat-smile-2.8.1.jar".freeze, "classpath/jackson-dataformat-yaml-2.8.1.jar".freeze, "classpath/jna-4.2.2.jar".freeze, "classpath/joda-time-2.9.5.jar".freeze, "classpath/jopt-simple-5.0.2.jar".freeze, "classpath/lang-mustache-client-5.1.1.jar".freeze, "classpath/lucene-analyzers-common-6.3.0.jar".freeze, "classpath/lucene-backward-codecs-6.3.0.jar".freeze, "classpath/lucene-core-6.3.0.jar".freeze, "classpath/lucene-grouping-6.3.0.jar".freeze, "classpath/lucene-highlighter-6.3.0.jar".freeze, "classpath/lucene-join-6.3.0.jar".freeze, "classpath/lucene-memory-6.3.0.jar".freeze, "classpath/lucene-misc-6.3.0.jar".freeze, "classpath/lucene-queries-6.3.0.jar".freeze, "classpath/lucene-queryparser-6.3.0.jar".freeze, "classpath/lucene-sandbox-6.3.0.jar".freeze, "classpath/lucene-spatial-6.3.0.jar".freeze, "classpath/lucene-spatial-extras-6.3.0.jar".freeze, "classpath/lucene-spatial3d-6.3.0.jar".freeze, "classpath/lucene-suggest-6.3.0.jar".freeze, "classpath/netty-3.10.6.Final.jar".freeze, "classpath/netty-codec-4.1.6.Final.jar".freeze, "classpath/netty-codec-http-4.1.6.Final.jar".freeze, "classpath/netty-handler-4.1.6.Final.jar".freeze, "classpath/netty-resolver-4.1.6.Final.jar".freeze, "classpath/netty-transport-4.1.6.Final.jar".freeze, "classpath/percolator-client-5.1.1.jar".freeze, "classpath/reindex-client-5.1.1.jar".freeze, "classpath/rest-5.1.1.jar".freeze, "classpath/securesm-1.1.jar".freeze, "classpath/snakeyaml-1.15.jar".freeze, "classpath/t-digest-3.0.jar".freeze, "classpath/transport-5.1.1.jar".freeze, "classpath/transport-netty3-client-5.1.1.jar".freeze, "classpath/transport-netty4-client-5.1.1.jar".freeze, "config/checkstyle/checkstyle.xml".freeze, "config/checkstyle/default.xml".freeze, "gradle/wrapper/gradle-wrapper.jar".freeze, "gradle/wrapper/gradle-wrapper.properties".freeze, "gradle/wrapper/wrapper/gradle-wrapper.jar".freeze, "gradle/wrapper/wrapper/gradle-wrapper.properties".freeze, "gradlew".freeze, "gradlew.bat".freeze, "lib/embulk/output/elasticsearch5.rb".freeze, "settings.gradle".freeze, "src/main/java/org/embulk/output/elasticsearch/ElasticsearchOutputPlugin.java".freeze, "src/test/java/org/embulk/output/elasticsearch/TestElasticsearchOutputPlugin.java".freeze, "src/test/resources/sample_01.csv".freeze] s.homepage = "https://github.com/tristanls/embulk-output-elasticsearch".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Elasticsearch5 output plugin for Embulk".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0.2".freeze]) end