em_aws 0.3.0.beta → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- em_aws (0.3.0.beta)
4
+ em_aws (0.3.0)
5
5
  aws-sdk (~> 1.9.3)
6
6
  em-http-request
7
7
  em-synchrony
@@ -12,7 +12,7 @@ GEM
12
12
  specs:
13
13
  ZenTest (4.8.4)
14
14
  addressable (2.3.4)
15
- aws-sdk (1.9.3)
15
+ aws-sdk (1.9.5)
16
16
  json (~> 1.4)
17
17
  nokogiri (>= 1.4.4)
18
18
  uuidtools (~> 2.1)
@@ -31,7 +31,7 @@ GEM
31
31
  eventmachine (>= 1.0.0.beta.1)
32
32
  eventmachine (1.0.3)
33
33
  eventmachine_httpserver (0.2.1)
34
- hot_tub (0.2.5)
34
+ hot_tub (0.2.6)
35
35
  http_parser.rb (0.5.3)
36
36
  json (1.7.7)
37
37
  nokogiri (1.5.9)
data/HISTORY.md CHANGED
@@ -4,7 +4,7 @@ EmAws Changelog
4
4
  HEAD
5
5
  =======
6
6
 
7
- 0.3.0.beta
7
+ 0.3.0
8
8
  =======
9
9
 
10
10
  - requires AWS-SDK 1.9.3 for thread saftey issues in 1.9.0-1.9.2
data/README.md CHANGED
@@ -37,7 +37,7 @@ Add the following to your aws.rb initializer:
37
37
  :async => false)) # If set to true all requests are handle asynchronously
38
38
  # and initially return nil
39
39
 
40
- Your done.
40
+ You are done.
41
41
 
42
42
  All requests to AWS will use EM-Synchrony's implementation of em-http-request for non-block HTTP requests and fiber management. See [EM-HTTP-Request](https://github.com/igrigorik/em-http-request/wiki/Issuing-Requests#available-connection--request-parameters) for all client options
43
43
 
@@ -5,6 +5,8 @@ require 'em-http'
5
5
  require 'em-synchrony'
6
6
  require 'em-synchrony/em-http'
7
7
  require 'aws/core/http/em_http_handler'
8
+ require 'hot_tub'
8
9
 
9
10
  AWS.eager_autoload! # lazy load isn't thread safe
11
+ HotTub.logger = AWS.config.logger
10
12
  module EmAws;end
@@ -1,3 +1,3 @@
1
1
  module EmAws
2
- VERSION = "0.3.0.beta"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em_aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.beta
5
- prerelease: 6
4
+ version: 0.3.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Joshua Mckinney
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-30 00:00:00.000000000 Z
12
+ date: 2013-05-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -146,9 +146,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  none: false
148
148
  requirements:
149
- - - ! '>'
149
+ - - ! '>='
150
150
  - !ruby/object:Gem::Version
151
- version: 1.3.1
151
+ version: '0'
152
152
  requirements: []
153
153
  rubyforge_project: em_aws
154
154
  rubygems_version: 1.8.25