aws 2.3.20 → 2.3.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/awsbase/right_awsbase.rb +1 -1
  2. metadata +28 -28
@@ -344,7 +344,7 @@ module Aws
344
344
  @params[:connection_mode] = :per_request if @params[:connection_mode] == :default
345
345
  @logger = @params[:logger]
346
346
  @logger = Rails.logger if !@logger && defined?(Rails) && defined?(Rails.logger)
347
- @logger = RAILS_DEFAULT_LOGGER if !@logger && defined?(RAILS_DEFAULT_LOGGER)
347
+ @logger = ::Rails.logger if !@logger && defined?(::Rails.logger)
348
348
  @logger = Logger.new(STDOUT) if !@logger
349
349
  @logger.info "New #{self.class.name} using #{@params[:connection_mode].to_s}-connection mode"
350
350
  @error_handler = nil
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 20
10
- version: 2.3.20
9
+ - 21
10
+ version: 2.3.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - Travis Reeder
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-07-27 00:00:00 -07:00
20
+ date: 2010-09-13 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -89,24 +89,24 @@ files:
89
89
  - lib/sqs/right_sqs.rb
90
90
  - lib/sqs/right_sqs_interface.rb
91
91
  - README.markdown
92
+ - test/ts_right_aws.rb
93
+ - test/elb/test_elb.rb
92
94
  - test/acf/test_acf.rb
93
95
  - test/acf/test_helper.rb
94
- - test/ec2/test_ec2.rb
95
- - test/ec2/test_helper.rb
96
- - test/ec2/test_mon.rb
97
- - test/elb/test_elb.rb
98
- - test/http_connection.rb
99
- - test/rds/test_rds.rb
100
- - test/s3/test_helper.rb
101
- - test/s3/test_s3.rb
102
- - test/s3/test_s3_stubbed.rb
96
+ - test/sdb/test_sdb.rb
103
97
  - test/sdb/test_active_sdb.rb
104
98
  - test/sdb/test_helper.rb
105
- - test/sdb/test_sdb.rb
106
- - test/sqs/test_helper.rb
99
+ - test/s3/test_s3.rb
100
+ - test/s3/test_s3_stubbed.rb
101
+ - test/s3/test_helper.rb
102
+ - test/rds/test_rds.rb
107
103
  - test/sqs/test_sqs.rb
104
+ - test/sqs/test_helper.rb
105
+ - test/ec2/test_ec2.rb
106
+ - test/ec2/test_mon.rb
107
+ - test/ec2/test_helper.rb
108
+ - test/http_connection.rb
108
109
  - test/test_credentials.rb
109
- - test/ts_right_aws.rb
110
110
  has_rdoc: true
111
111
  homepage: http://github.com/appoxy/aws/
112
112
  licenses: []
@@ -142,21 +142,21 @@ signing_key:
142
142
  specification_version: 3
143
143
  summary: AWS Ruby Library for interfacing with Amazon Web Services.
144
144
  test_files:
145
+ - test/ts_right_aws.rb
146
+ - test/elb/test_elb.rb
145
147
  - test/acf/test_acf.rb
146
148
  - test/acf/test_helper.rb
147
- - test/ec2/test_ec2.rb
148
- - test/ec2/test_helper.rb
149
- - test/ec2/test_mon.rb
150
- - test/elb/test_elb.rb
151
- - test/http_connection.rb
152
- - test/rds/test_rds.rb
153
- - test/s3/test_helper.rb
154
- - test/s3/test_s3.rb
155
- - test/s3/test_s3_stubbed.rb
149
+ - test/sdb/test_sdb.rb
156
150
  - test/sdb/test_active_sdb.rb
157
151
  - test/sdb/test_helper.rb
158
- - test/sdb/test_sdb.rb
159
- - test/sqs/test_helper.rb
152
+ - test/s3/test_s3.rb
153
+ - test/s3/test_s3_stubbed.rb
154
+ - test/s3/test_helper.rb
155
+ - test/rds/test_rds.rb
160
156
  - test/sqs/test_sqs.rb
157
+ - test/sqs/test_helper.rb
158
+ - test/ec2/test_ec2.rb
159
+ - test/ec2/test_mon.rb
160
+ - test/ec2/test_helper.rb
161
+ - test/http_connection.rb
161
162
  - test/test_credentials.rb
162
- - test/ts_right_aws.rb