Sha256: b18bdd36c2ae594644d577290909e3c7500a5fbb294bc4137b6df2e5884639d7
Contents?: true
Size: 943 Bytes
Versions: 1
Compression:
Stored size: 943 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "embulk-output-utf8parquet" spec.version = "1.1.10" spec.authors = ["Angelos Alexopoulos"] spec.summary = %[Parquet output plugin for Embulk with UTF8 support] spec.description = %[Parquet output plugin is an Embulk plugin that loads records to Parquet read by any input plugins. Search the input plugins by "embulk-input" keyword.] spec.email = ["alexopoulos7@gmail.com"] spec.licenses = ["MIT"] spec.homepage = "https://github.com/alexopoulos7/embulk-output-utf8parquet" 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_dependency 'YOUR_GEM_DEPENDENCY', ['~> YOUR_GEM_DEPENDENCY_VERSION'] 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-utf8parquet-1.1.10 | embulk-output-utf8parquet.gemspec |