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 +0 -6
- data/lib/rboss/bin/command_actions.rb +6 -0
- data/lib/rboss/twiddle/twiddle.rb +1 -1
- data/lib/rboss/version.rb +1 -1
- metadata +2 -2
    
        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,
         | 
    
        data/lib/rboss/version.rb
    CHANGED
    
    
    
        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. | 
| 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- | 
| 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."
         |