torquebox-backstage 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG.md +4 -1
  2. data/TODO +2 -0
  3. data/VERSION +1 -1
  4. data/bin/backstage +1 -1
  5. metadata +2 -2
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
- * 0.2.0
1
+ * 0.2.1 - 2011-04-27
2
+ * The deployment descriptor name was changed from backstage-knob.yml to torquebox-backstage-knob.yml
3
+
4
+ * 0.2.0 - 2011-04-26
2
5
  * if the queue isn't available via jndi, just log an error instead of raising
3
6
  * updated to use the TorqueBox 1.0.0.CR2 gems
4
7
 
data/TODO CHANGED
@@ -6,3 +6,5 @@ TODO
6
6
  * store failure backtraces for jobs/tasks in TorqueBox, and display here (requires TB changes)
7
7
  * improve test coverage
8
8
  * add stats collection, with memory usage and other bits? ruby runtime stats?
9
+ * link to app context (requires TB changes)
10
+ * allow log tailing/download
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/bin/backstage CHANGED
@@ -20,7 +20,7 @@ require 'torquebox-rake-support'
20
20
 
21
21
  class BackstageCommand < Thor
22
22
 
23
- DEPLOYMENT_NAME = 'backstage-knob.yml'
23
+ DEPLOYMENT_NAME = 'torquebox-backstage-knob.yml'
24
24
 
25
25
  desc "deploy [--secure=username:password[,username:password]*]", "Deploys backstage to $TORQUEBOX_HOME/apps"
26
26
  method_option :secure, :type => :hash, :default => nil
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: torquebox-backstage
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tobias Crawley
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-26 00:00:00 -04:00
13
+ date: 2011-04-27 00:00:00 -04:00
14
14
  default_executable: backstage
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency