eventmachine-le 1.1.0.beta.2 → 1.1.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.
@@ -29,7 +29,7 @@ module EventMachine
29
29
  #
30
30
  # # If we don't care about the result:
31
31
  # pool.perform do |dispatcher|
32
- # # The following blcok executes inside a dedicated thread, and should not
32
+ # # The following block executes inside a dedicated thread, and should not
33
33
  # # access EventMachine things:
34
34
  # dispatcher.dispatch do |cassandra|
35
35
  # cassandra.insert(:Things, '10', 'stuff' => 'things')
data/lib/em/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module EventMachine
2
- VERSION = "1.1.0.beta.2"
2
+ VERSION = "1.1.0"
3
3
  end
@@ -106,7 +106,7 @@ class Test::Unit::TestCase
106
106
  extend PlatformHelper
107
107
 
108
108
  # Tests run significantly slower on windows. YMMV
109
- TIMEOUT_INTERVAL = windows? ? 1 : 0.25
109
+ TIMEOUT_INTERVAL = windows? ? 1 : 0.5
110
110
 
111
111
  def silent
112
112
  backup, $VERBOSE = $VERBOSE, nil
metadata CHANGED
@@ -1,14 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventmachine-le
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
8
  - 0
9
- - beta
10
- - 2
11
- version: 1.1.0.beta.2
9
+ version: 1.1.0
12
10
  platform: ruby
13
11
  authors:
14
12
  - Francis Cianfrocca
@@ -18,7 +16,7 @@ autorequire:
18
16
  bindir: bin
19
17
  cert_chain: []
20
18
 
21
- date: 2012-03-06 00:00:00 +01:00
19
+ date: 2012-03-13 00:00:00 +01:00
22
20
  default_executable:
23
21
  dependencies:
24
22
  - !ruby/object:Gem::Dependency
@@ -374,13 +372,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
374
372
  required_rubygems_version: !ruby/object:Gem::Requirement
375
373
  none: false
376
374
  requirements:
377
- - - ">"
375
+ - - ">="
378
376
  - !ruby/object:Gem::Version
379
377
  segments:
380
- - 1
381
- - 3
382
- - 1
383
- version: 1.3.1
378
+ - 0
379
+ version: "0"
384
380
  requirements: []
385
381
 
386
382
  rubyforge_project: