write_xlsx.gemspec in write_xlsx-0.0.2 vs write_xlsx.gemspec in write_xlsx-0.0.3

- old
+ new

@@ -3,16 +3,16 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "write_xlsx" - s.version = "0.0.2" + s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Hideo NAKAMURA"] - s.date = "2012-01-19" - s.description = "write_xlsx s a gem to create a new file in the Excel 2007+ XLSX format, and you can use the same interface as writeexcel gem.\nThe WriteXLSX supports the following features:\n * Multiple worksheets\n * Strings and numbers\n * Unicode text\n * Rich string formats\n * Formulas (including array formats)\n * cell formatting\n * Embedded images\n * Charts\n * Autofilters\n * Data validation\n * Hyperlinks\n * Defined names\n * Grouping/Outlines\n * Cell comments\n * Panes\n * Page set-up and printing options\n\nwrite_xlsx uses the same interface as writeexcel gem.\n\ndocumentation is not completed, but writeexcel\u{2019}s documentation will help you. See writeexcel.web.fc2.com/\n\nAnd you can find many examples in this gem.\n" + s.date = "2012-01-25" + s.description = "write_xlsx s a gem to create a new file in the Excel 2007+ XLSX format, and you can use the same interface as writeexcel gem.\nThe WriteXLSX supports the following features:\n * Multiple worksheets\n * Strings and numbers\n * Unicode text\n * Rich string formats\n * Formulas (including array formats)\n * cell formatting\n * Embedded images\n * Charts\n * Autofilters\n * Data validation\n * Hyperlinks\n * Defined names\n * Grouping/Outlines\n * Cell comments\n * Panes\n * Page set-up and printing options\n\nwrite_xlsx uses the same interface as writeexcel gem.\n\ndocumentation is not completed, but writeexcel\u{2019}s documentation will help you. See http://writeexcel.web.fc2.com/\n\nAnd you can find many examples in this gem.\n" s.email = "cxn03651@msj.biglobe.ne.jp" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] @@ -40,10 +40,11 @@ "examples/conditional_format.rb", "examples/data_validate.rb", "examples/defined_name.rb", "examples/demo.rb", "examples/diag_border.rb", + "examples/formats.rb", "examples/headers.rb", "examples/hide_sheet.rb", "examples/hyperlink1.rb", "examples/indent.rb", "examples/merge1.rb", @@ -126,11 +127,10 @@ "test/drawing/test_drawing_image_01.rb", "test/helper.rb", "test/package/app/test_app01.rb", "test/package/app/test_app02.rb", "test/package/app/test_app03.rb", - "test/package/comments/test_comments01.rb", "test/package/comments/test_write_text_t.rb", "test/package/content_types/test_content_types.rb", "test/package/content_types/test_write_default.rb", "test/package/content_types/test_write_override.rb", "test/package/core/test_core01.rb", @@ -148,11 +148,10 @@ "test/package/styles/test_styles_05.rb", "test/package/styles/test_styles_06.rb", "test/package/styles/test_styles_07.rb", "test/package/styles/test_styles_08.rb", "test/package/styles/test_styles_09.rb", - "test/package/vml/test_vml_01.rb", "test/package/vml/test_write_anchor.rb", "test/package/vml/test_write_auto_fill.rb", "test/package/vml/test_write_column.rb", "test/package/vml/test_write_div.rb", "test/package/vml/test_write_fill.rb", @@ -182,9 +181,10 @@ "test/perl_output/data_validate.xlsx", "test/perl_output/defined_name.xlsx", "test/perl_output/demo.xlsx", "test/perl_output/diag_border.xlsx", "test/perl_output/fit_to_pages.xlsx", + "test/perl_output/formats.xlsx", "test/perl_output/headers.xlsx", "test/perl_output/hide_sheet.xlsx", "test/perl_output/hyperlink.xlsx", "test/perl_output/indent.xlsx", "test/perl_output/merge1.xlsx",