torquebox-rake-support 1.0.0.CR2 → 1.0.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/lib/torquebox/deploy_utils.rb +5 -0
- metadata +5 -5
|
@@ -94,6 +94,11 @@ module TorqueBox
|
|
|
94
94
|
old_trap = trap("INT") do
|
|
95
95
|
puts "caught SIGINT, shutting down"
|
|
96
96
|
end
|
|
97
|
+
# don't send the gemfile from the current app, instead let
|
|
98
|
+
# bundler suss it out itself for each deployed
|
|
99
|
+
# app. Otherwise, they'll end up sharing this Gemfile, which
|
|
100
|
+
# is probably not what we want.
|
|
101
|
+
ENV.delete('BUNDLE_GEMFILE')
|
|
97
102
|
exec_command(run_command_line)
|
|
98
103
|
trap("INT", old_trap )
|
|
99
104
|
end
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: torquebox-rake-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 1.0.0
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 1.0.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors: []
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-04-
|
|
13
|
+
date: 2011-04-29 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies: []
|
|
16
16
|
|
|
@@ -53,9 +53,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
53
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
54
|
none: false
|
|
55
55
|
requirements:
|
|
56
|
-
- - "
|
|
56
|
+
- - ">="
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
|
-
version:
|
|
58
|
+
version: "0"
|
|
59
59
|
requirements: []
|
|
60
60
|
|
|
61
61
|
rubyforge_project:
|