rboss 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source "http://rubygems.org"
3
3
  # Specify your gem's dependencies in rboss.gemspec
4
4
  gemspec
5
5
 
6
- gem 'wirble'
6
+ #gem 'pretty-monitor'
@@ -92,7 +92,7 @@ module JBoss
92
92
  rows << row
93
93
  elsif @opts[:no_details]
94
94
  @monitor.mbean(mbean_id).scan.each do |name|
95
- puts " - #{name}"
95
+ rows << name
96
96
  end
97
97
  else
98
98
  @monitor.mbean(mbean_id).detail resources do |resource, detail|
data/lib/rboss/version.rb CHANGED
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module RBoss
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.1"
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.0
4
+ version: 0.5.1
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-03-22 00:00:00.000000000Z
12
+ date: 2012-03-27 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."