--- !ruby/object:Gem::Specification name: mongoid_tree version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 0 version: 0.1.0 platform: ruby authors: - Rainer Kuhn autorequire: bindir: bin cert_chain: [] date: 2010-08-10 00:00:00 +02:00 default_executable: dependencies: [] description: Fully featured tree implementation for Mongoid using materialized paths and relative associations. Featuring Depth and Breadth first search. email: rkuhn@littleweblab.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .bundle/config - .gitignore - .rspec - .yardoc/checksums - .yardoc/objects/root.dat - .yardoc/proxy_types - Gemfile - Gemfile.lock - LICENSE - README.rdoc - Rakefile - VERSION - autotest/discover.rb - cucumber.yml - doc/_index.html - doc/class_list.html - doc/css/common.css - doc/css/full_list.css - doc/css/style.css - doc/file.README.html - doc/file_list.html - doc/frames.html - doc/index.html - doc/js/app.js - doc/js/full_list.js - doc/js/jquery.js - doc/method_list.html - doc/top-level-namespace.html - features/step_definitions/mongoid_tree_steps.rb - features/support/env.rb - features/traversal.feature - lib/mongoid_tree.rb - mongoid_tree.gemspec - spec/factories/node.rb - spec/models/node.rb - spec/mongoid_tree_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/rayls/mongoid_tree licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Materialized paths based tree implementation for Mongoid test_files: - spec/factories/node.rb - spec/models/node.rb - spec/mongoid_tree_spec.rb - spec/spec_helper.rb