# -*- encoding: utf-8 -*- # stub: filetree 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "filetree".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eric West".freeze] s.date = "2013-05-27" s.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.".freeze s.email = "nick@quaran.to".freeze s.files = ["LICENSE".freeze, "README.md".freeze, "examples/simple_filetree.rb".freeze, "filetree.gemspec".freeze, "lib/filetree.rb".freeze, "lib/filetree/simple_tree.rb".freeze] s.homepage = "https://github.com/edubkendo/FileTree".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple ruby library for manipulating filepaths as tree structures".freeze end