torquebox-backstage 1.0.0.beta1 → 1.0.0.beta2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/backstage +1 -1
- data/config.ru +2 -0
- metadata +2 -2
data/VERSION
CHANGED
data/bin/backstage
CHANGED
@@ -39,7 +39,7 @@ class BackstageCommand < Thor
|
|
39
39
|
puts ">> WARNING: deploying BackStage with no security - use the --secure=username:password option to secure it"
|
40
40
|
end
|
41
41
|
|
42
|
-
name, dir = TorqueBox::DeployUtils.deploy_yaml( descriptor, DEPLOYMENT_NAME )
|
42
|
+
name, dir = TorqueBox::DeployUtils.deploy_yaml( descriptor, :name => DEPLOYMENT_NAME )
|
43
43
|
|
44
44
|
puts ">> Deployed #{name} to #{dir}"
|
45
45
|
end
|
data/config.ru
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: torquebox-backstage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 1.0.0.
|
5
|
+
version: 1.0.0.beta2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Tobias Crawley
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2012-01-
|
15
|
+
date: 2012-01-12 00:00:00 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: sinatra
|