dub.gemspec in dub-0.7.0 vs dub.gemspec in dub-1.0.0

- 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{dub} - s.version = "0.7.0" + s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [%q{Gaspard Bucher}] - s.date = %q{2011-08-19} + s.date = %q{2011-09-04} 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", @@ -37,9 +37,11 @@ "lib/dub/lua/function.cpp.erb", "lib/dub/lua/function_gen.rb", "lib/dub/lua/group.cpp.erb", "lib/dub/lua/lua_cpp_helper.cpp", "lib/dub/lua/lua_cpp_helper.h", + "lib/dub/lua/lua_object.cpp", + "lib/dub/lua/lua_object.h", "lib/dub/lua/namespace.cpp.erb", "lib/dub/lua/namespace_gen.rb", "lib/dub/member_extraction.rb", "lib/dub/namespace.rb", "lib/dub/opts_parser.rb",