thin 0.4.0 → 0.4.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.
Potentially problematic release.
This version of thin might be problematic. Click here for more details.
data/Rakefile
CHANGED
@@ -3,7 +3,6 @@ require 'rake/clean'
|
|
3
3
|
require 'rake/testtask'
|
4
4
|
require 'rake/rdoctask'
|
5
5
|
require 'rake/gempackagetask'
|
6
|
-
require 'erb'
|
7
6
|
|
8
7
|
require File.dirname(__FILE__) + '/lib/thin'
|
9
8
|
|
@@ -46,7 +45,7 @@ spec = Gem::Specification.new do |s|
|
|
46
45
|
s.homepage = 'http://code.macournoyer.com/thin/'
|
47
46
|
s.executables = %w(thin thin_cluster)
|
48
47
|
|
49
|
-
s.required_ruby_version = '>= 1.8.6'
|
48
|
+
s.required_ruby_version = '>= 1.8.6' # To be sure the multipart eof fix is in there
|
50
49
|
|
51
50
|
s.files = %w(README Rakefile) + Dir.glob("{bin,doc,lib}/**/*")
|
52
51
|
|
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Tue, 04 Dec 2007 15:10:21 -0500
|
@@ -119,7 +119,7 @@
|
|
119
119
|
<div id="lib/thin/cluster.rb" class="page_shade">
|
120
120
|
<div class="page">
|
121
121
|
<div class="header">
|
122
|
-
<div class="path">lib/thin/cluster.rb /
|
122
|
+
<div class="path">lib/thin/cluster.rb / Tue Dec 04 12:36:55 -0500 2007</div>
|
123
123
|
</div>
|
124
124
|
|
125
125
|
<h2><a href="../classes/Thin.html">Thin</a></h2>
|
@@ -119,7 +119,7 @@
|
|
119
119
|
<div id="lib/thin/version.rb" class="page_shade">
|
120
120
|
<div class="page">
|
121
121
|
<div class="header">
|
122
|
-
<div class="path">lib/thin/version.rb /
|
122
|
+
<div class="path">lib/thin/version.rb / Tue Dec 04 15:08:56 -0500 2007</div>
|
123
123
|
</div>
|
124
124
|
|
125
125
|
<h2>Set of Capistrano 2 recipes</h2>
|
data/lib/thin/version.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: thin
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.4.
|
7
|
-
date: 2007-12-
|
6
|
+
version: 0.4.1
|
7
|
+
date: 2007-12-04 00:00:00 -05:00
|
8
8
|
summary: Thin and fast web server
|
9
9
|
require_paths:
|
10
10
|
- lib
|