torquebox-backstage 1.0.0.beta1 → 1.0.0.beta2

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/backstage +1 -1
  3. data/config.ru +2 -0
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1,3 +1,3 @@
1
- 1.0.0.beta1
1
+ 1.0.0.beta2
2
2
 
3
3
 
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
@@ -1,3 +1,5 @@
1
+ $: << File.dirname( __FILE__ )
2
+
1
3
  require 'backstage'
2
4
 
3
5
  run Backstage::Application
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.beta1
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-10 00:00:00 Z
15
+ date: 2012-01-12 00:00:00 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: sinatra