s3fsr 1.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.
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: s3fsr
3
+ version: !ruby/object:Gem::Version
4
+ version: "1.4"
5
+ platform: ruby
6
+ authors:
7
+ - Stephen Haberman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-12 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: FUSE File System for Amazon S3
17
+ email: stephen@exigencecorp.com
18
+ executables:
19
+ - s3fsr
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib/s3fsr.rb
26
+ - lib/aws-matt/s3.rb
27
+ - lib/aws-matt/s3/error.rb
28
+ - lib/aws-matt/s3/base.rb
29
+ - lib/aws-matt/s3/service.rb
30
+ - lib/aws-matt/s3/object.rb
31
+ - lib/aws-matt/s3/logging.rb
32
+ - lib/aws-matt/s3/bittorrent.rb
33
+ - lib/aws-matt/s3/version.rb
34
+ - lib/aws-matt/s3/exceptions.rb
35
+ - lib/aws-matt/s3/extensions.rb
36
+ - lib/aws-matt/s3/owner.rb
37
+ - lib/aws-matt/s3/parsing.rb
38
+ - lib/aws-matt/s3/acl.rb
39
+ - lib/aws-matt/s3/authentication.rb
40
+ - lib/aws-matt/s3/bucket.rb
41
+ - lib/aws-matt/s3/response.rb
42
+ - lib/aws-matt/s3/connection.rb
43
+ has_rdoc: true
44
+ homepage: http://github.com/stephenh/s3fsr
45
+ licenses: []
46
+
47
+ post_install_message:
48
+ rdoc_options: []
49
+
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
+ version:
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ requirements: []
65
+
66
+ rubyforge_project:
67
+ rubygems_version: 1.3.5
68
+ signing_key:
69
+ specification_version: 3
70
+ summary: FUSE File System for Amazon S3
71
+ test_files: []
72
+