# -*- encoding: utf-8 -*- # stub: iostreams 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "iostreams".freeze s.version = "1.2.0".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 = "2020-04-29" s.email = ["reidmo@gmail.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/io_streams/builder.rb".freeze, "lib/io_streams/bzip2/reader.rb".freeze, "lib/io_streams/bzip2/writer.rb".freeze, "lib/io_streams/deprecated.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/gzip/reader.rb".freeze, "lib/io_streams/gzip/writer.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/path.rb".freeze, "lib/io_streams/paths/file.rb".freeze, "lib/io_streams/paths/http.rb".freeze, "lib/io_streams/paths/matcher.rb".freeze, "lib/io_streams/paths/s3.rb".freeze, "lib/io_streams/paths/sftp.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/reader.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/stream.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/utils/reliable_http.rb".freeze, "lib/io_streams/version.rb".freeze, "lib/io_streams/writer.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/builder_test.rb".freeze, "test/bzip2_reader_test.rb".freeze, "test/bzip2_writer_test.rb".freeze, "test/deprecated_test.rb".freeze, "test/encode_reader_test.rb".freeze, "test/encode_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 file.txt".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/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/paths/file_test.rb".freeze, "test/paths/http_test.rb".freeze, "test/paths/matcher_test.rb".freeze, "test/paths/s3_test.rb".freeze, "test/paths/sftp_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/stream_test.rb".freeze, "test/tabular_test.rb".freeze, "test/test_helper.rb".freeze, "test/utils_test.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.3".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/deprecated_test.rb".freeze, "test/builder_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/stream_test.rb".freeze, "test/paths/matcher_test.rb".freeze, "test/paths/s3_test.rb".freeze, "test/paths/sftp_test.rb".freeze, "test/paths/file_test.rb".freeze, "test/paths/http_test.rb".freeze, "test/record_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/files/text file.txt".freeze, "test/gzip_reader_test.rb".freeze, "test/encode_reader_test.rb".freeze, "test/test_helper.rb".freeze, "test/utils_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] end