thin-fun_embed 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -0
- data/examples/rains.conf +9 -0
- data/lib/thin/fun_embed/version.rb +1 -1
- data/lib/thin/fun_embed.rb +1 -1
- metadata +4 -2
data/Gemfile
CHANGED
data/examples/rains.conf
ADDED
data/lib/thin/fun_embed.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thin-fun_embed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
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-09-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thin
|
@@ -37,6 +37,7 @@ files:
|
|
37
37
|
- examples/simple_200_ok.rb
|
38
38
|
- examples/rack_like.rb
|
39
39
|
- examples/status_body.rb
|
40
|
+
- examples/rains.conf
|
40
41
|
- examples/config.ru
|
41
42
|
- lib/thin/fun_embed/constants.rb
|
42
43
|
- lib/thin/fun_embed/version.rb
|
@@ -72,3 +73,4 @@ specification_version: 3
|
|
72
73
|
summary: Subclass of EM::Connection which uses thin internals to do http request handling.
|
73
74
|
It is intentionally not Rack server, but could be used to build some.
|
74
75
|
test_files: []
|
76
|
+
has_rdoc:
|