mmmultiworks 0.1.0 → 0.2.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/Rakefile CHANGED
@@ -15,7 +15,7 @@ setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
15
15
  desc "Does a full compile, test run"
16
16
  task :default => [:test, :package]
17
17
 
18
- version="0.1.0"
18
+ version="0.2.0"
19
19
  name="mmmultiworks"
20
20
 
21
21
  setup_gem(name, version) do |spec|
@@ -23,7 +23,6 @@ setup_gem(name, version) do |spec|
23
23
  spec.description = spec.summary
24
24
  spec.author="Matt Bauer"
25
25
  spec.add_dependency('daemons', '>= 0.3.13.0')
26
- spec.add_dependency('termios', '>= 0.3.13.0')
27
26
  spec.add_dependency('capistrano', '>= 1.1.0')
28
27
  spec.add_dependency('mongrel', '>= 0.3.13.0')
29
28
  spec.add_dependency('mongrel_cluster', '>= 0.2')
@@ -96,7 +96,7 @@ Capistrano.configuration(:must_exist).load do
96
96
  if app_symlinks
97
97
  app_symlinks.each { |link| run "ln -nfs #{shared_path}/public/#{link} #{current_path}/public/#{link}" }
98
98
  end
99
- end
99
+ end
100
100
 
101
101
  desc <<-DESC
102
102
  Restart the processes on the application server by calling restart_app.
@@ -11,7 +11,6 @@ Capistrano.configuration(:must_exist).load do
11
11
  run "chmod -R g+w #{dir}/db/revs"
12
12
  run "chmod -R g+w #{dir}/db/revprops"
13
13
  run "chmod g+w #{dir}/db"
14
-
15
14
  end
16
15
 
17
16
  desc "Import code into svn repository."
@@ -22,6 +22,10 @@ DocumentRoot <%= "#{current_path}/public" %>
22
22
  <% end %>
23
23
  </Proxy>
24
24
 
25
+ #Fix for Apache bug 39499
26
+ SetEnv force-proxy-request-1.0 1
27
+ SetEnv proxy-nokeepalive 1
28
+
25
29
  RewriteEngine On
26
30
 
27
31
  # Prevent access to .svn directories
@@ -23,6 +23,10 @@
23
23
  <% end %>
24
24
  </Proxy>
25
25
 
26
+ #Fix for Apache bug 39499
27
+ SetEnv force-proxy-request-1.0 1
28
+ SetEnv proxy-nokeepalive 1
29
+
26
30
  RewriteEngine On
27
31
 
28
32
  <% if apache_ssl_enabled && apache_ssl_forward_all %>
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: mmmultiworks
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
7
- date: 2007-03-04 00:00:00 -06:00
6
+ version: 0.2.0
7
+ date: 2007-03-13 00:00:00 -05:00
8
8
  summary: The Mosquito Mole Multiworks task library
9
9
  require_paths:
10
10
  - lib
@@ -76,15 +76,6 @@ dependencies:
76
76
  - !ruby/object:Gem::Version
77
77
  version: 0.3.13.0
78
78
  version:
79
- - !ruby/object:Gem::Dependency
80
- name: termios
81
- version_requirement:
82
- version_requirements: !ruby/object:Gem::Version::Requirement
83
- requirements:
84
- - - ">="
85
- - !ruby/object:Gem::Version
86
- version: 0.3.13.0
87
- version:
88
79
  - !ruby/object:Gem::Dependency
89
80
  name: capistrano
90
81
  version_requirement: