Sha256: 2a71904fb6c4934a89028f1c79c8a1763ff2d0984f960c15afa9c058667b9d88

Contents?: true

Size: 730 Bytes

Versions: 1

Compression:

Stored size: 730 Bytes

Contents

# encoding: UTF-8

Gem::Specification.new do |s|
  s.name        = 'fspath-xattr'
  s.version     = '1.0.2'
  s.summary     = %q{FSPath methods xattr and lxattr to work with extended attributes using ffi-xattr gem}
  s.homepage    = "http://github.com/toy/#{s.name}"
  s.authors     = ['Ivan Kuchin']
  s.license     = 'MIT'

  s.rubyforge_project = s.name

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = %w[lib]

  s.add_dependency 'fspath', '>= 2', '< 4'
  s.add_dependency 'ffi-xattr', '~> 0.0.4'
  s.add_development_dependency 'rspec', '~> 3.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fspath-xattr-1.0.2 fspath-xattr.gemspec