Sha256: 67f34c3cba5a5a92222cfef893d5606e58e213f464eb2d63a02b3f5de3fbf726
Contents?: true
Size: 822 Bytes
Versions: 2
Compression:
Stored size: 822 Bytes
Contents
$LOAD_PATH.unshift "../net-ssh/lib" require './lib/net/sftp/version' begin require 'echoe' rescue LoadError abort "You'll need to have `echoe' installed to use Net::SFTP's Rakefile" end version = Net::SFTP::Version::STRING.dup if ENV['SNAPSHOT'].to_i == 1 version << "." << Time.now.utc.strftime("%Y%m%d%H%M%S") end Echoe.new('net-sftp', version) do |p| p.project = "net-ssh" p.changelog = "CHANGELOG.rdoc" p.author = "Jamis Buck" p.email = "jamis@jamisbuck.org" p.summary = "A pure Ruby implementation of the SFTP client protocol" p.url = "http://net-ssh.rubyforge.org/sftp" p.dependencies = ["net-ssh >=1.99.1"] p.need_zip = true p.include_rakefile = true p.rdoc_pattern = /^(lib|README.rdoc|CHANGELOG.rdoc)/ end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
net-sftp-2.0.0 | Rakefile |
net-sftp-2.0.1 | Rakefile |