mgreenly-s3sync 1.2.4

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.
data/s3sync.gemspec ADDED
@@ -0,0 +1,34 @@
1
+ Gem::Specification.new do |s|
2
+ s.add_dependency("mime-types", ["> 0.0.0"])
3
+ s.name = "s3sync"
4
+ s.version = "1.2.4"
5
+ s.date = "2008-05-03"
6
+ s.summary = "rysnc like tool for Amazon S3"
7
+ s.email = "mgreenly@gmail.com"
8
+ s.homepage = "http://github.com/mgreenly/s3sync/tree/master"
9
+ s.description = "rsync like tool for Amazon S3"
10
+ s.has_rdoc = true
11
+ s.bindir = "bin"
12
+ s.executables = ["s3sync", "s3cmd"]
13
+ s.authors = ["Michael Greenly"]
14
+ s.rdoc_options = ["--main", "README.rdoc"]
15
+ s.extra_rdoc_files = ["README.rdoc"]
16
+ s.files = ["s3sync.gemspec",
17
+ "Rakefile",
18
+ "bin/s3sync",
19
+ "bin/s3cmd",
20
+ "lib/s3sync/S3_s3sync_mod.rb",
21
+ "lib/s3sync/s3sync.rb",
22
+ "lib/s3sync/HTTPStreaming.rb",
23
+ "lib/s3sync/s3cmd.rb",
24
+ "lib/s3sync/S3encoder.rb",
25
+ "lib/s3sync/s3config.rb",
26
+ "lib/s3sync/S3.rb",
27
+ "lib/s3sync/s3try.rb",
28
+ "lib/s3sync/thread_generator.rb",
29
+ "data/s3config.yml.example",
30
+ "data/original_readme.txt",
31
+ "data/original_s3cmd.txt" ]
32
+ end
33
+
34
+
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mgreenly-s3sync
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.4
5
+ platform: ruby
6
+ authors:
7
+ - Michael Greenly
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-03 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: mime-types
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">"
21
+ - !ruby/object:Gem::Version
22
+ version: 0.0.0
23
+ version:
24
+ description: rsync like tool for Amazon S3
25
+ email: mgreenly@gmail.com
26
+ executables:
27
+ - s3sync
28
+ - s3cmd
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - README.rdoc
33
+ files:
34
+ - s3sync.gemspec
35
+ - Rakefile
36
+ - bin/s3sync
37
+ - bin/s3cmd
38
+ - lib/s3sync/S3_s3sync_mod.rb
39
+ - lib/s3sync/s3sync.rb
40
+ - lib/s3sync/HTTPStreaming.rb
41
+ - lib/s3sync/s3cmd.rb
42
+ - lib/s3sync/S3encoder.rb
43
+ - lib/s3sync/s3config.rb
44
+ - lib/s3sync/S3.rb
45
+ - lib/s3sync/s3try.rb
46
+ - lib/s3sync/thread_generator.rb
47
+ - data/s3config.yml.example
48
+ - data/original_readme.txt
49
+ - data/original_s3cmd.txt
50
+ has_rdoc: true
51
+ homepage: http://github.com/mgreenly/s3sync/tree/master
52
+ post_install_message:
53
+ rdoc_options:
54
+ - --main
55
+ - README.rdoc
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
69
+ version:
70
+ requirements: []
71
+
72
+ rubyforge_project:
73
+ rubygems_version: 1.0.1
74
+ signing_key:
75
+ specification_version: 2
76
+ summary: rysnc like tool for Amazon S3
77
+ test_files: []
78
+