--- !ruby/object:Gem::Specification name: rbgccxml version: !ruby/object:Gem::Version version: 1.0.3 prerelease: platform: ruby authors: - Jason Roelofs autorequire: bindir: bin cert_chain: [] date: 2011-12-16 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: &9648030 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.4.0 type: :runtime prerelease: false version_requirements: *9648030 - !ruby/object:Gem::Dependency name: gccxml_gem requirement: &9647790 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.9' type: :runtime prerelease: false version_requirements: *9647790 description: ! 'Rbgccxml is a library that parses out GCCXML (http://www.gccxml.org) output and provides a simple but very powerful querying API for finding exactly what you want out of the C++ source code ' email: jameskilton@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - TODO - Rakefile - lib/jamis.rb - lib/rbgccxml/node.rb - lib/rbgccxml/node_cache.rb - lib/rbgccxml/nodes/argument.rb - lib/rbgccxml/nodes/base.rb - lib/rbgccxml/nodes/class.rb - lib/rbgccxml/nodes/constructor.rb - lib/rbgccxml/nodes/destructor.rb - lib/rbgccxml/nodes/enum_value.rb - lib/rbgccxml/nodes/enumeration.rb - lib/rbgccxml/nodes/field.rb - lib/rbgccxml/nodes/file.rb - lib/rbgccxml/nodes/function.rb - lib/rbgccxml/nodes/function_type.rb - lib/rbgccxml/nodes/method.rb - lib/rbgccxml/nodes/method_type.rb - lib/rbgccxml/nodes/namespace.rb - lib/rbgccxml/nodes/struct.rb - lib/rbgccxml/nodes/type.rb - lib/rbgccxml/nodes/types/array_type.rb - lib/rbgccxml/nodes/types/cv_qualified_type.rb - lib/rbgccxml/nodes/types/fundamental_type.rb - lib/rbgccxml/nodes/types/pointer_type.rb - lib/rbgccxml/nodes/types/reference_type.rb - lib/rbgccxml/nodes/types/typedef.rb - lib/rbgccxml/nodes/union.rb - lib/rbgccxml/nodes/variable.rb - lib/rbgccxml/parser.rb - lib/rbgccxml/query_result.rb - lib/rbgccxml/rbgccxml.rb - lib/rbgccxml/sax_parser.rb - lib/rbgccxml.rb - lib/vendor/facets/once.rb - spec/arguments_test.rb - spec/classes_test.rb - spec/enumerations_test.rb - spec/function_pointers_test.rb - spec/functions_test.rb - spec/methods_test.rb - spec/namespaces_test.rb - spec/node_test.rb - spec/parser_test.rb - spec/pointer_to_member_test.rb - spec/query_results_test.rb - spec/structs_test.rb - spec/test_helper.rb - spec/types_test.rb - spec/variables_test.rb homepage: http://rbplusplus.rubyforge.org/rbgccxml licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rbplusplus rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Ruby interface to GCCXML test_files: - spec/arguments_test.rb - spec/classes_test.rb - spec/enumerations_test.rb - spec/function_pointers_test.rb - spec/functions_test.rb - spec/methods_test.rb - spec/namespaces_test.rb - spec/node_test.rb - spec/parser_test.rb - spec/pointer_to_member_test.rb - spec/query_results_test.rb - spec/structs_test.rb - spec/test_helper.rb - spec/types_test.rb - spec/variables_test.rb