Sha256: b7216ca2921c1c872d6349346e3ae579759081f1c65c8fb041f5c6d7a29d2caa
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "embulk-output-utf8parquet" spec.version = "1.1.7" 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.7 | embulk-output-utf8parquet.gemspec |