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.
|
|
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')
|
data/lib/mmmultiworks/recipes.rb
CHANGED
|
@@ -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
|
-
|
|
99
|
+
end
|
|
100
100
|
|
|
101
101
|
desc <<-DESC
|
|
102
102
|
Restart the processes on the application server by calling restart_app.
|
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.
|
|
7
|
-
date: 2007-03-
|
|
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:
|