writeexcel.gemspec in writeexcel-0.3.5 vs writeexcel.gemspec in writeexcel-0.4.0
- old
+ new
@@ -3,22 +3,23 @@
# 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.3.5"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Hideo NAKAMURA"]
- s.date = %q{2010-04-07}
+ s.date = %q{2010-04-11}
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"
]
s.files = [
".document",
+ ".gitattributes",
".gitignore",
"README.rdoc",
"Rakefile",
"VERSION",
"charts/chartex.rb",
@@ -89,14 +90,16 @@
"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/compatibility.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",
@@ -204,17 +207,19 @@
"test/test_60_chart_generic.rb",
"test/test_61_chart_subclasses.rb",
"test/test_62_chart_formats.rb",
"test/test_63_chart_area_formats.rb",
"test/test_biff.rb",
+ "test/test_compatibility.rb",
"test/test_example_match.rb",
"test/test_format.rb",
"test/test_formula.rb",
"test/test_ole.rb",
"test/test_storage_lite.rb",
"test/test_workbook.rb",
"test/test_worksheet.rb",
+ "utils/add_magic_comment.rb",
"writeexcel.gemspec",
"writeexcel.rdoc"
]
s.homepage = %q{http://wiki.github.com/cxn03651/writeexcel/}
s.rdoc_options = ["--charset=UTF-8"]
@@ -254,9 +259,10 @@
"test/test_60_chart_generic.rb",
"test/test_61_chart_subclasses.rb",
"test/test_62_chart_formats.rb",
"test/test_63_chart_area_formats.rb",
"test/test_biff.rb",
+ "test/test_compatibility.rb",
"test/test_example_match.rb",
"test/test_format.rb",
"test/test_formula.rb",
"test/test_ole.rb",
"test/test_storage_lite.rb",