right_aws-yodal 1.10.5

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,115 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: right_aws-yodal
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 10
8
+ - 5
9
+ version: 1.10.5
10
+ platform: ruby
11
+ authors:
12
+ - RightScale, Inc.
13
+ - Yodal
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2009-04-06 00:00:00 +00:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: right_http_connection
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 1
30
+ - 2
31
+ - 4
32
+ version: 1.2.4
33
+ type: :runtime
34
+ version_requirements: *id001
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: rubygems@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/s3/right_s3_interface.rb
57
+ - lib/sdb/active_sdb.rb
58
+ - lib/sdb/right_sdb_interface.rb
59
+ - lib/sqs/right_sqs.rb
60
+ - lib/sqs/right_sqs_gen2.rb
61
+ - lib/sqs/right_sqs_gen2_interface.rb
62
+ - lib/sqs/right_sqs_interface.rb
63
+ - lib/acf/right_acf_interface.rb
64
+ - lib/elb/right_elb_interface.rb
65
+ - lib/as/right_as_interface.rb
66
+ - lib/acw/right_acw_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
+ licenses: []
86
+
87
+ post_install_message:
88
+ rdoc_options:
89
+ - --main
90
+ - README.txt
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ segments:
98
+ - 0
99
+ version: "0"
100
+ required_rubygems_version: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ segments:
105
+ - 0
106
+ version: "0"
107
+ requirements: []
108
+
109
+ rubyforge_project: rightscale
110
+ rubygems_version: 1.3.6
111
+ signing_key:
112
+ specification_version: 2
113
+ summary: Interface classes for the Amazon EC2/EBS, SQS, S3, SDB, and ACF Web Services
114
+ test_files:
115
+ - test/ts_right_aws.rb