rboss 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,7 +122,7 @@ module JBoss
122
122
  :properties => %W(requestCount errorCount maxTime),
123
123
  :header => ['Connector', 'Requests', 'Errors', 'Max Time'],
124
124
  :health => {
125
- :max => :request,
125
+ :max => :requests,
126
126
  :using => :errors
127
127
  },
128
128
  :scan => proc do
data/lib/rboss/version.rb CHANGED
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module RBoss
24
- VERSION = "0.5.3"
24
+ VERSION = "0.5.4"
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rboss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-02 00:00:00.000000000Z
12
+ date: 2012-05-16 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: ! "A tool to create profiles for JBoss Application Server and use\n twiddle
15
15
  to manage a running JBoss AS."