Sha256: c5f8885383c52dfc720f1afeee1d1466141e858c3ac9c28835ca3f05998cf95e
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "embulk-output-td" spec.version = "0.1.1" spec.authors = ["Muga Nishizawa"] spec.summary = %[TreasureData output plugin for Embulk] spec.description = %[TreasureData output plugin is an Embulk plugin that loads records to TreasureData read by any input plugins. Search the input plugins by 'embulk-output' keyword.] spec.email = ["muga.nishizawa@gmail.com"] spec.licenses = ["Apache 2.0"] spec.homepage = "https://github.com/treasure-data/embulk-output-td" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"] spec.test_files = spec.files.grep(%r"^(test|spec)/") spec.require_paths = ["lib"] spec.add_development_dependency 'bundler', ['~> 1.0'] spec.add_development_dependency 'rake', ['>= 10.0'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-td-0.1.1 | embulk-output-td.gemspec |