torquebox-backstage 0.3.1 → 0.3.2
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/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/views/dashboard/index.haml +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
data/views/dashboard/index.haml
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
#message_processors.list
|
|
63
63
|
%h3 Message Processors
|
|
64
64
|
.actions
|
|
65
|
-
= link_to( collection_path( :
|
|
65
|
+
= link_to( collection_path( :message_processors ), 'View All Message Processors' )
|
|
66
66
|
- Backstage::MessageProcessor.all.each do |message_processor|
|
|
67
67
|
.element
|
|
68
68
|
= link_to object_path( message_processor ), "#{message_processor.name} - #{message_processor.app_name}"
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: torquebox-backstage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.3.
|
|
5
|
+
version: 0.3.2
|
|
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-
|
|
13
|
+
date: 2011-05-03 00:00:00 -04:00
|
|
14
14
|
default_executable: backstage
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|