# -*- encoding: utf-8 -*- # stub: workbook 0.4 ruby lib Gem::Specification.new do |s| s.name = "workbook".freeze s.version = "0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Maarten Brouwers".freeze] s.date = "2013-04-05" s.description = "Workbook contains workbooks, as in a table, contains rows, contains cells, reads/writes excel, ods and csv and tab separated files, and offers basic diffing and sorting capabilities.".freeze s.email = ["gem@murb.nl".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardoc/checksums".freeze, ".yardoc/object_types".freeze, ".yardoc/objects/root.dat".freeze, ".yardoc/proxy_types".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "doc/RubyXL.html".freeze, "doc/RubyXL/Cell.html".freeze, "doc/RubyXL/Workbook.html".freeze, "doc/Workbook.html".freeze, "doc/Workbook/Book.html".freeze, "doc/Workbook/Cell.html".freeze, "doc/Workbook/Format.html".freeze, "doc/Workbook/Modules.html".freeze, "doc/Workbook/Modules/RawObjectsStorage.html".freeze, "doc/Workbook/Modules/TableDiffSort.html".freeze, "doc/Workbook/Modules/TypeParser.html".freeze, "doc/Workbook/Readers.html".freeze, "doc/Workbook/Readers/CsvReader.html".freeze, "doc/Workbook/Readers/OdsReader.html".freeze, "doc/Workbook/Readers/TxtReader.html".freeze, "doc/Workbook/Readers/XlsReader.html".freeze, "doc/Workbook/Readers/XlsShared.html".freeze, "doc/Workbook/Readers/XlsxReader.html".freeze, "doc/Workbook/Row.html".freeze, "doc/Workbook/Sheet.html".freeze, "doc/Workbook/Table.html".freeze, "doc/Workbook/Template.html".freeze, "doc/Workbook/Writers.html".freeze, "doc/Workbook/Writers/CsvTableWriter.html".freeze, "doc/Workbook/Writers/HtmlWriter.html".freeze, "doc/Workbook/Writers/XlsWriter.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/workbook.rb".freeze, "lib/workbook/book.rb".freeze, "lib/workbook/cell.rb".freeze, "lib/workbook/format.rb".freeze, "lib/workbook/modules/raw_objects_storage.rb".freeze, "lib/workbook/modules/table_diff_sort.rb".freeze, "lib/workbook/modules/type_parser.rb".freeze, "lib/workbook/readers/csv_reader.rb".freeze, "lib/workbook/readers/ods_reader.rb".freeze, "lib/workbook/readers/txt_reader.rb".freeze, "lib/workbook/readers/xls_reader.rb".freeze, "lib/workbook/readers/xls_shared.rb".freeze, "lib/workbook/readers/xlsx_reader.rb".freeze, "lib/workbook/row.rb".freeze, "lib/workbook/sheet.rb".freeze, "lib/workbook/table.rb".freeze, "lib/workbook/template.rb".freeze, "lib/workbook/version.rb".freeze, "lib/workbook/writers/csv_table_writer.rb".freeze, "lib/workbook/writers/html_writer.rb".freeze, "lib/workbook/writers/xls_writer.rb".freeze, "test/artifacts/book_with_tabs_and_colours.ods".freeze, "test/artifacts/book_with_tabs_and_colours.xls".freeze, "test/artifacts/book_with_tabs_and_colours.xlsx".freeze, "test/artifacts/complex_types.ods".freeze, "test/artifacts/complex_types.xls".freeze, "test/artifacts/excel_different_types.csv".freeze, "test/artifacts/excel_different_types.ods".freeze, "test/artifacts/excel_different_types.txt".freeze, "test/artifacts/excel_different_types.xls".freeze, "test/artifacts/excel_different_types.xlsx".freeze, "test/artifacts/failing_import1.xls".freeze, "test/artifacts/native_xlsx.xlsx".freeze, "test/artifacts/sheetduplication.xls".freeze, "test/artifacts/simple_csv.csv".freeze, "test/artifacts/simple_excel_csv.csv".freeze, "test/artifacts/simple_sheet.ods".freeze, "test/artifacts/simple_sheet.xls".freeze, "test/artifacts/txt_in_xls.xls".freeze, "test/artifacts/xls_with_txt_extension.txt".freeze, "test/artifacts/zip_in_xls.xls".freeze, "test/helper.rb".freeze, "test/test_book.rb".freeze, "test/test_cell.rb".freeze, "test/test_format.rb".freeze, "test/test_functional.rb".freeze, "test/test_modules_table_diff_sort.rb".freeze, "test/test_modules_type_parser.rb".freeze, "test/test_readers_csv_reader.rb".freeze, "test/test_readers_ods_reader.rb".freeze, "test/test_readers_txt_reader.rb".freeze, "test/test_readers_xls_reader.rb".freeze, "test/test_readers_xlsx_reader.rb".freeze, "test/test_row.rb".freeze, "test/test_sheet.rb".freeze, "test/test_table.rb".freeze, "test/test_template.rb".freeze, "test/test_writers_html_writer.rb".freeze, "test/test_writers_xls_writer.rb".freeze, "workbook.gemspec".freeze] s.homepage = "http://murb.nl/blog?tags=workbook".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Workbook is a datastructure to contain books of tables (an anlogy used in e.g. Excel)".freeze s.test_files = ["test/artifacts/book_with_tabs_and_colours.ods".freeze, "test/artifacts/book_with_tabs_and_colours.xls".freeze, "test/artifacts/book_with_tabs_and_colours.xlsx".freeze, "test/artifacts/complex_types.ods".freeze, "test/artifacts/complex_types.xls".freeze, "test/artifacts/excel_different_types.csv".freeze, "test/artifacts/excel_different_types.ods".freeze, "test/artifacts/excel_different_types.txt".freeze, "test/artifacts/excel_different_types.xls".freeze, "test/artifacts/excel_different_types.xlsx".freeze, "test/artifacts/failing_import1.xls".freeze, "test/artifacts/native_xlsx.xlsx".freeze, "test/artifacts/sheetduplication.xls".freeze, "test/artifacts/simple_csv.csv".freeze, "test/artifacts/simple_excel_csv.csv".freeze, "test/artifacts/simple_sheet.ods".freeze, "test/artifacts/simple_sheet.xls".freeze, "test/artifacts/txt_in_xls.xls".freeze, "test/artifacts/xls_with_txt_extension.txt".freeze, "test/artifacts/zip_in_xls.xls".freeze, "test/helper.rb".freeze, "test/test_book.rb".freeze, "test/test_cell.rb".freeze, "test/test_format.rb".freeze, "test/test_functional.rb".freeze, "test/test_modules_table_diff_sort.rb".freeze, "test/test_modules_type_parser.rb".freeze, "test/test_readers_csv_reader.rb".freeze, "test/test_readers_ods_reader.rb".freeze, "test/test_readers_txt_reader.rb".freeze, "test/test_readers_xls_reader.rb".freeze, "test/test_readers_xlsx_reader.rb".freeze, "test/test_row.rb".freeze, "test/test_sheet.rb".freeze, "test/test_table.rb".freeze, "test/test_template.rb".freeze, "test/test_writers_html_writer.rb".freeze, "test/test_writers_xls_writer.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.7.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end