sinatra-synchrony 0.3.2 → 0.4.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.
- data/Gemfile.lock +8 -8
- data/README.markdown +1 -1
- metadata +4 -10
data/Gemfile.lock
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sinatra-synchrony (0.
|
|
4
|
+
sinatra-synchrony (0.4.0)
|
|
5
5
|
em-http-request (~> 1.0)
|
|
6
6
|
em-resolv-replace (~> 1.1)
|
|
7
7
|
em-synchrony (~> 1.0.1)
|
|
8
|
-
eventmachine (~> 1.0.0.
|
|
8
|
+
eventmachine (~> 1.0.0.rc.4)
|
|
9
9
|
rack-fiber_pool (~> 0.9)
|
|
10
10
|
sinatra (~> 1.0)
|
|
11
11
|
|
|
@@ -17,8 +17,8 @@ GEM
|
|
|
17
17
|
sexp_processor (~> 3.2.0)
|
|
18
18
|
RubyInline (3.9.0)
|
|
19
19
|
ZenTest (~> 4.3)
|
|
20
|
-
ZenTest (4.8.
|
|
21
|
-
addressable (2.2
|
|
20
|
+
ZenTest (4.8.2)
|
|
21
|
+
addressable (2.3.2)
|
|
22
22
|
cookiejar (0.3.0)
|
|
23
23
|
diff-lcs (1.1.3)
|
|
24
24
|
em-http-request (1.0.2)
|
|
@@ -27,16 +27,16 @@ GEM
|
|
|
27
27
|
em-socksify
|
|
28
28
|
eventmachine (>= 1.0.0.beta.4)
|
|
29
29
|
http_parser.rb (>= 0.5.3)
|
|
30
|
-
em-resolv-replace (1.1.
|
|
30
|
+
em-resolv-replace (1.1.3)
|
|
31
31
|
em-socksify (0.2.0)
|
|
32
32
|
eventmachine (>= 1.0.0.beta.4)
|
|
33
33
|
em-synchrony (1.0.2)
|
|
34
34
|
eventmachine (>= 1.0.0.beta.1)
|
|
35
|
-
eventmachine (1.0.0.
|
|
35
|
+
eventmachine (1.0.0.rc.4)
|
|
36
36
|
file-tail (1.0.10)
|
|
37
37
|
tins (~> 0.4.3)
|
|
38
38
|
http_parser.rb (0.5.3)
|
|
39
|
-
minitest (3.
|
|
39
|
+
minitest (3.3.0)
|
|
40
40
|
predicated (0.2.6)
|
|
41
41
|
rack (1.4.1)
|
|
42
42
|
rack-fiber_pool (0.9.2)
|
|
@@ -62,7 +62,7 @@ GEM
|
|
|
62
62
|
sexp_processor (>= 3.0.5)
|
|
63
63
|
tilt (1.3.3)
|
|
64
64
|
tins (0.4.3)
|
|
65
|
-
wrong (0.6.
|
|
65
|
+
wrong (0.6.2)
|
|
66
66
|
ParseTree (~> 3.0)
|
|
67
67
|
diff-lcs (~> 1.1.2)
|
|
68
68
|
file-tail (~> 1.0)
|
data/README.markdown
CHANGED
|
@@ -112,7 +112,7 @@ For a perspective, this operation takes __33 seconds__ without this extension.
|
|
|
112
112
|
|
|
113
113
|
Geoloqi
|
|
114
114
|
---
|
|
115
|
-
This gem was designed to help us develop faster games and internal applications for [Geoloqi](http://geoloqi.org): a
|
|
115
|
+
This gem was designed to help us develop faster games and internal applications for [Geoloqi](http://geoloqi.org): a real-time geofencing and location update platform. We wanted to share with you how we deal with concurrency issues, and also make it easy to utilize this for our other projects. One of these projects is our recently released [Geoloqi ruby adapter](http://github.com/kyledrake/geoloqi-ruby), which can utilize [Faraday](http://github.com/technoweenie/faraday) and sinatra-synchrony to provide massive concurrency with almost no changes required to your code.
|
|
116
116
|
|
|
117
117
|
TODO / Thoughts
|
|
118
118
|
---
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-synchrony
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-08-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sinatra
|
|
@@ -50,10 +50,7 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - ~>
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 1.0.0.
|
|
54
|
-
- - <
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
version: 1.0.0.beta.100
|
|
53
|
+
version: 1.0.0.rc.4
|
|
57
54
|
type: :runtime
|
|
58
55
|
prerelease: false
|
|
59
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -61,10 +58,7 @@ dependencies:
|
|
|
61
58
|
requirements:
|
|
62
59
|
- - ~>
|
|
63
60
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: 1.0.0.
|
|
65
|
-
- - <
|
|
66
|
-
- !ruby/object:Gem::Version
|
|
67
|
-
version: 1.0.0.beta.100
|
|
61
|
+
version: 1.0.0.rc.4
|
|
68
62
|
- !ruby/object:Gem::Dependency
|
|
69
63
|
name: em-http-request
|
|
70
64
|
requirement: !ruby/object:Gem::Requirement
|