Sha256: bb4a8d37458f9a5a7d47db1331dd18fa825e4b08091cb93e6c058c4cdc163e31
Contents?: true
Size: 1.45 KB
Versions: 0
Compression: gzip
Compressed size: 726 Bytes
Stored size: 726 Bytes
Contents
--- !ruby/object:Gem::Specification name: filetree version: !ruby/object:Gem::Version version: 0.0.3 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: [] has_rdoc: