Sha256: 4ce84a7fe4e823506c10174aaffc45c43623b6f254fae5817e97943a2c75b0d5
Contents?: true
Size: 928 Bytes
Versions: 5
Compression:
Stored size: 928 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "writeexcel" s.version = "0.6.13" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Hideo NAKAMURA"] s.date = "2012-04-19" s.description = "Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks and images can be written to the cells." s.email = "cxn03651@msj.biglobe.ne.jp" s.extra_rdoc_files = ["README.rdoc"] s.files = ["README.rdoc"] s.homepage = "http://wiki.github.com/cxn03651/writeexcel/" s.require_paths = ["lib"] s.rubygems_version = "1.8.10" s.summary = "Write to a cross-platform Excel binary file." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
5 entries across 5 versions & 1 rubygems