torquebox-rake-support 2.0.2 → 2.0.3
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/lib/torquebox/deploy_utils.rb +0 -6
- metadata +13 -13
|
@@ -212,12 +212,6 @@ module TorqueBox
|
|
|
212
212
|
d['environment'] = {}
|
|
213
213
|
d['environment']['RACK_ENV'] = env.to_s if env
|
|
214
214
|
|
|
215
|
-
if !context_path &&
|
|
216
|
-
!(File.exists?( File.join( root, "torquebox.yml" )) ||
|
|
217
|
-
File.exists?( File.join( root, "config", "torquebox.yml" ) ))
|
|
218
|
-
context_path = '/'
|
|
219
|
-
end
|
|
220
|
-
|
|
221
215
|
if context_path
|
|
222
216
|
d['web'] = {}
|
|
223
217
|
d['web']['context'] = context_path
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: torquebox-rake-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.0.
|
|
5
|
+
version: 2.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- The TorqueBox Team
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-05-
|
|
13
|
+
date: 2012-05-04 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -48,25 +48,25 @@ extra_rdoc_files: []
|
|
|
48
48
|
|
|
49
49
|
files:
|
|
50
50
|
- licenses/lgpl-2.1.txt
|
|
51
|
-
- lib/torquebox-rake-support.rb
|
|
52
51
|
- lib/org.torquebox.rake-support.rb
|
|
53
|
-
- lib/torquebox
|
|
52
|
+
- lib/torquebox-rake-support.rb
|
|
54
53
|
- lib/torquebox/upstart.rb
|
|
55
|
-
- lib/torquebox/launchd.rb
|
|
56
54
|
- lib/torquebox/deploy_utils.rb
|
|
55
|
+
- lib/torquebox/launchd.rb
|
|
57
56
|
- lib/torquebox/rails.rb
|
|
57
|
+
- lib/torquebox/server.rb
|
|
58
58
|
- lib/torquebox/rake/tasks.rb
|
|
59
|
-
- lib/torquebox/rake/tasks/server.rb
|
|
60
|
-
- lib/torquebox/rake/tasks/archive.rb
|
|
61
59
|
- lib/torquebox/rake/tasks/deployment.rb
|
|
62
|
-
-
|
|
60
|
+
- lib/torquebox/rake/tasks/archive.rb
|
|
61
|
+
- lib/torquebox/rake/tasks/server.rb
|
|
63
62
|
- generators/USAGE
|
|
63
|
+
- generators/torquebox_queue_generator.rb
|
|
64
64
|
- generators/templates/queue.rb
|
|
65
|
+
- spec/rails_spec.rb
|
|
65
66
|
- spec/spec_helper.rb
|
|
67
|
+
- spec/upstart_spec.rb
|
|
66
68
|
- spec/deploy_utils_spec.rb
|
|
67
|
-
- spec/rails_spec.rb
|
|
68
69
|
- spec/server_spec.rb
|
|
69
|
-
- spec/upstart_spec.rb
|
|
70
70
|
- spec/fixtures/simpleapp/config.ru
|
|
71
71
|
- spec/fixtures/simpleapp/simpleapp.box
|
|
72
72
|
homepage: http://torquebox.org/
|
|
@@ -92,12 +92,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
requirements: []
|
|
93
93
|
|
|
94
94
|
rubyforge_project:
|
|
95
|
-
rubygems_version: 1.8.
|
|
95
|
+
rubygems_version: 1.8.24
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 3
|
|
98
98
|
summary: TorqueBox Rake Support
|
|
99
99
|
test_files:
|
|
100
|
-
- spec/deploy_utils_spec.rb
|
|
101
100
|
- spec/rails_spec.rb
|
|
102
|
-
- spec/server_spec.rb
|
|
103
101
|
- spec/upstart_spec.rb
|
|
102
|
+
- spec/deploy_utils_spec.rb
|
|
103
|
+
- spec/server_spec.rb
|