writeexcel.gemspec in writeexcel-0.6.7 vs writeexcel.gemspec in writeexcel-0.6.8

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{writeexcel} - s.version = "0.6.7" + s.version = "0.6.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Hideo NAKAMURA"] - s.date = %q{2011-07-03} + s.date = %q{2011-07-30} 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" ] @@ -66,10 +66,11 @@ "examples/merge5.rb", "examples/merge6.rb", "examples/outline.rb", "examples/outline_collapsed.rb", "examples/panes.rb", + "examples/password_protection.rb", "examples/properties.rb", "examples/properties_jp.rb", "examples/protection.rb", "examples/regions.rb", "examples/repeat.rb", @@ -179,9 +180,10 @@ "test/perl_output/merge6.xls", "test/perl_output/ole_write_header", "test/perl_output/outline.xls", "test/perl_output/outline_collapsed.xls", "test/perl_output/panes.xls", + "test/perl_output/password_protection.xls", "test/perl_output/protection.xls", "test/perl_output/regions.xls", "test/perl_output/right_to_left.xls", "test/perl_output/set_first_sheet.xls", "test/perl_output/stats.xls",