writeexcel.gemspec in writeexcel-0.5.0 vs writeexcel.gemspec in writeexcel-0.6.0

- 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.5.0" + s.version = "0.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Hideo NAKAMURA"] - s.date = %q{2010-10-14} + s.date = %q{2010-11-03} 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" ] @@ -217,11 +217,10 @@ "test/test_biff.rb", "test/test_compatibility.rb", "test/test_example_match.rb", "test/test_format.rb", "test/test_formula.rb", - "test/test_new_encoding.rb", "test/test_ole.rb", "test/test_storage_lite.rb", "test/test_workbook.rb", "test/test_worksheet.rb", "utils/add_magic_comment.rb", @@ -229,11 +228,11 @@ "writeexcel.rdoc" ] s.homepage = %q{http://wiki.github.com/cxn03651/writeexcel/} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.6} + s.rubygems_version = %q{1.3.7} s.summary = %q{Write to a cross-platform Excel binary file.} s.test_files = [ "test/helper.rb", "test/test_00_IEEE_double.rb", "test/test_01_add_worksheet.rb", @@ -270,11 +269,10 @@ "test/test_biff.rb", "test/test_compatibility.rb", "test/test_example_match.rb", "test/test_format.rb", "test/test_formula.rb", - "test/test_new_encoding.rb", "test/test_ole.rb", "test/test_storage_lite.rb", "test/test_workbook.rb", "test/test_worksheet.rb", "examples/autofilter.rb", @@ -329,10 +327,10 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end