# -*- encoding: utf-8 -*- # stub: rbplusplus 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "rbplusplus".freeze s.version = "1.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jason Roelofs".freeze] s.date = "2016-05-16" s.description = "Rb++ combines the powerful query interface of rbgccxml and the Rice library to\nmake Ruby wrapping extensions of C++ libraries easier to write than ever.\n".freeze s.email = "jasongroelofs@gmail.com".freeze s.files = ["Rakefile".freeze, "TODO".freeze, "lib/inflections.rb".freeze, "lib/inflector.rb".freeze, "lib/jamis.rb".freeze, "lib/rbplusplus.rb".freeze, "lib/rbplusplus/builders/allocation_strategy.rb".freeze, "lib/rbplusplus/builders/base.rb".freeze, "lib/rbplusplus/builders/class.rb".freeze, "lib/rbplusplus/builders/const.rb".freeze, "lib/rbplusplus/builders/const_converter.rb".freeze, "lib/rbplusplus/builders/constructor.rb".freeze, "lib/rbplusplus/builders/director.rb".freeze, "lib/rbplusplus/builders/director_method.rb".freeze, "lib/rbplusplus/builders/enumeration.rb".freeze, "lib/rbplusplus/builders/extension.rb".freeze, "lib/rbplusplus/builders/global_function.rb".freeze, "lib/rbplusplus/builders/helpers/class.rb".freeze, "lib/rbplusplus/builders/helpers/enumeration.rb".freeze, "lib/rbplusplus/builders/helpers/implicit_caster.rb".freeze, "lib/rbplusplus/builders/helpers/module.rb".freeze, "lib/rbplusplus/builders/implicit_caster.rb".freeze, "lib/rbplusplus/builders/include.rb".freeze, "lib/rbplusplus/builders/instance_variable.rb".freeze, "lib/rbplusplus/builders/method.rb".freeze, "lib/rbplusplus/builders/method_base.rb".freeze, "lib/rbplusplus/builders/module.rb".freeze, "lib/rbplusplus/builders/module_function.rb".freeze, "lib/rbplusplus/builders/static_method.rb".freeze, "lib/rbplusplus/extension.rb".freeze, "lib/rbplusplus/logger.rb".freeze, "lib/rbplusplus/module.rb".freeze, "lib/rbplusplus/rbplusplus.rb".freeze, "lib/rbplusplus/transformers/class.rb".freeze, "lib/rbplusplus/transformers/constructor.rb".freeze, "lib/rbplusplus/transformers/function.rb".freeze, "lib/rbplusplus/transformers/method.rb".freeze, "lib/rbplusplus/transformers/namespace.rb".freeze, "lib/rbplusplus/transformers/node.rb".freeze, "lib/rbplusplus/transformers/rbgccxml.rb".freeze, "lib/rbplusplus/writers/base.rb".freeze, "lib/rbplusplus/writers/extension.rb".freeze, "lib/rbplusplus/writers/multiple_files_writer.rb".freeze, "lib/rbplusplus/writers/single_file_writer.rb".freeze, "test/allocation_strategies_test.rb".freeze, "test/class_methods_encapsulate_test.rb".freeze, "test/class_methods_test.rb".freeze, "test/classes_test.rb".freeze, "test/compiling_test.rb".freeze, "test/constructors_test.rb".freeze, "test/custom_code_test.rb".freeze, "test/default_arguments_test.rb".freeze, "test/director_test.rb".freeze, "test/enumerations_test.rb".freeze, "test/extension_test.rb".freeze, "test/file_writers_test.rb".freeze, "test/function_pointer_test.rb".freeze, "test/function_pointers_classes_test.rb".freeze, "test/functions_test.rb".freeze, "test/headers/Adder.cpp".freeze, "test/headers/Adder.h".freeze, "test/headers/Subtracter.hpp".freeze, "test/headers/alloc_strats.h".freeze, "test/headers/class_methods.h".freeze, "test/headers/code/custom_to_from_ruby.cpp".freeze, "test/headers/code/custom_to_from_ruby.hpp".freeze, "test/headers/code/my_type.hpp".freeze, "test/headers/complex_static_methods.h".freeze, "test/headers/constructors.h".freeze, "test/headers/default_arguments.h".freeze, "test/headers/director.h".freeze, "test/headers/empty.h".freeze, "test/headers/enums.h".freeze, "test/headers/external_mapping.h".freeze, "test/headers/external_mapping_rice.h".freeze, "test/headers/function_pointers.h".freeze, "test/headers/function_pointers_class.h".freeze, "test/headers/functions.h".freeze, "test/headers/implicit_cast.h".freeze, "test/headers/include/helper.h".freeze, "test/headers/needs_code.h".freeze, "test/headers/nested_classes.h".freeze, "test/headers/nested_struct.h".freeze, "test/headers/overload.h".freeze, "test/headers/requires_define.h".freeze, "test/headers/subclass.h".freeze, "test/headers/to_from_ruby.h".freeze, "test/headers/to_from_ruby_source.cpp".freeze, "test/headers/ugly_interface.h".freeze, "test/headers/ugly_interface_ns.h".freeze, "test/headers/with_includes.h".freeze, "test/implicit_cast_test.rb".freeze, "test/include_source_dir_test.rb".freeze, "test/include_source_files_test.rb".freeze, "test/modules_test.rb".freeze, "test/nested_test.rb".freeze, "test/overloading_test.rb".freeze, "test/struct_test.rb".freeze, "test/subclass_test.rb".freeze, "test/test_helper.rb".freeze, "test/to_from_ruby_test.rb".freeze, "test/wrap_as_test.rb".freeze] s.homepage = "http://rbplusplus.rubyforge.org".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby library to generate Rice wrapper code".freeze s.test_files = ["test/allocation_strategies_test.rb".freeze, "test/class_methods_encapsulate_test.rb".freeze, "test/class_methods_test.rb".freeze, "test/classes_test.rb".freeze, "test/compiling_test.rb".freeze, "test/constructors_test.rb".freeze, "test/custom_code_test.rb".freeze, "test/default_arguments_test.rb".freeze, "test/director_test.rb".freeze, "test/enumerations_test.rb".freeze, "test/extension_test.rb".freeze, "test/file_writers_test.rb".freeze, "test/function_pointer_test.rb".freeze, "test/function_pointers_classes_test.rb".freeze, "test/functions_test.rb".freeze, "test/implicit_cast_test.rb".freeze, "test/include_source_dir_test.rb".freeze, "test/include_source_files_test.rb".freeze, "test/modules_test.rb".freeze, "test/nested_test.rb".freeze, "test/overloading_test.rb".freeze, "test/struct_test.rb".freeze, "test/subclass_test.rb".freeze, "test/test_helper.rb".freeze, "test/to_from_ruby_test.rb".freeze, "test/wrap_as_test.rb".freeze, "test/headers/Adder.cpp".freeze, "test/headers/Adder.h".freeze, "test/headers/alloc_strats.h".freeze, "test/headers/class_methods.h".freeze, "test/headers/code/custom_to_from_ruby.cpp".freeze, "test/headers/code/custom_to_from_ruby.hpp".freeze, "test/headers/code/my_type.hpp".freeze, "test/headers/complex_static_methods.h".freeze, "test/headers/constructors.h".freeze, "test/headers/default_arguments.h".freeze, "test/headers/director.h".freeze, "test/headers/empty.h".freeze, "test/headers/enums.h".freeze, "test/headers/external_mapping.h".freeze, "test/headers/external_mapping_rice.h".freeze, "test/headers/function_pointers.h".freeze, "test/headers/function_pointers_class.h".freeze, "test/headers/functions.h".freeze, "test/headers/implicit_cast.h".freeze, "test/headers/include/helper.h".freeze, "test/headers/needs_code.h".freeze, "test/headers/nested_classes.h".freeze, "test/headers/nested_struct.h".freeze, "test/headers/overload.h".freeze, "test/headers/requires_define.h".freeze, "test/headers/subclass.h".freeze, "test/headers/Subtracter.hpp".freeze, "test/headers/to_from_ruby.h".freeze, "test/headers/to_from_ruby_source.cpp".freeze, "test/headers/ugly_interface.h".freeze, "test/headers/ugly_interface_ns.h".freeze, "test/headers/with_includes.h".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) end