dub.gemspec in dub-0.6.4 vs dub.gemspec in dub-0.6.5

- 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{dub} - s.version = "0.6.4" + s.version = "0.6.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gaspard Bucher"] - s.date = %q{2010-07-14} + s.date = %q{2010-12-15} s.description = %q{This is a tool to ease the creation of scripting language bindings for a C++ library. It is currently developed to crete the OpenCV bindings for Lua in Rubyk (http://rubyk.org). The generator uses the xml output from Doxygen to avoid parsing C++ code by itself.} s.email = %q{gaspard@teti.ch} s.extra_rdoc_files = [ "LICENSE", @@ -164,11 +164,11 @@ "test/parser_test.rb" ] s.homepage = %q{http://rubyk.org/en/project311.html} 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{A tool to ease the creation of scripting language bindings for a C++ library.} s.test_files = [ "test/argument_test.rb", "test/fixtures/app/make_lua_bindings.rb", "test/function_group_test.rb", @@ -183,10 +183,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 s.add_development_dependency(%q<shoulda>, [">= 0"]) else s.add_dependency(%q<shoulda>, [">= 0"]) end else