rack-mongrel2 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +0 -1
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/lib/mongrel2.rb +1 -1
- data/lib/mongrel2/connection.rb +1 -1
- data/rack-mongrel2.gemspec +3 -2
- data/spec/spec.opts +1 -0
- metadata +6 -5
data/Gemfile
CHANGED
data/LICENSE
CHANGED
data/README.md
CHANGED
data/lib/mongrel2.rb
CHANGED
data/lib/mongrel2/connection.rb
CHANGED
data/rack-mongrel2.gemspec
CHANGED
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'rack-mongrel2'
|
16
|
-
s.version = '0.2.
|
17
|
-
s.date = '
|
16
|
+
s.version = '0.2.3'
|
17
|
+
s.date = '2011-04-09'
|
18
18
|
s.rubyforge_project = 'rack-mongrel2'
|
19
19
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
@@ -71,6 +71,7 @@ Gem::Specification.new do |s|
|
|
71
71
|
rack-mongrel2.gemspec
|
72
72
|
spec/request_spec.rb
|
73
73
|
spec/response_spec.rb
|
74
|
+
spec/spec.opts
|
74
75
|
spec/spec_helper.rb
|
75
76
|
]
|
76
77
|
# = MANIFEST =
|
data/spec/spec.opts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--color
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-mongrel2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 3
|
10
|
+
version: 0.2.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Daniel Huckstep
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2011-04-09 00:00:00 -06:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -125,6 +125,7 @@ files:
|
|
125
125
|
- rack-mongrel2.gemspec
|
126
126
|
- spec/request_spec.rb
|
127
127
|
- spec/response_spec.rb
|
128
|
+
- spec/spec.opts
|
128
129
|
- spec/spec_helper.rb
|
129
130
|
has_rdoc: true
|
130
131
|
homepage: http://github.com/darkhelmet/rack-mongrel2
|
@@ -156,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
157
|
requirements: []
|
157
158
|
|
158
159
|
rubyforge_project: rack-mongrel2
|
159
|
-
rubygems_version: 1.
|
160
|
+
rubygems_version: 1.6.0
|
160
161
|
signing_key:
|
161
162
|
specification_version: 2
|
162
163
|
summary: The only Mongrel2 Rack handler you'll ever need.
|