Sha256: 759549005d328288cb221614e7a6d6ee057962b72186b6409121b0d230509d8a

Contents?: true

Size: 784 Bytes

Versions: 3

Compression:

Stored size: 784 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rbrsync/version'

Gem::Specification.new do |s|
  s.name          = "rbrsync"
  s.version       = RbRsync::VERSION
  s.authors       = ["Caleb Land", "Koen Punt"]
  s.email         = ["caleb.land@gmail.com", "koen@fetch.nl"]
  s.description   = %q{A thin Ruby wrapper around rsync}
  s.summary       = %q{A thin Ruby wrapper around rsync}
  s.homepage      = "http://www.github.com/koenpunt/rbrsync"

  s.files         = `git ls-files`.split($/)
  s.executables   = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_dependency 'open4', ['1.3.0']
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbrsync-0.0.4 rbrsync.gemspec
rbrsync-0.0.3 rbrsync.gemspec
rbrsync-0.0.2 rbrsync.gemspec