Sha256: a12a9670fb538cdebc45456f3173882e82969cd3c55796d7c48aa66ffcde1aab

Contents?: true

Size: 961 Bytes

Versions: 1

Compression:

Stored size: 961 Bytes

Contents

require 'rubygems'

Gem::Specification.new do |spec|
  spec.name      = 'file-find'
  spec.version   = '0.3.6'
  spec.author    = 'Daniel Berger'
  spec.license   = 'Artistic 2.0'
  spec.summary   = 'A better way to find files'
  spec.email     = 'djberg96@gmail.com'
  spec.homepage  = 'http://github.com/djberg96/file-find'
  spec.files     = Dir['**/*'].reject{ |f| f.include?('git') }
  spec.test_file = 'test/test_file_find.rb'

  spec.rubyforge_project = 'shards'
  spec.extra_rdoc_files  = ['README', 'CHANGES', 'MANIFEST']

  spec.add_development_dependency('test-unit', '>= 2.5.0')
  spec.add_development_dependency('sys-admin')
  spec.add_development_dependency('rake')

  spec.description = <<-EOF
    The file-find library provides a better, more object oriented approach
    to finding files. It allows you to find files based on a variety of
    properties, such as access time, size, owner, etc. You can also limit
    directory depth.
  EOF
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
file-find-0.3.6 file-find.gemspec