cprobert-s3sync 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ require 'stringio'
2
+ require 'test/unit'
3
+ require File.dirname(__FILE__) + '/../lib/s3sync'
@@ -0,0 +1,11 @@
1
+ require File.dirname(__FILE__) + '/test_helper.rb'
2
+
3
+ class TestS3sync < Test::Unit::TestCase
4
+
5
+ def setup
6
+ end
7
+
8
+ def test_truth
9
+ assert true
10
+ end
11
+ end
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cprobert-s3sync
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.6
5
+ platform: ruby
6
+ authors:
7
+ - cprobert
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-07-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: cprobert@gmail.com
15
+ executables:
16
+ - s3sync
17
+ - s3cmd
18
+ extensions: []
19
+ extra_rdoc_files:
20
+ - README.rdoc
21
+ files:
22
+ - History.txt
23
+ - Manifest.txt
24
+ - PostInstall.txt
25
+ - README.rdoc
26
+ - Rakefile
27
+ - VERSION
28
+ - bin/s3cmd
29
+ - bin/s3sync
30
+ - docs/README.txt
31
+ - docs/README_s3cmd.txt
32
+ - docs/s3config.yml.example
33
+ - lib/s3sync.rb
34
+ - lib/s3sync/HTTPStreaming.rb
35
+ - lib/s3sync/S3.rb
36
+ - lib/s3sync/S3_s3sync_mod.rb
37
+ - lib/s3sync/S3encoder.rb
38
+ - lib/s3sync/s3config.rb
39
+ - lib/s3sync/s3try.rb
40
+ - script/console
41
+ - script/destroy
42
+ - script/generate
43
+ - test/test_helper.rb
44
+ - test/test_s3sync.rb
45
+ homepage: http://s3sync.net
46
+ licenses: []
47
+ metadata: {}
48
+ post_install_message:
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubyforge_project:
64
+ rubygems_version: 2.0.3
65
+ signing_key:
66
+ specification_version: 4
67
+ summary: Fork of s3sync to be compatible with ruby 1.9.
68
+ test_files: []