Sha256: 941bfaab9576545de1965bb522f75761468d73935cf7ca2af3d613645b32dd2c
Contents?: true
Size: 1.44 KB
Versions: 0
Compression: gzip
Compressed size: 722 Bytes
Stored size: 722 Bytes
Contents
--- !ruby/object:Gem::Specification name: filetree version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Eric West autorequire: bindir: bin cert_chain: [] date: 2013-05-27 00:00:00.000000000 Z dependencies: [] description: A simple tree structure for working with FilePath objects in ruby. I simply took the simple_tree module from https://github.com/ealdent/simple-tree and hacked it into [Pathname](http://www.ruby-doc.org/stdlib-2.0/libdoc/pathname/rdoc/Pathname.html) from the std-lib. This means you get all the awesome features of working with Pathname, as well as making it easy to examine a filepath's ancestors and descendants. email: nick@quaran.to executables: [] extensions: [] extra_rdoc_files: [] files: - lib/filetree.rb - lib/filetree/simple_tree.rb - LICENSE - README.md - examples/simple_filetree.rb - filetree.gemspec homepage: https://github.com/edubkendo/FileTree licenses: - BSD metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.0.rc.2 signing_key: specification_version: 4 summary: A simple ruby library for manipulating filepaths as tree structures test_files: []