rberger-right_aws 1.10.99

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,111 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rberger-right_aws
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.10.99
5
+ platform: ruby
6
+ authors:
7
+ - RightScale, Inc.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-07-16 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: right_http_connection
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.2.1
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: hoe
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.12.1
34
+ version:
35
+ description: "== DESCRIPTION: The RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront. These gems have been used in production by RightScale since late 2006 and are being maintained to track enhancements made by Amazon. The RightScale AWS gems comprise: - RightAws::Ec2 -- interface to Amazon EC2 (Elastic Compute Cloud) and the associated EBS (Elastic Block Store) - RightAws::S3 and RightAws::S3Interface -- interface to Amazon S3 (Simple Storage Service) - RightAws::Sqs and RightAws::SqsInterface -- interface to first-generation Amazon SQS (Simple Queue Service) (API version 2007-05-01) - RightAws::SqsGen2 and RightAws::SqsGen2Interface -- interface to second-generation Amazon SQS (Simple Queue Service) (API version 2008-01-01) - RightAws::SdbInterface and RightAws::ActiveSdb -- interface to Amazon SDB (SimpleDB) - RightAws::AcfInterface -- interface to Amazon CloudFront, a content distribution service == FEATURES:"
36
+ email: support@rightscale.com
37
+ executables: []
38
+
39
+ extensions: []
40
+
41
+ extra_rdoc_files:
42
+ - History.txt
43
+ - Manifest.txt
44
+ - README.txt
45
+ files:
46
+ - History.txt
47
+ - Manifest.txt
48
+ - README.txt
49
+ - Rakefile
50
+ - lib/awsbase/benchmark_fix.rb
51
+ - lib/awsbase/right_awsbase.rb
52
+ - lib/awsbase/support.rb
53
+ - lib/ec2/right_ec2.rb
54
+ - lib/right_aws.rb
55
+ - lib/s3/right_s3.rb
56
+ - lib/acw/right_acw_interface.rb
57
+ - lib/elb/right_elb_interface.rb
58
+ - lib/as/right_as_interface.rb
59
+ - lib/s3/right_s3_interface.rb
60
+ - lib/sdb/active_sdb.rb
61
+ - lib/sdb/right_sdb_interface.rb
62
+ - lib/sqs/right_sqs.rb
63
+ - lib/sqs/right_sqs_gen2.rb
64
+ - lib/sqs/right_sqs_gen2_interface.rb
65
+ - lib/sqs/right_sqs_interface.rb
66
+ - lib/acf/right_acf_interface.rb
67
+ - test/ec2/test_helper.rb
68
+ - test/ec2/test_right_ec2.rb
69
+ - test/http_connection.rb
70
+ - test/s3/test_helper.rb
71
+ - test/s3/test_right_s3.rb
72
+ - test/s3/test_right_s3_stubbed.rb
73
+ - test/sdb/test_active_sdb.rb
74
+ - test/sdb/test_helper.rb
75
+ - test/sdb/test_right_sdb.rb
76
+ - test/sqs/test_helper.rb
77
+ - test/sqs/test_right_sqs.rb
78
+ - test/sqs/test_right_sqs_gen2.rb
79
+ - test/test_credentials.rb
80
+ - test/ts_right_aws.rb
81
+ - test/acf/test_helper.rb
82
+ - test/acf/test_right_acf.rb
83
+ has_rdoc: true
84
+ homepage:
85
+ post_install_message:
86
+ rdoc_options:
87
+ - --main
88
+ - README.txt
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: "0"
96
+ version:
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: "0"
102
+ version:
103
+ requirements: []
104
+
105
+ rubyforge_project: rightaws
106
+ rubygems_version: 1.2.0
107
+ signing_key:
108
+ specification_version: 2
109
+ summary: Interface classes for the Amazon EC2, SQS, and S3 Web Services
110
+ test_files:
111
+ - test/ts_right_aws.rb