frahugo-s3sync 1.3.8

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,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,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: frahugo-s3sync
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 3
8
+ - 8
9
+ version: 1.3.8
10
+ platform: ruby
11
+ authors:
12
+ - frahugo
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-12-16 00:00:00 -05:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description:
22
+ email: hugo@cekoya.com
23
+ executables:
24
+ - s3sync
25
+ - s3cmd
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - README.rdoc
30
+ files:
31
+ - History.txt
32
+ - Manifest.txt
33
+ - PostInstall.txt
34
+ - README.rdoc
35
+ - Rakefile
36
+ - VERSION
37
+ - bin/s3cmd
38
+ - bin/s3sync
39
+ - docs/README.txt
40
+ - docs/README_s3cmd.txt
41
+ - docs/s3config.yml.example
42
+ - lib/s3sync.rb
43
+ - lib/s3sync/HTTPStreaming.rb
44
+ - lib/s3sync/S3.rb
45
+ - lib/s3sync/S3_s3sync_mod.rb
46
+ - lib/s3sync/S3encoder.rb
47
+ - lib/s3sync/s3config.rb
48
+ - lib/s3sync/s3try.rb
49
+ - script/console
50
+ - script/destroy
51
+ - script/generate
52
+ - test/test_helper.rb
53
+ - test/test_s3sync.rb
54
+ has_rdoc: true
55
+ homepage: http://s3sync.net
56
+ licenses: []
57
+
58
+ post_install_message:
59
+ rdoc_options:
60
+ - --charset=UTF-8
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ segments:
69
+ - 0
70
+ version: "0"
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ none: false
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ segments:
77
+ - 0
78
+ version: "0"
79
+ requirements: []
80
+
81
+ rubyforge_project:
82
+ rubygems_version: 1.3.7
83
+ signing_key:
84
+ specification_version: 3
85
+ summary: Fork of s3sync to be compatible with ruby 1.9.
86
+ test_files:
87
+ - test/test_helper.rb
88
+ - test/test_s3sync.rb