rboss 0.5.2 → 0.5.3

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/bin/twiddle CHANGED
@@ -175,12 +175,6 @@ def extract resource
175
175
  [mbean, name]
176
176
  end
177
177
 
178
- def normalize args
179
- args.collect do |arg|
180
- "\"#{arg}\""
181
- end
182
- end
183
-
184
178
  puts opts if @mbeans.empty? and @commands.empty?
185
179
 
186
180
  @actions = JBoss::CommandActions::Twiddle::new @twiddle,
@@ -81,6 +81,12 @@ module JBoss
81
81
  :args => normalize(args)
82
82
  end
83
83
 
84
+ def normalize args
85
+ args.collect do |arg|
86
+ "\"#{arg}\""
87
+ end
88
+ end
89
+
84
90
  def detail mbeans
85
91
  buff = ""
86
92
  mbeans.each do |mbean_id, resources|
@@ -26,7 +26,7 @@ module JBoss
26
26
  module Twiddle
27
27
  class Invoker
28
28
 
29
- attr_reader :server, :host, :port, :home, :user, :password
29
+ attr_reader :server, :host, :port, :user, :password
30
30
  attr_accessor :command
31
31
 
32
32
  def initialize params = {}
data/lib/rboss/version.rb CHANGED
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module RBoss
24
- VERSION = "0.5.2"
24
+ VERSION = "0.5.3"
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.2
4
+ version: 0.5.3
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-01 00:00:00.000000000Z
12
+ date: 2012-05-02 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."