# -*- encoding: utf-8 -*-
# stub: s3-sync 1.2.7 ruby lib

Gem::Specification.new do |s|
  s.name = "s3-sync".freeze
  s.version = "1.2.7".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Davide D'Agostino".freeze]
  s.date = "2009-09-28"
  s.email = "d.dagostino@lipsiasoft.com".freeze
  s.executables = ["s3sync".freeze]
  s.files = ["History.txt".freeze, "README.rdoc".freeze, "bin/s3sync".freeze, "lib/s3sync.rb".freeze, "lib/s3sync/HTTPStreaming.rb".freeze, "lib/s3sync/S3.rb".freeze, "lib/s3sync/S3_s3sync_mod.rb".freeze, "lib/s3sync/S3encoder.rb".freeze, "lib/s3sync/s3config.rb".freeze, "lib/s3sync/s3try.rb".freeze, "lib/s3sync/thread_generator.rb".freeze, "test/test_helper.rb".freeze, "test/test_s3sync.rb".freeze]
  s.homepage = "http://s3sync.net".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "This is a ruby program that easily transfers directories between a local directory and an S3 bucket:prefix. It behaves somewhat, but not precisely, like the rsync program. In particular, it shares rsync's peculiar behavior that trailing slashes on the source side are meaningful. See examples below.".freeze
end