sinatra-synchrony 0.2.0 → 0.2.1
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.
- data/Gemfile.lock +2 -7
- data/lib/sinatra/synchrony.rb +0 -1
- metadata +11 -22
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sinatra-synchrony (0.2.
|
|
5
|
-
async-rack (>= 0.5.1)
|
|
4
|
+
sinatra-synchrony (0.2.1)
|
|
6
5
|
em-http-request (= 1.0.0)
|
|
7
6
|
em-resolv-replace (>= 1.1.1)
|
|
8
7
|
em-synchrony (= 1.0.0)
|
|
@@ -20,8 +19,6 @@ GEM
|
|
|
20
19
|
ZenTest (~> 4.3)
|
|
21
20
|
ZenTest (4.5.0)
|
|
22
21
|
addressable (2.2.6)
|
|
23
|
-
async-rack (0.5.1)
|
|
24
|
-
rack (~> 1.1)
|
|
25
22
|
diff-lcs (1.1.2)
|
|
26
23
|
em-http-request (1.0.0)
|
|
27
24
|
addressable (>= 2.2.3)
|
|
@@ -34,11 +31,9 @@ GEM
|
|
|
34
31
|
em-synchrony (1.0.0)
|
|
35
32
|
eventmachine (>= 1.0.0.beta.1)
|
|
36
33
|
eventmachine (1.0.0.beta.3)
|
|
37
|
-
eventmachine (1.0.0.beta.3-java)
|
|
38
34
|
file-tail (1.0.5)
|
|
39
35
|
spruz (>= 0.1.0)
|
|
40
36
|
http_parser.rb (0.5.2)
|
|
41
|
-
http_parser.rb (0.5.2-java)
|
|
42
37
|
minitest (2.1.0)
|
|
43
38
|
predicated (0.2.2)
|
|
44
39
|
rack (1.2.2)
|
|
@@ -54,7 +49,7 @@ GEM
|
|
|
54
49
|
sexp_processor (3.0.5)
|
|
55
50
|
sinatra (1.2.6)
|
|
56
51
|
rack (~> 1.1)
|
|
57
|
-
tilt (
|
|
52
|
+
tilt (< 2.0, >= 1.2.2)
|
|
58
53
|
sourcify (0.5.0)
|
|
59
54
|
file-tail (>= 1.0.5)
|
|
60
55
|
ruby2ruby (>= 1.2.5)
|
data/lib/sinatra/synchrony.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: sinatra-synchrony
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Kyle Drake
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-09-14 00:00:00 -07:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -79,62 +79,51 @@ dependencies:
|
|
|
79
79
|
version: 1.1.1
|
|
80
80
|
type: :runtime
|
|
81
81
|
version_requirements: *id006
|
|
82
|
-
- !ruby/object:Gem::Dependency
|
|
83
|
-
name: async-rack
|
|
84
|
-
prerelease: false
|
|
85
|
-
requirement: &id007 !ruby/object:Gem::Requirement
|
|
86
|
-
none: false
|
|
87
|
-
requirements:
|
|
88
|
-
- - ">="
|
|
89
|
-
- !ruby/object:Gem::Version
|
|
90
|
-
version: 0.5.1
|
|
91
|
-
type: :runtime
|
|
92
|
-
version_requirements: *id007
|
|
93
82
|
- !ruby/object:Gem::Dependency
|
|
94
83
|
name: rake
|
|
95
84
|
prerelease: false
|
|
96
|
-
requirement: &
|
|
85
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
|
97
86
|
none: false
|
|
98
87
|
requirements:
|
|
99
88
|
- - ">="
|
|
100
89
|
- !ruby/object:Gem::Version
|
|
101
90
|
version: "0"
|
|
102
91
|
type: :development
|
|
103
|
-
version_requirements: *
|
|
92
|
+
version_requirements: *id007
|
|
104
93
|
- !ruby/object:Gem::Dependency
|
|
105
94
|
name: rack-test
|
|
106
95
|
prerelease: false
|
|
107
|
-
requirement: &
|
|
96
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
|
108
97
|
none: false
|
|
109
98
|
requirements:
|
|
110
99
|
- - "="
|
|
111
100
|
- !ruby/object:Gem::Version
|
|
112
101
|
version: 0.5.7
|
|
113
102
|
type: :development
|
|
114
|
-
version_requirements: *
|
|
103
|
+
version_requirements: *id008
|
|
115
104
|
- !ruby/object:Gem::Dependency
|
|
116
105
|
name: wrong
|
|
117
106
|
prerelease: false
|
|
118
|
-
requirement: &
|
|
107
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
|
119
108
|
none: false
|
|
120
109
|
requirements:
|
|
121
110
|
- - "="
|
|
122
111
|
- !ruby/object:Gem::Version
|
|
123
112
|
version: 0.5.0
|
|
124
113
|
type: :development
|
|
125
|
-
version_requirements: *
|
|
114
|
+
version_requirements: *id009
|
|
126
115
|
- !ruby/object:Gem::Dependency
|
|
127
116
|
name: minitest
|
|
128
117
|
prerelease: false
|
|
129
|
-
requirement: &
|
|
118
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
|
130
119
|
none: false
|
|
131
120
|
requirements:
|
|
132
121
|
- - ">="
|
|
133
122
|
- !ruby/object:Gem::Version
|
|
134
123
|
version: "0"
|
|
135
124
|
type: :development
|
|
136
|
-
version_requirements: *
|
|
137
|
-
description: Bootstraps in code required to take advantage of EventMachine/EM-Synchrony's concurrency enhancements for slow IO. Patches TCPSocket, which makes anything based on it EM-aware (including RestClient). Includes patch for tests. Requires
|
|
125
|
+
version_requirements: *id010
|
|
126
|
+
description: Bootstraps in code required to take advantage of EventMachine/EM-Synchrony's concurrency enhancements for slow IO. Patches TCPSocket, which makes anything based on it EM-aware (including RestClient). Includes patch for tests. Requires Fibers (Ruby 1.9, JRuby and Rubinius in 1.9 mode)
|
|
138
127
|
email:
|
|
139
128
|
- kyledrake@gmail.com
|
|
140
129
|
executables: []
|