Sha256: ee843ed80ce2dfd13b8c6af123d907691d656fefd67175533c4a43a474861a6e

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 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.3}
    gem.email = "cprobert@gmail.com"
    gem.homepage = "https://github.com/cprobert/s3sync"
    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

2 entries across 2 versions & 1 rubygems

Version Path
cprobert-s3sync-1.4.2 Rakefile
cprobert-s3sync-1.4.1 Rakefile