# -*- encoding: utf-8 -*- # stub: iostreams 0.20.3 ruby lib Gem::Specification.new do |s| s.name = "iostreams".freeze s.version = "0.20.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 = ["Reid Morrison".freeze] s.date = "2019-09-17" s.email = ["reidmo@gmail.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/io_streams/base_path.rb".freeze, "lib/io_streams/bzip2/reader.rb".freeze, "lib/io_streams/bzip2/writer.rb".freeze, "lib/io_streams/encode/reader.rb".freeze, "lib/io_streams/encode/writer.rb".freeze, "lib/io_streams/errors.rb".freeze, "lib/io_streams/file/path.rb".freeze, "lib/io_streams/file/reader.rb".freeze, "lib/io_streams/file/writer.rb".freeze, "lib/io_streams/gzip/reader.rb".freeze, "lib/io_streams/gzip/writer.rb".freeze, "lib/io_streams/http/reader.rb".freeze, "lib/io_streams/io_streams.rb".freeze, "lib/io_streams/line/reader.rb".freeze, "lib/io_streams/line/writer.rb".freeze, "lib/io_streams/pgp.rb".freeze, "lib/io_streams/pgp/reader.rb".freeze, "lib/io_streams/pgp/writer.rb".freeze, "lib/io_streams/record/reader.rb".freeze, "lib/io_streams/record/writer.rb".freeze, "lib/io_streams/row/reader.rb".freeze, "lib/io_streams/row/writer.rb".freeze, "lib/io_streams/s3.rb".freeze, "lib/io_streams/s3/path.rb".freeze, "lib/io_streams/s3/reader.rb".freeze, "lib/io_streams/s3/writer.rb".freeze, "lib/io_streams/sftp/reader.rb".freeze, "lib/io_streams/sftp/writer.rb".freeze, "lib/io_streams/symmetric_encryption/reader.rb".freeze, "lib/io_streams/symmetric_encryption/writer.rb".freeze, "lib/io_streams/tabular.rb".freeze, "lib/io_streams/tabular/header.rb".freeze, "lib/io_streams/tabular/parser/array.rb".freeze, "lib/io_streams/tabular/parser/base.rb".freeze, "lib/io_streams/tabular/parser/csv.rb".freeze, "lib/io_streams/tabular/parser/fixed.rb".freeze, "lib/io_streams/tabular/parser/hash.rb".freeze, "lib/io_streams/tabular/parser/json.rb".freeze, "lib/io_streams/tabular/parser/psv.rb".freeze, "lib/io_streams/tabular/utility/csv_row.rb".freeze, "lib/io_streams/utils.rb".freeze, "lib/io_streams/version.rb".freeze, "lib/io_streams/xlsx/reader.rb".freeze, "lib/io_streams/zip/reader.rb".freeze, "lib/io_streams/zip/writer.rb".freeze, "lib/iostreams.rb".freeze, "test/base_path_test.rb".freeze, "test/bzip2_reader_test.rb".freeze, "test/bzip2_writer_test.rb".freeze, "test/encode_reader_test.rb".freeze, "test/encode_writer_test.rb".freeze, "test/file_path_test.rb".freeze, "test/file_reader_test.rb".freeze, "test/file_writer_test.rb".freeze, "test/files/embedded_lines_test.csv".freeze, "test/files/multiple_files.zip".freeze, "test/files/spreadsheet.xlsx".freeze, "test/files/test.csv".freeze, "test/files/test.json".freeze, "test/files/text.txt".freeze, "test/files/text.txt.bz2".freeze, "test/files/text.txt.gz".freeze, "test/files/text.txt.gz.zip".freeze, "test/files/text.zip".freeze, "test/files/text.zip.gz".freeze, "test/files/unclosed_quote_test.csv".freeze, "test/gzip_reader_test.rb".freeze, "test/gzip_writer_test.rb".freeze, "test/http_reader_test.rb".freeze, "test/io_streams_test.rb".freeze, "test/line_reader_test.rb".freeze, "test/line_writer_test.rb".freeze, "test/minimal_file_reader.rb".freeze, "test/path_test.rb".freeze, "test/pgp_reader_test.rb".freeze, "test/pgp_test.rb".freeze, "test/pgp_writer_test.rb".freeze, "test/record_reader_test.rb".freeze, "test/record_writer_test.rb".freeze, "test/row_reader_test.rb".freeze, "test/row_writer_test.rb".freeze, "test/s3_reader_test.rb".freeze, "test/s3_writer_test.rb".freeze, "test/tabular_test.rb".freeze, "test/test_helper.rb".freeze, "test/xlsx_reader_test.rb".freeze, "test/zip_reader_test.rb".freeze, "test/zip_writer_test.rb".freeze] s.homepage = "https://github.com/rocketjob/iostreams".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Input and Output streaming for Ruby.".freeze s.test_files = ["test/pgp_reader_test.rb".freeze, "test/base_path_test.rb".freeze, "test/line_reader_test.rb".freeze, "test/xlsx_reader_test.rb".freeze, "test/minimal_file_reader.rb".freeze, "test/row_writer_test.rb".freeze, "test/zip_reader_test.rb".freeze, "test/bzip2_writer_test.rb".freeze, "test/encode_writer_test.rb".freeze, "test/gzip_writer_test.rb".freeze, "test/file_reader_test.rb".freeze, "test/record_reader_test.rb".freeze, "test/s3_writer_test.rb".freeze, "test/http_reader_test.rb".freeze, "test/pgp_writer_test.rb".freeze, "test/line_writer_test.rb".freeze, "test/row_reader_test.rb".freeze, "test/bzip2_reader_test.rb".freeze, "test/zip_writer_test.rb".freeze, "test/files/text.zip".freeze, "test/files/spreadsheet.xlsx".freeze, "test/files/embedded_lines_test.csv".freeze, "test/files/test.csv".freeze, "test/files/test.json".freeze, "test/files/text.zip.gz".freeze, "test/files/unclosed_quote_test.csv".freeze, "test/files/text.txt.bz2".freeze, "test/files/text.txt.gz.zip".freeze, "test/files/text.txt.gz".freeze, "test/files/text.txt".freeze, "test/files/multiple_files.zip".freeze, "test/gzip_reader_test.rb".freeze, "test/encode_reader_test.rb".freeze, "test/test_helper.rb".freeze, "test/file_writer_test.rb".freeze, "test/tabular_test.rb".freeze, "test/path_test.rb".freeze, "test/pgp_test.rb".freeze, "test/io_streams_test.rb".freeze, "test/record_writer_test.rb".freeze, "test/s3_reader_test.rb".freeze, "test/file_path_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end