# -*- encoding: utf-8 -*- # stub: iostreams 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "iostreams".freeze s.version = "0.9.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 = "2016-01-29" s.email = ["reidmo@gmail.com".freeze] s.files = ["README.md".freeze, "Rakefile".freeze, "lib/io_streams/csv/reader.rb".freeze, "lib/io_streams/csv/writer.rb".freeze, "lib/io_streams/delimited/reader.rb".freeze, "lib/io_streams/delimited/writer.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/io_streams.rb".freeze, "lib/io_streams/streams.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/csv_reader_test.rb".freeze, "test/csv_writer_test.rb".freeze, "test/delimited_reader_test.rb".freeze, "test/delimited_writer_test.rb".freeze, "test/file_reader_test.rb".freeze, "test/file_writer_test.rb".freeze, "test/files/spreadsheet.xlsx".freeze, "test/files/test.csv".freeze, "test/files/text.txt".freeze, "test/files/text.txt.gz".freeze, "test/files/text.txt.gz.zip".freeze, "test/files/text.zip".freeze, "test/gzip_reader_test.rb".freeze, "test/gzip_writer_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/streams".freeze s.licenses = ["Apache License V2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Input and Output streaming with support for Zip, Gzip, and Encryption.".freeze s.test_files = ["test/csv_reader_test.rb".freeze, "test/csv_writer_test.rb".freeze, "test/delimited_reader_test.rb".freeze, "test/delimited_writer_test.rb".freeze, "test/file_reader_test.rb".freeze, "test/file_writer_test.rb".freeze, "test/files/spreadsheet.xlsx".freeze, "test/files/test.csv".freeze, "test/files/text.txt".freeze, "test/files/text.txt.gz".freeze, "test/files/text.txt.gz.zip".freeze, "test/files/text.zip".freeze, "test/gzip_reader_test.rb".freeze, "test/gzip_writer_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.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end