torquebox-backstage 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ * 0.3.2 - 2011-05-03
2
+ * Fixed typo in dashboard Message Processor index link
3
+
1
4
  * 0.3.1 - 2011-04-29
2
5
  * public/ now included in the gem
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -62,7 +62,7 @@
62
62
  #message_processors.list
63
63
  %h3 Message Processors
64
64
  .actions
65
- = link_to( collection_path( :messsage_processors ), 'View All Messsage Processors' )
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.1
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-04-29 00:00:00 -04:00
13
+ date: 2011-05-03 00:00:00 -04:00
14
14
  default_executable: backstage
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency