# -*- encoding: utf-8 -*- # stub: surpass 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "surpass".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ana Nelson".freeze] s.date = "2009-11-14" s.description = "Surpass is writing (and eventually reading) excel workbooks in pure Ruby. Surpass is based on xlwt (and pyExcelerator).\n\nFor comprehensive documentation, please refer to the PDF manual which is available from http://surpass.rubyforge.org or in the root directory of the source code repository.\n\nIf you like to learn from playing with working examples, then there are plenty in the examples/ and webby/examples directories of the source code.".freeze s.email = "ana@ananelson.com".freeze s.executables = ["surpass".freeze] s.extra_rdoc_files = ["History.txt".freeze, "LICENSE.txt".freeze, "README.txt".freeze, "bin/surpass".freeze, "lib/surpass/ExcelFormula.g".freeze, "lib/surpass/ExcelFormula.tokens".freeze, "lib/surpass/tokens.txt".freeze, "spec/data/random-strings.txt".freeze, "stats/cloc.txt".freeze, "stats/rcov.txt".freeze, "stats/specdoc.txt".freeze, "webby/README.txt".freeze, "webby/content/css/pygments.txt".freeze, "webby/content/index.txt".freeze, "webby/content/installation/index.txt".freeze, "webby/content/source/ExcelFormulaLexer.txt".freeze, "webby/content/source/ExcelFormulaParser.txt".freeze, "webby/content/source/biff_record.txt".freeze, "webby/content/source/bitmap.txt".freeze, "webby/content/source/cell.txt".freeze, "webby/content/source/chart.txt".freeze, "webby/content/source/column.txt".freeze, "webby/content/source/document.txt".freeze, "webby/content/source/excel_formula.txt".freeze, "webby/content/source/excel_magic.txt".freeze, "webby/content/source/formatting.txt".freeze, "webby/content/source/row.txt".freeze, "webby/content/source/style.txt".freeze, "webby/content/source/utilities.txt".freeze, "webby/content/source/workbook.txt".freeze, "webby/content/source/worksheet.txt".freeze, "webby/layouts/book.txt".freeze, "webby/layouts/default.txt".freeze, "webby/layouts/two_column.txt".freeze, "webby/layouts/web.txt".freeze, "webby/output/css/blueprint/plugins/buttons/readme.txt".freeze, "webby/output/css/blueprint/plugins/fancy-type/readme.txt".freeze, "webby/output/css/blueprint/plugins/link-icons/readme.txt".freeze, "webby/output/css/blueprint/plugins/rtl/readme.txt".freeze] s.files = ["History.txt".freeze, "LICENSE.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/surpass".freeze, "examples/big-16mb.rb".freeze, "examples/big-random-strings.rb".freeze, "examples/blanks.rb".freeze, "examples/blanks.xls".freeze, "examples/col_width.rb".freeze, "examples/col_width.xls".freeze, "examples/dates.rb".freeze, "examples/dates.xls".freeze, "examples/format.rb".freeze, "examples/format.xls".freeze, "examples/hello-world.rb".freeze, "examples/hello-world.xls".freeze, "examples/image.rb".freeze, "examples/image.xls".freeze, "examples/merged.rb".freeze, "examples/merged.xls".freeze, "examples/merged0.rb".freeze, "examples/merged0.xls".freeze, "examples/merged1.rb".freeze, "examples/merged1.xls".freeze, "examples/num_formats.rb".freeze, "examples/num_formats.xls".freeze, "examples/numbers.rb".freeze, "examples/numbers.xls".freeze, "examples/outline.rb".freeze, "examples/outline.xls".freeze, "examples/panes.rb".freeze, "examples/panes.xls".freeze, "examples/protection.rb".freeze, "examples/protection.xls".freeze, "examples/python.bmp".freeze, "examples/row_styles.rb".freeze, "examples/row_styles.xls".freeze, "examples/row_styles_empty.rb".freeze, "examples/row_styles_empty.xls".freeze, "examples/set_cell_and_range_style.rb".freeze, "examples/set_cell_and_range_style.xls".freeze, "examples/wrapped-text.rb".freeze, "examples/wrapped-text.xls".freeze, "examples/write_arrays.rb".freeze, "examples/write_arrays.xls".freeze, "examples/ws_props.rb".freeze, "lib/surpass.rb".freeze, "lib/surpass/ExcelFormula.g".freeze, "lib/surpass/ExcelFormula.tokens".freeze, "lib/surpass/ExcelFormulaLexer.rb".freeze, "lib/surpass/ExcelFormulaParser.rb".freeze, "lib/surpass/biff_record.rb".freeze, "lib/surpass/bitmap.rb".freeze, "lib/surpass/cell.rb".freeze, "lib/surpass/chart.rb".freeze, "lib/surpass/column.rb".freeze, "lib/surpass/document.rb".freeze, "lib/surpass/excel_formula.rb".freeze, "lib/surpass/excel_magic.rb".freeze, "lib/surpass/formatting.rb".freeze, "lib/surpass/row.rb".freeze, "lib/surpass/style.rb".freeze, "lib/surpass/tokens.txt".freeze, "lib/surpass/utilities.rb".freeze, "lib/surpass/workbook.rb".freeze, "lib/surpass/worksheet.rb".freeze, "spec/biff_record_spec.rb".freeze, "spec/cell_spec.rb".freeze, "spec/data/random-strings.txt".freeze, "spec/document_spec.rb".freeze, "spec/excel_formula_spec.rb".freeze, "spec/formatting_spec.rb".freeze, "spec/output/cells-rk.xls".freeze, "spec/output/cells.xls".freeze, "spec/output/mini.xls".freeze, "spec/reference/P-0508-0000507647-3280-5298.xls".freeze, "spec/reference/all-cell-styles.bin".freeze, "spec/reference/all-number-formats.bin".freeze, "spec/reference/all-styles.bin".freeze, "spec/reference/mini.xls".freeze, "spec/row_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/style_spec.rb".freeze, "spec/surpass_spec.rb".freeze, "spec/utilities_spec.rb".freeze, "spec/workbook_spec.rb".freeze, "spec/worksheet_spec.rb".freeze, "stats/cloc.txt".freeze, "stats/rcov.txt".freeze, "stats/specdoc.txt".freeze, "surpass.gemspec".freeze, "tasks/ann.rake".freeze, "tasks/bones.rake".freeze, "tasks/gem.rake".freeze, "tasks/git.rake".freeze, "tasks/notes.rake".freeze, "tasks/post_load.rake".freeze, "tasks/rdoc.rake".freeze, "tasks/rubyforge.rake".freeze, "tasks/setup.rb".freeze, "tasks/spec.rake".freeze, "tasks/svn.rake".freeze, "tasks/test.rake".freeze, "tasks/zentest.rake".freeze, "webby/README.txt".freeze, "webby/Sitefile".freeze, "webby/content/css/pygments.txt".freeze, "webby/content/css/style.css".freeze, "webby/content/examples/autoformat.png".freeze, "webby/content/examples/autoformat.rb".freeze, "webby/content/examples/autoformat.xls".freeze, "webby/content/examples/borders.png".freeze, "webby/content/examples/borders.rb".freeze, "webby/content/examples/borders.xls".freeze, "webby/content/examples/colours.png".freeze, "webby/content/examples/colours.rb".freeze, "webby/content/examples/colours.xls".freeze, "webby/content/examples/data.png".freeze, "webby/content/examples/data.rb".freeze, "webby/content/examples/data.xls".freeze, "webby/content/examples/formatting.png".freeze, "webby/content/examples/formatting.rb".freeze, "webby/content/examples/formatting.xls".freeze, "webby/content/examples/hello-world.png".freeze, "webby/content/examples/hello-world.py".freeze, "webby/content/examples/hello-world.rb".freeze, "webby/content/examples/hello-world.xls".freeze, "webby/content/examples/number-format-string.png".freeze, "webby/content/examples/number-format-string.rb".freeze, "webby/content/examples/number-format-string.xls".freeze, "webby/content/examples/patterns.png".freeze, "webby/content/examples/patterns.rb".freeze, "webby/content/examples/patterns.xls".freeze, "webby/content/examples/show-greens.sh".freeze, "webby/content/examples/surpass-info.sh".freeze, "webby/content/img/Thumbs.db".freeze, "webby/content/img/bg_menu.gif".freeze, "webby/content/img/bg_t.gif".freeze, "webby/content/img/bullet.gif".freeze, "webby/content/img/logo.png".freeze, "webby/content/img/logo_.jpg".freeze, "webby/content/img/top_bg.gif".freeze, "webby/content/img/top_bg_.gif".freeze, "webby/content/index.txt".freeze, "webby/content/installation/index.txt".freeze, "webby/content/source/ExcelFormulaLexer.txt".freeze, "webby/content/source/ExcelFormulaParser.txt".freeze, "webby/content/source/biff_record.txt".freeze, "webby/content/source/bitmap.txt".freeze, "webby/content/source/cell.txt".freeze, "webby/content/source/chart.txt".freeze, "webby/content/source/column.txt".freeze, "webby/content/source/document.txt".freeze, "webby/content/source/excel_formula.txt".freeze, "webby/content/source/excel_magic.txt".freeze, "webby/content/source/formatting.txt".freeze, "webby/content/source/row.txt".freeze, "webby/content/source/style.txt".freeze, "webby/content/source/utilities.txt".freeze, "webby/content/source/workbook.txt".freeze, "webby/content/source/worksheet.txt".freeze, "webby/content/surpass-manual.erb".freeze, "webby/layouts/book.txt".freeze, "webby/layouts/default.txt".freeze, "webby/layouts/two_column.txt".freeze, "webby/layouts/web.txt".freeze, "webby/output/.cairn".freeze, "webby/output/css/blueprint/ie.css".freeze, "webby/output/css/blueprint/plugins/buttons/icons/cross.png".freeze, "webby/output/css/blueprint/plugins/buttons/icons/key.png".freeze, "webby/output/css/blueprint/plugins/buttons/icons/tick.png".freeze, "webby/output/css/blueprint/plugins/buttons/readme.txt".freeze, "webby/output/css/blueprint/plugins/buttons/screen.css".freeze, "webby/output/css/blueprint/plugins/fancy-type/readme.txt".freeze, "webby/output/css/blueprint/plugins/fancy-type/screen.css".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/doc.png".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/email.png".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/external.png".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/feed.png".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/im.png".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/pdf.png".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/visited.png".freeze, "webby/output/css/blueprint/plugins/link-icons/icons/xls.png".freeze, "webby/output/css/blueprint/plugins/link-icons/readme.txt".freeze, "webby/output/css/blueprint/plugins/link-icons/screen.css".freeze, "webby/output/css/blueprint/plugins/rtl/readme.txt".freeze, "webby/output/css/blueprint/plugins/rtl/screen.css".freeze, "webby/output/css/blueprint/print.css".freeze, "webby/output/css/blueprint/screen.css".freeze, "webby/output/css/blueprint/src/forms.css".freeze, "webby/output/css/blueprint/src/grid.css".freeze, "webby/output/css/blueprint/src/grid.png".freeze, "webby/output/css/blueprint/src/ie.css".freeze, "webby/output/css/blueprint/src/print.css".freeze, "webby/output/css/blueprint/src/reset.css".freeze, "webby/output/css/blueprint/src/typography.css".freeze, "webby/output/css/pygments.css".freeze, "webby/output/css/site.css".freeze, "webby/output/css/style.css".freeze, "webby/output/examples/autoformat.png".freeze, "webby/output/examples/autoformat.rb".freeze, "webby/output/examples/autoformat.xls".freeze, "webby/output/examples/borders.png".freeze, "webby/output/examples/borders.rb".freeze, "webby/output/examples/borders.xls".freeze, "webby/output/examples/colours.png".freeze, "webby/output/examples/colours.rb".freeze, "webby/output/examples/colours.xls".freeze, "webby/output/examples/data.png".freeze, "webby/output/examples/data.rb".freeze, "webby/output/examples/data.xls".freeze, "webby/output/examples/formatting.png".freeze, "webby/output/examples/formatting.rb".freeze, "webby/output/examples/formatting.xls".freeze, "webby/output/examples/hello-world.png".freeze, "webby/output/examples/hello-world.py".freeze, "webby/output/examples/hello-world.rb".freeze, "webby/output/examples/hello-world.xls".freeze, "webby/output/examples/number-format-string.png".freeze, "webby/output/examples/number-format-string.rb".freeze, "webby/output/examples/number-format-string.xls".freeze, "webby/output/examples/patterns.png".freeze, "webby/output/examples/patterns.rb".freeze, "webby/output/examples/patterns.xls".freeze, "webby/output/examples/show-greens.sh".freeze, "webby/output/examples/surpass-info.sh".freeze, "webby/output/img/Thumbs.db".freeze, "webby/output/img/bg_menu.gif".freeze, "webby/output/img/bg_t.gif".freeze, "webby/output/img/bullet.gif".freeze, "webby/output/img/logo.png".freeze, "webby/output/img/logo_.jpg".freeze, "webby/output/img/top_bg.gif".freeze, "webby/output/img/top_bg_.gif".freeze, "webby/output/index.html".freeze, "webby/output/installation.html".freeze, "webby/output/installation/index.html".freeze, "webby/output/installation/installation.html".freeze, "webby/output/source/ExcelFormulaLexer.html".freeze, "webby/output/source/ExcelFormulaParser.html".freeze, "webby/output/source/biff_record.html".freeze, "webby/output/source/bitmap.html".freeze, "webby/output/source/cell.html".freeze, "webby/output/source/chart.html".freeze, "webby/output/source/column.html".freeze, "webby/output/source/document.html".freeze, "webby/output/source/excel_formula.html".freeze, "webby/output/source/excel_magic.html".freeze, "webby/output/source/formatting.html".freeze, "webby/output/source/row.html".freeze, "webby/output/source/style.html".freeze, "webby/output/source/surpass.html".freeze, "webby/output/source/utilities.html".freeze, "webby/output/source/workbook.html".freeze, "webby/output/source/worksheet.html".freeze, "webby/output/surpass-manual-0-0-5.pdf".freeze, "webby/output/surpass-manual.aux".freeze, "webby/output/surpass-manual.log".freeze, "webby/output/surpass-manual.out".freeze, "webby/output/surpass-manual.tex".freeze, "webby/output/surpass-manual.toc".freeze, "webby/rsync-exclude".freeze, "webby/tasks/latex.rake".freeze, "webby/tasks/screenshots.rb".freeze, "webby/templates/article.erb".freeze, "webby/templates/book.erb".freeze, "webby/templates/page.erb".freeze] s.homepage = "http://surpass.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Surpass is writing (and eventually reading) excel workbooks in pure Ruby".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 2.5.1".freeze]) end