dmarkov-right_aws 1.10.0

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,246 @@
1
+ == 1.1.0 2007-08-10
2
+ Initial release.
3
+
4
+ == 1.2.0 2007-09-12
5
+
6
+ * r1718, todd, 2007-09-12 15:34:37
7
+ * # 458, Extensive documentation review, rework, and expansion. Also added
8
+ coverage analysis to the test suite using RCov.
9
+
10
+ * r1690, todd, 2007-09-07 15:23:11
11
+ * # 447, Add support.rb to manifest
12
+
13
+ * r1688, todd, 2007-09-07 13:57:39
14
+ * # 447, Use Active Support if available, but don't require it. Load our own
15
+ extensions if it's not present. This keeps us from overloading ActiveSupport if
16
+ a user's already using it.
17
+
18
+ * r1687, todd, 2007-09-07 11:36:43
19
+ * # 447, Removed dependency on activesupport
20
+
21
+ * r1676, konstantin, 2007-09-06 01:27:09
22
+ * paid AMIs, small fix
23
+
24
+ * r1667, konstantin, 2007-09-05 12:58:10
25
+ * # 427, paid AMI support for ec2_instances
26
+
27
+ * r1658, konstantin, 2007-09-05 01:02:25
28
+ * params improvements for ec2.describe_xxx, now ones can use a String as well as an Array.
29
+
30
+ * r1653, konstantin, 2007-09-04 12:31:19
31
+ * libxml and paid AMI support added
32
+
33
+ * r1581, tve, 2007-08-24 16:21:45
34
+ * Improved RightAws documentation
35
+
36
+ == 1.3.0 2007-09-26
37
+
38
+ * r1754, todd, 2007-09-19 13:48:34
39
+ * # 487, # 488, Consolidate a lot of code that was repeated in three places.
40
+ Fix error handling path when using streaming GET interfaces with S3.
41
+ Also add a stub for RightHttpConnection which allows more control over the
42
+ unit tests. Expand the unit tests and coverage tests.
43
+
44
+ * r1755, todd, 2007-09-19 14:29:19
45
+ * # 487, RDoc fixes after code consolidation
46
+
47
+ * r1866, konstantin, 2007-10-05 06:17:36
48
+ * # 220, close connection on HTTP 5xx/4xx errors
49
+
50
+ == 1.4.0 2007-10-10
51
+
52
+ * r1868, konstantin, 2007-10-05 06:38:37
53
+ * # 220, inst_type branch merge into 1.3.0 release
54
+
55
+ * r1869, konstantin, 2007-10-05 07:32:34
56
+ * right_http_connection 1.1.1 requirements fixed
57
+
58
+ * r1879, konstantin, 2007-10-07 02:11:24
59
+ * # 524, blocks added to ec2_describe_xxx to support aws_cache
60
+
61
+ * r1924, konstantin, 2007-10-12 11:35:06
62
+ * # 536, user_data bug fix
63
+
64
+ * r1929, tve, 2007-10-15 00:00:11
65
+ * Fix libxml/rexml selection bug
66
+
67
+ * r1938, konstantin, 2007-10-16 10:53:56
68
+ * instance type support is set to default
69
+
70
+ == 1.4.3 2007-10-25
71
+
72
+ * r1983, konstantin, 2007-10-25 22:33:00 +0400
73
+ * Fixed ActiveSupport requirement bug (thanks to Toby)
74
+ * Fixed HttpConnection logging to stdout bug (thanks to Toby)
75
+
76
+ == 1.4.4
77
+
78
+ * r1999, tve, 2007-11-01 00:07:00 -0700
79
+ * Fixed escaping issue affecting key names in S3 gem
80
+ * Fixed duplicate marker in S3 incremental bucket listing
81
+
82
+ * r2001, konstantin, 2007-11-01 12:03:13 +0300
83
+ * Fixed multiple permissions assignment on Grantee#grant/revoke
84
+ * Fixed new grantee permissions set ingnore (Grantee#apply)
85
+ * S3::Grantee#exists? method added
86
+
87
+ * r2109, konstantin, 2007-11-12 21:49:36 +0300
88
+ * RightAwsBaseInterface: caching implemented.
89
+ (The Ec2 functions are being cached: describe_images, describe_instances,
90
+ describe_security_groups and describe_key_pairs)
91
+
92
+ == 1.4.5 - 1.4.6
93
+ * r 2619, konstantin, 01-17-08 16:18:36 +0300
94
+ * S3 Location constraints support added.
95
+ * Fixed bug with trailing '/' in the bucket name for 'EU' located buckets
96
+ * Added: S3Interface#bucket_location, S3::Bucket#location
97
+
98
+ == 1.4.7
99
+ * r 2622, konstantin, 01-18-08 13:52:20 +0300
100
+ * Virtual domains doc added
101
+ * S3 Query API fixed to support virtual domains.
102
+
103
+ == 1.4.8
104
+ * r 2650, konstantin, 01-24-08 11:12:00 +0300
105
+ * net_fix.rb moved to right_http_connection
106
+
107
+ == 1.5.0
108
+ * r 2688, konstantin, 02-30-08 15:42:00 +0300
109
+ * SDB support added.
110
+ * RightAws::S3::bucket and RightAws::S3::Bucket.create methods behaviour
111
+ changed: param +create+ is set to +false+ by default.
112
+
113
+ == 1.6.0
114
+
115
+ * r2780, todd, 2008-02-11 11:41:07 -0800 (Mon, 11 Feb 2008), 4 lines
116
+ * Some doc updates & tweaks: we now support ultra-large PUTs to S3, small SDB
117
+ cleanups, add SDB to the list of interfaces in RightAws, update some copyrights,
118
+ warn about loading attachment_fu AFTER right_aws (big no-no).
119
+
120
+ * r2784, todd, 2008-02-11 13:46:47 -0800 (Mon, 11 Feb 2008), 2 lines
121
+ * One final clarification: you may get a Net::HTTP bad monkey patch exception
122
+
123
+ * r2880, todd, 2008-02-25 18:06:22 -0800 (Mon, 25 Feb 2008), 2 lines
124
+ * Add SQS 'Gen 2' interface implementation
125
+
126
+ * r2913, todd, 2008-02-29 16:57:07 -0800 (Fri, 29 Feb 2008), 3 lines
127
+ * SqsGen2 (object interface), unit tests for both interfaces, documentation updates.
128
+
129
+ * r2922, todd, 2008-03-03 15:26:42 -0800 (Mon, 03 Mar 2008), 2 lines
130
+ * couple of documentation tweaks in prep for 1.6.0
131
+
132
+ == 1.6.1
133
+
134
+ * r2963, todd, 2008-03-06 19:10:23 -0800 (Thu, 06 Mar 2008), 3 lines
135
+ * (#950) Many minor fixes in incrementally_list_bucket to prevent a death loop
136
+ in certain rare conditions
137
+
138
+ == 1.7.0
139
+
140
+ * r3051, konstantin, 2008-03-14 21:26:12 +0300 (Fri, 14 Mar 2008), 1 line
141
+ * #897, ActiveSdb alpha release
142
+
143
+ == 1.7.1
144
+
145
+ Do not autoload right_sdb with the rest of the modules; it requires uuidtools.
146
+ We want the user to explicly request ActiveSdb, at least as long as it is
147
+ alpha/beta.
148
+
149
+ Fix escaping problem in SqsGen2Interface: POST bodies did not properly escape the '&' character
150
+
151
+ == 1.7.2
152
+
153
+ Release Notes:
154
+
155
+ RightAws includes some new features, including:
156
+ - Support in RightAws::S3 and RightAws::S3Interface for S3 key copy, move, and rename
157
+ - Support for signature version 0 request authentication to EC2, SQS, and SDB
158
+ - Enhanced S3 object meta-header read and update
159
+ - Interoperability with clouds running Eucalyptus (http://eucalyptus.cs.ucsb.edu)
160
+ [ Contributed by the Eucalyptus group ]
161
+ - Support for c1.medium and c1.xlarge instance types
162
+
163
+ Bug fixes include:
164
+ - Corrected the failure, under certain conditions, of retries of streaming PUTs to S3.
165
+ We now reset the seek pointer of the streaming IO object to its initial position.
166
+ - Removal of an accidental dependency on ActiveSupport in RightAws::S3Interface.get_link().
167
+ - Monkey-patch of the Ruby File class on Windows platforms to correct a problem in lstat.
168
+ The lstat bug was causing failure of very large file uploads on Windows [ Contributed by Benjamin Allfree ]
169
+ - Fixed parsing of the ETag field for S3 objects
170
+
171
+ == 1.7.3
172
+
173
+ Release Notes:
174
+
175
+ - Removed the 1.7.2 monkey-patch of the Ruby File class on Windows. This patch broke Rails 2.0.
176
+ The patch is now included in the README for anyone to use at their own risk.
177
+
178
+ == 1.8.0
179
+
180
+ Release Notes:
181
+
182
+ This release adds major new features to RightAws to support Amazon's new
183
+ Elastic Block Store (EBS). Via the RightAws::Ec2 module, users can create
184
+ and delete EBS volumes, attach and detach them from instances, snapshot
185
+ volumes, and list the available volumes and snapshots.
186
+
187
+ Bug fixes include correction of RightAws::S3 copy's failure to url-encode
188
+ the source key.
189
+
190
+ == 1.8.1
191
+
192
+ Release Notes:
193
+
194
+ RightScale::SdbInterface & ::ActiveSdb have several enhancements, including:
195
+ - RightAws::SdbInterface#last_query_expression added for debug puposes
196
+ - RightAws::ActiveSdb::Base#query :order and :auto_load options added to support query
197
+ result sorting and attributes auto loading
198
+ - RightAws::ActiveSdb::Base#find_all_by_ and find_by_ helpers improved to support
199
+ :order, :auto_load, :limit and :next_token options
200
+ - RightAws::SdbInterface#delete_attributes bug fixed
201
+ - SdbInterface allows specification of a string value to use for
202
+ representing Ruby nil in SDB.
203
+ - Sdb tests fixed and improved
204
+
205
+ The ::S3 interface now has support for S3's server access logging.
206
+ Amazon considers server access logging to be a beta or provisional feature.
207
+
208
+ === 1.9.0
209
+
210
+ Release Notes:
211
+ - RightAws::Ec2 now supports Windows instances. Added:
212
+ - Ec2::get_initial_password
213
+ - Ec2::bundle_instance
214
+ - Ec2::describe_bundle_tasks
215
+ - Ec::cancel_bundle_task
216
+
217
+ - Full Amazon CloudFront support added with RightAws::AcfInterface
218
+ - Bug fixes to S3Interface::store_object_and_verify and
219
+ S3Interface::retrieve_object_and_verify (thanks to numerous user reports)
220
+ - Updates to caching for Ec2::describe_images_by methods
221
+ - Ec2 now has Ec2::last_request_id
222
+
223
+ === 1.10.0
224
+
225
+ Release Notes:
226
+
227
+ The big new features are SDB's SQL-like query and query_with_attributes
228
+ support as well as signature v2 support for all services. There are also
229
+ numerous bug fixes, many of them reported and patched by users and
230
+ customers.
231
+
232
+ - AwsBase: signature v2 support added
233
+ - AwsBase: fix the regex matching for xmlpath which didn't work in Ruby
234
+ 1.8.7 (thanks to a customer report)
235
+ - Ec2: describe_availability_zones improved to support regions
236
+ - Ec2: Disabled retries when EC2 returns "ServiceUnavailable: Request limit
237
+ exceeded"
238
+ - Ec2: Use POST for large queries; this avoids truncation of large user data
239
+ when launching instances (thanks to Bob for the report)
240
+ - CloudFront: docs fixes
241
+ - SDB: added: SQL-like query, select and query_with_attributes support
242
+ - SDB: fixed no method error when searching for id that doesn't exist
243
+ (thanks to multiple users for reporting this)
244
+ - S3: Fixed overzealous URL-encoding when generating URLs for S3 keys
245
+ (thanks to a bug report on the RubyForge forum)
246
+
@@ -0,0 +1,34 @@
1
+ History.txt
2
+ Manifest.txt
3
+ README.txt
4
+ Rakefile
5
+ lib/awsbase/benchmark_fix.rb
6
+ lib/awsbase/right_awsbase.rb
7
+ lib/awsbase/support.rb
8
+ lib/ec2/right_ec2.rb
9
+ lib/right_aws.rb
10
+ lib/s3/right_s3.rb
11
+ lib/s3/right_s3_interface.rb
12
+ lib/sdb/active_sdb.rb
13
+ lib/sdb/right_sdb_interface.rb
14
+ lib/sqs/right_sqs.rb
15
+ lib/sqs/right_sqs_gen2.rb
16
+ lib/sqs/right_sqs_gen2_interface.rb
17
+ lib/sqs/right_sqs_interface.rb
18
+ lib/acf/right_acf_interface.rb
19
+ test/ec2/test_helper.rb
20
+ test/ec2/test_right_ec2.rb
21
+ test/http_connection.rb
22
+ test/s3/test_helper.rb
23
+ test/s3/test_right_s3.rb
24
+ test/s3/test_right_s3_stubbed.rb
25
+ test/sdb/test_active_sdb.rb
26
+ test/sdb/test_helper.rb
27
+ test/sdb/test_right_sdb.rb
28
+ test/sqs/test_helper.rb
29
+ test/sqs/test_right_sqs.rb
30
+ test/sqs/test_right_sqs_gen2.rb
31
+ test/test_credentials.rb
32
+ test/ts_right_aws.rb
33
+ test/acf/test_helper.rb
34
+ test/acf/test_right_acf.rb
@@ -0,0 +1,166 @@
1
+ = RightScale Amazon Web Services Ruby Gems
2
+
3
+ Published by RightScale, Inc. under the MIT License.
4
+ For information about RightScale, see http://www.rightscale.com
5
+
6
+ == DESCRIPTION:
7
+
8
+ The RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront.
9
+ These gems have been used in production by RightScale since late 2006 and are being maintained to track enhancements made by Amazon.
10
+ The RightScale AWS gems comprise:
11
+
12
+ - RightAws::Ec2 -- interface to Amazon EC2 (Elastic Compute Cloud) and the
13
+ associated EBS (Elastic Block Store)
14
+ - RightAws::S3 and RightAws::S3Interface -- interface to Amazon S3 (Simple Storage Service)
15
+ - RightAws::Sqs and RightAws::SqsInterface -- interface to first-generation Amazon SQS (Simple Queue Service) (API version 2007-05-01)
16
+ - RightAws::SqsGen2 and RightAws::SqsGen2Interface -- interface to second-generation Amazon SQS (Simple Queue Service) (API version 2008-01-01)
17
+ - RightAws::SdbInterface and RightAws::ActiveSdb -- interface to Amazon SDB (SimpleDB)
18
+ - RightAws::AcfInterface -- interface to Amazon CloudFront, a content distribution service
19
+
20
+ == FEATURES:
21
+
22
+ - Full programmmatic access to EC2, EBS, S3, SQS, SDB, and CloudFront.
23
+ - Complete error handling: all operations check for errors and report complete
24
+ error information by raising an AwsError.
25
+ - Persistent HTTP connections with robust network-level retry layer using
26
+ RightHttpConnection). This includes socket timeouts and retries.
27
+ - Robust HTTP-level retry layer. Certain (user-adjustable) HTTP errors returned
28
+ by Amazon's services are classified as temporary errors.
29
+ These errors are automaticallly retried using exponentially increasing intervals.
30
+ The number of retries is user-configurable.
31
+ - Fast REXML-based parsing of responses (as fast as a pure Ruby solution allows).
32
+ - Uses libxml (if available) for faster response parsing.
33
+ - Support for large S3 list operations. Buckets and key subfolders containing
34
+ many (> 1000) keys are listed in entirety. Operations based on list (like
35
+ bucket clear) work on arbitrary numbers of keys.
36
+ - Support for streaming GETs from S3, and streaming PUTs to S3 if the data source is a file.
37
+ - Support for single-threaded usage, multithreaded usage, as well as usage with multiple
38
+ AWS accounts.
39
+ - Support for both first- and second-generation SQS (API versions 2007-05-01
40
+ and 2008-01-01). These versions of SQS are not compatible.
41
+ - Support for signature versions 0, 1 and 2 on all services.
42
+ - Interoperability with any cloud running Eucalyptus (http://eucalyptus.cs.ucsb.edu)
43
+ - Test suite (requires AWS account to do "live" testing).
44
+
45
+ == THREADING:
46
+
47
+ All RightScale AWS interfaces offer two threading options:
48
+ 1. Use a single persistent HTTP connection per process.
49
+ 2. Use a persistent HTTP connection per Ruby thread.
50
+
51
+ Either way, it doesn't matter how many (for example) RightAws::S3 objects you create,
52
+ they all use the same per-program or per-thread
53
+ connection. The purpose of sharing the connection is to keep a single
54
+ persistent HTTP connection open to avoid paying connection
55
+ overhead on every request. However, if you have multiple concurrent
56
+ threads, you may want or need an HTTP connection per thread to enable
57
+ concurrent requests to AWS. The way this plays out in practice is:
58
+ 1. If you have a non-multithreaded Ruby program, use the non-multithreaded setting.
59
+ 2. If you have a multi-threaded Ruby program, use the multithreaded setting to enable
60
+ concurrent requests to S3 (or SQS, or SDB, or EC2).
61
+ 3. For running under Mongrel/Rails, use the non-multithreaded setting even though
62
+ mongrel is multithreaded. This is because only one Rails handler is invoked at
63
+ time (i.e. it acts like a single-threaded program)
64
+
65
+ Note that due to limitations in the I/O of the Ruby interpreter you
66
+ may not get the degree of parallelism you may expect with the multi-threaded setting.
67
+
68
+ By default, EC2/S3/SQS/SDB/ACF interface instances are created in single-threaded mode. Set
69
+ "params[:multi_thread]" to "true" in the initialization arguments to use
70
+ multithreaded mode.
71
+
72
+ == GETTING STARTED:
73
+
74
+ * For EC2 read RightAws::Ec2 and consult the Amazon EC2 API documentation at
75
+ http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=87
76
+ * For S3 read RightAws::S3 and consult the Amazon S3 API documentation at
77
+ http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=48
78
+ * For first generation SQS read RightAws::Sqs and consult the Amazon SQS API documentation at
79
+ http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=31
80
+ * For second generation SQS read RightAws::SqsGen2, RightAws::SqsGen2Interface, and consult the Amazon SQS API documentation at
81
+ http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1214&categoryID=31
82
+
83
+ Amazon's Migration Guide for moving from first to second generation SQS is
84
+ avalable at:
85
+ http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1148
86
+ * For SDB read RightAws::SdbInterface, RightAws::ActiveSdb, and consult the Amazon SDB API documentation at
87
+ http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=141
88
+ * For CloudFront (ACF) read RightAws::AcfInterface and consult the Amazon CloudFront API documentation at
89
+ http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=213
90
+
91
+ == KNOWN ISSUES:
92
+
93
+ - 7/08: A user has reported that uploads of large files on Windows may be broken on some
94
+ Win platforms due to a buggy File.lstat.size. Use the following monkey-patch at your own risk,
95
+ as it has been proven to break Rails 2.0 on Windows:
96
+
97
+ require 'win32/file'
98
+ class File
99
+ def lstat
100
+ self.stat
101
+ end
102
+ end
103
+
104
+
105
+ - Attempting to use the Gibberish plugin (used by the Beast forum app)
106
+ will break right_aws as well as lots of other code. Gibberish
107
+ changes the semantics of core Ruby (specifically, the String class) and thus presents a reliability
108
+ problem for most Ruby programs.
109
+
110
+ - 2/11/08: If you use RightAws in conjunction with attachment_fu, the
111
+ right_aws gem must be included (using the require statement) AFTER
112
+ attachment_fu. If right_aws is loaded before attachment_fu, you'll
113
+ encounter errors similar to:
114
+
115
+ s3.amazonaws.com temporarily unavailable: (wrong number of arguments (5 for 4))
116
+
117
+ or
118
+
119
+ 'incompatible Net::HTTP monkey-patch'
120
+
121
+ This is due to a conflict between the right_http_connection gem and another
122
+ gem required by attachment_fu. It may be possible to require right_aws (and
123
+ thus right_http_connection) in the .after_initialize method of the config object in
124
+ environment.rb (check the docs for Rails::Configuration.after_initialize).
125
+
126
+ - 8/07: Amazon has changed the semantics of the SQS service. A
127
+ new queue may not be created within 60 seconds of the destruction of any
128
+ older queue with the same name. Certain methods of RightAws::Sqs and
129
+ RightAws::SqsInterface will fail with the message:
130
+ "AWS.SimpleQueueService.QueueDeletedRecently: You must wait 60 seconds after deleting a queue before you can create another with the same name."
131
+
132
+ == REQUIREMENTS:
133
+
134
+ RightAws requires REXML and the right_http_connection gem.
135
+ If libxml and its Ruby bindings (distributed in the libxml-ruby gem) are
136
+ present, RightAws can be configured to use them:
137
+ RightAws::RightAWSParser.xml_lib = 'libxml'
138
+ Any error with the libxml installation will result in RightAws failing-safe to
139
+ REXML parsing.
140
+
141
+ == INSTALL:
142
+
143
+ sudo gem install right_aws
144
+
145
+ == LICENSE:
146
+
147
+ Copyright (c) 2007-2009 RightScale, Inc.
148
+
149
+ Permission is hereby granted, free of charge, to any person obtaining
150
+ a copy of this software and associated documentation files (the
151
+ 'Software'), to deal in the Software without restriction, including
152
+ without limitation the rights to use, copy, modify, merge, publish,
153
+ distribute, sublicense, and/or sell copies of the Software, and to
154
+ permit persons to whom the Software is furnished to do so, subject to
155
+ the following conditions:
156
+
157
+ The above copyright notice and this permission notice shall be
158
+ included in all copies or substantial portions of the Software.
159
+
160
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
161
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
162
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
163
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
164
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
165
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
166
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,112 @@
1
+ # -*- ruby -*-
2
+
3
+ require 'rubygems'
4
+ require 'hoe'
5
+ require "rake/testtask"
6
+ require 'rcov/rcovtask'
7
+ $: << File.dirname(__FILE__)
8
+ require 'lib/right_aws.rb'
9
+
10
+ testglobs = ["test/ts_right_aws.rb"]
11
+
12
+
13
+ # Suppress Hoe's self-inclusion as a dependency for our Gem. This also keeps
14
+ # Rake & rubyforge out of the dependency list. Users must manually install
15
+ # these gems to run tests, etc.
16
+ # TRB 2/24/09: also do this for the extra_dev_deps array present in newer hoes.
17
+ # Older versions of RubyGems will try to install developer-dependencies as
18
+ # required runtime dependencies. It would be great to take advantage of the extra dev deps, but not
19
+ # at the cost of requiring many additional dependencies if the user is running an older RubyGems.
20
+ class Hoe
21
+ def extra_deps
22
+ @extra_deps.reject do |x|
23
+ Array(x).first == 'hoe'
24
+ end
25
+ end
26
+ def extra_dev_deps
27
+ @extra_dev_deps.reject do |x|
28
+ Array(x).first == 'hoe'
29
+ end
30
+ end
31
+ end
32
+
33
+ Hoe.new('dmarkov-right_aws', RightAws::VERSION::STRING) do |p|
34
+ p.rubyforge_name = 'rightscale'
35
+ p.author = 'RightScale, Inc.'
36
+ p.email = 'rubygems@rightscale.com'
37
+ p.summary = 'Interface classes for the Amazon EC2/EBS, SQS, S3, SDB, and ACF Web Services'
38
+ p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
39
+ p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
40
+ p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
41
+ p.remote_rdoc_dir = "/right_aws_gem_doc"
42
+ p.extra_deps = [['right_http_connection','>= 1.2.4']]
43
+ p.test_globs = testglobs
44
+ end
45
+
46
+ desc "Analyze code coverage of the unit tests."
47
+ Rcov::RcovTask.new do |t|
48
+ t.test_files = FileList[testglobs]
49
+ #t.verbose = true # uncomment to see the executed command
50
+ end
51
+
52
+ desc "Test just the SQS interface"
53
+ task :testsqs do
54
+ require 'test/test_credentials'
55
+ require 'test/http_connection'
56
+ TestCredentials.get_credentials
57
+ require 'test/sqs/test_right_sqs.rb'
58
+ end
59
+
60
+ desc "Test just the second generation SQS interface"
61
+ task :testsqs2 do
62
+ require 'test/test_credentials'
63
+ require 'test/http_connection'
64
+ TestCredentials.get_credentials
65
+ require 'test/sqs/test_right_sqs_gen2.rb'
66
+ end
67
+
68
+ desc "Test just the S3 interface"
69
+ task :tests3 do
70
+ require 'test/test_credentials'
71
+ require 'test/http_connection'
72
+ TestCredentials.get_credentials
73
+ require 'test/s3/test_right_s3.rb'
74
+ end
75
+
76
+ desc "Test just the S3 interface using local stubs"
77
+ task :tests3local do
78
+ require 'test/test_credentials'
79
+ require 'test/http_connection'
80
+ TestCredentials.get_credentials
81
+ require 'test/s3/test_right_s3_stubbed.rb'
82
+ end
83
+
84
+ desc "Test just the EC2 interface"
85
+ task :testec2 do
86
+ require 'test/test_credentials'
87
+ TestCredentials.get_credentials
88
+ require 'test/ec2/test_right_ec2.rb'
89
+ end
90
+
91
+ desc "Test just the SDB interface"
92
+ task :testsdb do
93
+ require 'test/test_credentials'
94
+ TestCredentials.get_credentials
95
+ require 'test/sdb/test_right_sdb.rb'
96
+ end
97
+
98
+ desc "Test active SDB interface"
99
+ task :testactivesdb do
100
+ require 'test/test_credentials'
101
+ TestCredentials.get_credentials
102
+ require 'test/sdb/test_active_sdb.rb'
103
+ end
104
+
105
+ desc "Test CloudFront interface"
106
+ task :testacf do
107
+ require 'test/test_credentials'
108
+ TestCredentials.get_credentials
109
+ require 'test/acf/test_right_acf.rb'
110
+ end
111
+
112
+ # vim: syntax=Ruby