# -*- encoding: utf-8 -*- # stub: surpass 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "surpass".freeze s.version = "0.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 = ["Ana Nelson".freeze] s.date = "2009-03-21" s.description = "Surpass is writing (and eventually reading) excel workbooks in pure Ruby. Surpass is based on xlwt (and pyExcelerator). For 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. If 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-info".freeze] s.extra_rdoc_files = ["History.txt".freeze, "LICENSE.txt".freeze, "README.txt".freeze, "bin/surpass-info".freeze] s.files = ["History.txt".freeze, "LICENSE.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/surpass-info".freeze, "lib/biff_record.rb".freeze, "lib/bitmap.rb".freeze, "lib/cell.rb".freeze, "lib/chart.rb".freeze, "lib/column.rb".freeze, "lib/document.rb".freeze, "lib/excel_formula.rb".freeze, "lib/excel_magic.rb".freeze, "lib/formatting.rb".freeze, "lib/row.rb".freeze, "lib/style.rb".freeze, "lib/surpass.rb".freeze, "lib/utilities.rb".freeze, "lib/workbook.rb".freeze, "lib/worksheet.rb".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] s.homepage = "https://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 = 2 s.add_development_dependency(%q.freeze, [">= 2.4.2".freeze]) end