Sha256: 3572d7e0edede8bd69bf546457757f5249fafe31fbaaae506b3093d0316836c7

Contents?: true

Size: 726 Bytes

Versions: 8

Compression:

Stored size: 726 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "aproxacs-s3sync"
    gem.summary = %Q{Fork of s3sync to be compatible with ruby 1.9.}
    gem.email = "aproxacs@gmail.com"
    gem.homepage = "http://s3sync.net"
    gem.authors = ["aproxacs"]
    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

8 entries across 8 versions & 3 rubygems

Version Path
frahugo-s3sync-1.4.1 Rakefile
s3sync-cf-0.0.1 Rakefile
s3sync-cf-0.0.0 Rakefile
frahugo-s3sync-1.3.8 Rakefile
aproxacs-s3sync-1.3.6 Rakefile
aproxacs-s3sync-1.3.5 Rakefile
aproxacs-s3sync-1.3.4 Rakefile
aproxacs-s3sync-1.3.3 Rakefile