--- !ruby/object:Gem::Specification name: rbplusplus version: !ruby/object:Gem::Version hash: 21 prerelease: false segments: - 1 - 0 - 1 version: 1.0.1 platform: ruby authors: - Jason Roelofs autorequire: bindir: bin cert_chain: [] date: 2010-10-26 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rbgccxml prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rice prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 7 segments: - 1 - 4 - 0 version: 1.4.0 type: :runtime version_requirements: *id002 description: | Rb++ combines the powerful query interface of rbgccxml and the Rice library to make Ruby wrapping extensions of C++ libraries easier to write than ever. email: jameskilton@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - TODO - Rakefile - lib/inflections.rb - lib/inflector.rb - lib/jamis.rb - lib/rbplusplus/builders/allocation_strategy.rb - lib/rbplusplus/builders/base.rb - lib/rbplusplus/builders/class.rb - lib/rbplusplus/builders/const.rb - lib/rbplusplus/builders/const_converter.rb - lib/rbplusplus/builders/constructor.rb - lib/rbplusplus/builders/director.rb - lib/rbplusplus/builders/director_method.rb - lib/rbplusplus/builders/enumeration.rb - lib/rbplusplus/builders/extension.rb - lib/rbplusplus/builders/global_function.rb - lib/rbplusplus/builders/helpers/class.rb - lib/rbplusplus/builders/helpers/enumeration.rb - lib/rbplusplus/builders/helpers/implicit_caster.rb - lib/rbplusplus/builders/helpers/module.rb - lib/rbplusplus/builders/implicit_caster.rb - lib/rbplusplus/builders/include.rb - lib/rbplusplus/builders/instance_variable.rb - lib/rbplusplus/builders/method.rb - lib/rbplusplus/builders/method_base.rb - lib/rbplusplus/builders/module.rb - lib/rbplusplus/builders/module_function.rb - lib/rbplusplus/builders/static_method.rb - lib/rbplusplus/extension.rb - lib/rbplusplus/logger.rb - lib/rbplusplus/module.rb - lib/rbplusplus/rbplusplus.rb - lib/rbplusplus/transformers/class.rb - lib/rbplusplus/transformers/constructor.rb - lib/rbplusplus/transformers/function.rb - lib/rbplusplus/transformers/method.rb - lib/rbplusplus/transformers/namespace.rb - lib/rbplusplus/transformers/node.rb - lib/rbplusplus/transformers/rbgccxml.rb - lib/rbplusplus/writers/base.rb - lib/rbplusplus/writers/extension.rb - lib/rbplusplus/writers/multiple_files_writer.rb - lib/rbplusplus/writers/single_file_writer.rb - lib/rbplusplus.rb - test/allocation_strategies_test.rb - test/class_methods_encapsulate_test.rb - test/class_methods_test.rb - test/classes_test.rb - test/compiling_test.rb - test/constructors_test.rb - test/custom_code_test.rb - test/default_arguments_test.rb - test/director_test.rb - test/enumerations_test.rb - test/extension_test.rb - test/file_writers_test.rb - test/function_pointer_test.rb - test/function_pointers_classes_test.rb - test/functions_test.rb - test/generated/extconf.rb - test/implicit_cast_test.rb - test/modules_test.rb - test/nested_test.rb - test/overloading_test.rb - test/struct_test.rb - test/subclass_test.rb - test/test_helper.rb - test/to_from_ruby_test.rb - test/wrap_as_test.rb - test/headers/Adder.cpp - test/headers/Adder.h - test/headers/alloc_strats.h - test/headers/class_methods.h - test/headers/code/custom_to_from_ruby.cpp - test/headers/code/custom_to_from_ruby.hpp - test/headers/complex_static_methods.h - test/headers/constructors.h - test/headers/default_arguments.h - test/headers/director.h - test/headers/empty.h - test/headers/enums.h - test/headers/external_mapping.h - test/headers/external_mapping_rice.h - test/headers/function_pointers.h - test/headers/function_pointers_class.h - test/headers/functions.h - test/headers/implicit_cast.h - test/headers/include/helper.h - test/headers/needs_code.h - test/headers/nested_classes.h - test/headers/nested_struct.h - test/headers/overload.h - test/headers/requires_define.h - test/headers/subclass.h - test/headers/Subtracter.hpp - test/headers/to_from_ruby.h - test/headers/to_from_ruby_source.cpp - test/headers/ugly_interface.h - test/headers/ugly_interface_ns.h - test/headers/with_includes.h has_rdoc: true homepage: http://rbplusplus.rubyforge.org licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rbplusplus rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Ruby library to generate Rice wrapper code test_files: - test/allocation_strategies_test.rb - test/class_methods_encapsulate_test.rb - test/class_methods_test.rb - test/classes_test.rb - test/compiling_test.rb - test/constructors_test.rb - test/custom_code_test.rb - test/default_arguments_test.rb - test/director_test.rb - test/enumerations_test.rb - test/extension_test.rb - test/file_writers_test.rb - test/function_pointer_test.rb - test/function_pointers_classes_test.rb - test/functions_test.rb - test/generated/extconf.rb - test/implicit_cast_test.rb - test/modules_test.rb - test/nested_test.rb - test/overloading_test.rb - test/struct_test.rb - test/subclass_test.rb - test/test_helper.rb - test/to_from_ruby_test.rb - test/wrap_as_test.rb - test/headers/Adder.cpp - test/headers/Adder.h - test/headers/alloc_strats.h - test/headers/class_methods.h - test/headers/code/custom_to_from_ruby.cpp - test/headers/code/custom_to_from_ruby.hpp - test/headers/complex_static_methods.h - test/headers/constructors.h - test/headers/default_arguments.h - test/headers/director.h - test/headers/empty.h - test/headers/enums.h - test/headers/external_mapping.h - test/headers/external_mapping_rice.h - test/headers/function_pointers.h - test/headers/function_pointers_class.h - test/headers/functions.h - test/headers/implicit_cast.h - test/headers/include/helper.h - test/headers/needs_code.h - test/headers/nested_classes.h - test/headers/nested_struct.h - test/headers/overload.h - test/headers/requires_define.h - test/headers/subclass.h - test/headers/Subtracter.hpp - test/headers/to_from_ruby.h - test/headers/to_from_ruby_source.cpp - test/headers/ugly_interface.h - test/headers/ugly_interface_ns.h - test/headers/with_includes.h