mongrel_cluster 1.0.4 → 1.0.5

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.tar.gz.sig CHANGED
Binary file
data/CHANGELOG CHANGED
@@ -1,4 +1,6 @@
1
1
 
2
+ v1.0.5. Close #15406 (find_pid returning non-false) (Eden Li); close #15616 (wrong Cap 2 detection) (Ryan McGeary).
3
+
2
4
  v1.0.4. Actually ship the Cap 2 tasks; use an autorequire based on whether namespace() is available (Kevin Runde).
3
5
 
4
6
  v1.0.3. Signed gem.
@@ -208,6 +208,7 @@ module Cluster
208
208
  return pid
209
209
  end
210
210
  end
211
+ nil
211
212
  end
212
213
 
213
214
  def log_error(message)
@@ -1,5 +1,5 @@
1
1
 
2
- if respond_to?(:namespace)
2
+ if Capistrano::Configuration.respond_to?(:instance)
3
3
  require 'mongrel_cluster/recipes_2' # Cap 2
4
4
  else
5
5
  require 'mongrel_cluster/recipes_1' # Cap 1
@@ -1,16 +1,16 @@
1
1
 
2
- # Gem::Specification for Mongrel_cluster-1.0.4
2
+ # Gem::Specification for Mongrel_cluster-1.0.5
3
3
  # Originally generated by Echoe
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{mongrel_cluster}
7
- s.version = "1.0.4"
7
+ s.version = "1.0.5"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Bradley Taylor"]
13
- s.date = %q{2007-11-01}
13
+ s.date = %q{2007-11-13}
14
14
  s.default_executable = %q{mongrel_cluster_ctl}
15
15
  s.description = %q{Mongrel plugin that provides commands and Capistrano tasks for managing multiple Mongrel processes.}
16
16
  s.email = %q{}
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4.6
3
3
  specification_version: 2
4
4
  name: mongrel_cluster
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.4
7
- date: 2007-11-01 00:00:00 -04:00
6
+ version: 1.0.5
7
+ date: 2007-11-13 00:00:00 -05:00
8
8
  summary: Mongrel plugin that provides commands and Capistrano tasks for managing multiple Mongrel processes.
9
9
  require_paths:
10
10
  - lib
metadata.gz.sig CHANGED
Binary file