--- !ruby/object:Gem::Specification name: iostreams version: !ruby/object:Gem::Version version: 1.6.0 platform: ruby authors: - Reid Morrison autorequire: bindir: bin cert_chain: [] date: 2021-03-08 00:00:00.000000000 Z dependencies: [] description: email: executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - lib/io_streams/builder.rb - lib/io_streams/bzip2/reader.rb - lib/io_streams/bzip2/writer.rb - lib/io_streams/deprecated.rb - lib/io_streams/encode/reader.rb - lib/io_streams/encode/writer.rb - lib/io_streams/errors.rb - lib/io_streams/gzip/reader.rb - lib/io_streams/gzip/writer.rb - lib/io_streams/io_streams.rb - lib/io_streams/line/reader.rb - lib/io_streams/line/writer.rb - lib/io_streams/path.rb - lib/io_streams/paths/file.rb - lib/io_streams/paths/http.rb - lib/io_streams/paths/matcher.rb - lib/io_streams/paths/s3.rb - lib/io_streams/paths/sftp.rb - lib/io_streams/pgp.rb - lib/io_streams/pgp/reader.rb - lib/io_streams/pgp/writer.rb - lib/io_streams/reader.rb - lib/io_streams/record/reader.rb - lib/io_streams/record/writer.rb - lib/io_streams/row/reader.rb - lib/io_streams/row/writer.rb - lib/io_streams/stream.rb - lib/io_streams/symmetric_encryption/reader.rb - lib/io_streams/symmetric_encryption/writer.rb - lib/io_streams/tabular.rb - lib/io_streams/tabular/header.rb - lib/io_streams/tabular/parser/array.rb - lib/io_streams/tabular/parser/base.rb - lib/io_streams/tabular/parser/csv.rb - lib/io_streams/tabular/parser/fixed.rb - lib/io_streams/tabular/parser/hash.rb - lib/io_streams/tabular/parser/json.rb - lib/io_streams/tabular/parser/psv.rb - lib/io_streams/tabular/utility/csv_row.rb - lib/io_streams/utils.rb - lib/io_streams/version.rb - lib/io_streams/writer.rb - lib/io_streams/xlsx/reader.rb - lib/io_streams/zip/reader.rb - lib/io_streams/zip/writer.rb - lib/iostreams.rb - test/builder_test.rb - test/bzip2_reader_test.rb - test/bzip2_writer_test.rb - test/deprecated_test.rb - test/encode_reader_test.rb - test/encode_writer_test.rb - test/files/embedded_lines_test.csv - test/files/multiple_files.zip - test/files/spreadsheet.xlsx - test/files/test.csv - test/files/test.json - test/files/test.psv - test/files/text file.txt - test/files/text.txt - test/files/text.txt.bz2 - test/files/text.txt.gz - test/files/text.txt.gz.zip - test/files/text.zip - test/files/text.zip.gz - test/files/unclosed_quote_large_test.csv - test/files/unclosed_quote_test.csv - test/files/unclosed_quote_test2.csv - test/gzip_reader_test.rb - test/gzip_writer_test.rb - test/io_streams_test.rb - test/line_reader_test.rb - test/line_writer_test.rb - test/minimal_file_reader.rb - test/path_test.rb - test/paths/file_test.rb - test/paths/http_test.rb - test/paths/matcher_test.rb - test/paths/s3_test.rb - test/paths/sftp_test.rb - test/pgp_reader_test.rb - test/pgp_test.rb - test/pgp_writer_test.rb - test/record_reader_test.rb - test/record_writer_test.rb - test/row_reader_test.rb - test/row_writer_test.rb - test/stream_test.rb - test/tabular_test.rb - test/test_helper.rb - test/utils_test.rb - test/xlsx_reader_test.rb - test/zip_reader_test.rb - test/zip_writer_test.rb homepage: https://iostreams.rocketjob.io licenses: - Apache-2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.3' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.3 signing_key: specification_version: 4 summary: Input and Output streaming for Ruby. test_files: - test/builder_test.rb - test/bzip2_reader_test.rb - test/bzip2_writer_test.rb - test/deprecated_test.rb - test/encode_reader_test.rb - test/encode_writer_test.rb - test/files/embedded_lines_test.csv - test/files/multiple_files.zip - test/files/spreadsheet.xlsx - test/files/test.csv - test/files/test.json - test/files/test.psv - test/files/text file.txt - test/files/text.txt - test/files/text.txt.bz2 - test/files/text.txt.gz - test/files/text.txt.gz.zip - test/files/text.zip - test/files/text.zip.gz - test/files/unclosed_quote_large_test.csv - test/files/unclosed_quote_test.csv - test/files/unclosed_quote_test2.csv - test/gzip_reader_test.rb - test/gzip_writer_test.rb - test/io_streams_test.rb - test/line_reader_test.rb - test/line_writer_test.rb - test/minimal_file_reader.rb - test/path_test.rb - test/paths/file_test.rb - test/paths/http_test.rb - test/paths/matcher_test.rb - test/paths/s3_test.rb - test/paths/sftp_test.rb - test/pgp_reader_test.rb - test/pgp_test.rb - test/pgp_writer_test.rb - test/record_reader_test.rb - test/record_writer_test.rb - test/row_reader_test.rb - test/row_writer_test.rb - test/stream_test.rb - test/tabular_test.rb - test/test_helper.rb - test/utils_test.rb - test/xlsx_reader_test.rb - test/zip_reader_test.rb - test/zip_writer_test.rb