Sha256: 52f9bb14602e9bcf5551cc7d936197368d7f7c362a6ef5447b2917768776a170
Contents?: true
Size: 726 Bytes
Versions: 1
Compression:
Stored size: 726 Bytes
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "cprobert-s3sync" gem.summary = %Q{Fork of s3sync to be compatible with ruby 1.9.} gem.email = "cprobert@gmail.com" gem.homepage = "http://s3sync.net" gem.authors = ["cprobert"] gem.files.include FileList.new('lib/**/*.rb', "bin/*", "History.txt", "PostInstall.txt", "VERSION", "README.rdoc", "Rakefile") gem.executables = ["s3sync", "s3cmd"] # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cprobert-s3sync-1.3.6 | Rakefile |