writeexcel.gemspec in writeexcel-0.4.0 vs writeexcel.gemspec in writeexcel-0.4.1
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{writeexcel}
- s.version = "0.4.0"
+ s.version = "0.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Hideo NAKAMURA"]
- s.date = %q{2010-04-11}
+ s.date = %q{2010-04-27}
s.description = %q{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 = %q{cxn03651@msj.biglobe.ne.jp}
s.extra_rdoc_files = [
"README.rdoc"
]
@@ -78,33 +78,38 @@
"examples/right_to_left.rb",
"examples/row_wrap.rb",
"examples/stats.rb",
"examples/stocks.rb",
"examples/tab_colors.rb",
+ "examples/utf8.rb",
"examples/write_arrays.rb",
"lib/writeexcel.rb",
"lib/writeexcel/biffwriter.rb",
+ "lib/writeexcel/caller_info.rb",
"lib/writeexcel/chart.rb",
"lib/writeexcel/charts/area.rb",
"lib/writeexcel/charts/bar.rb",
"lib/writeexcel/charts/column.rb",
"lib/writeexcel/charts/external.rb",
"lib/writeexcel/charts/line.rb",
"lib/writeexcel/charts/pie.rb",
"lib/writeexcel/charts/scatter.rb",
"lib/writeexcel/charts/stock.rb",
+ "lib/writeexcel/colors.rb",
"lib/writeexcel/compatibility.rb",
+ "lib/writeexcel/debug_info.rb",
"lib/writeexcel/excelformula.y",
"lib/writeexcel/excelformulaparser.rb",
"lib/writeexcel/format.rb",
"lib/writeexcel/formula.rb",
"lib/writeexcel/helper.rb",
"lib/writeexcel/olewriter.rb",
"lib/writeexcel/properties.rb",
"lib/writeexcel/storage_lite.rb",
"lib/writeexcel/workbook.rb",
"lib/writeexcel/worksheet.rb",
+ "lib/writeexcel/write_file.rb",
"test/excelfile/Chart1.xls",
"test/excelfile/Chart2.xls",
"test/excelfile/Chart3.xls",
"test/excelfile/Chart4.xls",
"test/excelfile/Chart5.xls",
@@ -163,10 +168,11 @@
"test/perl_output/right_to_left.xls",
"test/perl_output/stats.xls",
"test/perl_output/stocks.xls",
"test/perl_output/tab_colors.xls",
"test/perl_output/unicode_cyrillic.xls",
+ "test/perl_output/utf8.xls",
"test/perl_output/workbook1.xls",
"test/perl_output/workbook2.xls",
"test/perl_output/ws_colinfo",
"test/perl_output/ws_store_colinfo",
"test/perl_output/ws_store_dimensions",
@@ -313,9 +319,10 @@
"examples/right_to_left.rb",
"examples/row_wrap.rb",
"examples/stats.rb",
"examples/stocks.rb",
"examples/tab_colors.rb",
+ "examples/utf8.rb",
"examples/write_arrays.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION