Sha256: d6cd67f0b456c4d363a91f44712540a5db5aeb1d8abbf1ba20590abe26d6e670

Contents?: true

Size: 1.58 KB

Versions: 0

Compression: gzip

Compressed size: 771 Bytes

Stored size: 771 Bytes

Contents

--- !ruby/object:Gem::Specification
name: filetree
version: !ruby/object:Gem::Version
  version: 1.0.0
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: esw9999@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- Gemfile
- Gemfile.lock
- Guardfile
- LICENSE
- README.md
- Rakefile
- examples/simple_filetree.rb
- filetree.gemspec
- lib/filetree.rb
- lib/filetree/simple_tree.rb
- spec/filetree_spec.rb
- spec/spec_helper.rb
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.2.2
signing_key: 
specification_version: 4
summary: A simple ruby library for manipulating filepaths as tree structures
test_files:
- spec/filetree_spec.rb
- spec/spec_helper.rb

Package Spec version

filetree-1.0.0