fluent-plugin-dstat 0.2.0 → 0.2.1
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/VERSION +1 -1
- data/fluent-plugin-dstat.gemspec +3 -2
- data/lib/fluent/plugin/in_dstat.rb +46 -5
- data/nohup.out +1451 -0
- metadata +4 -3
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: fluent-plugin-dstat
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.2. | 
| 4 | 
            +
              version: 0.2.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- | 
| 12 | 
            +
            date: 2012-10-17 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: fluentd
         | 
| @@ -108,6 +108,7 @@ files: | |
| 108 108 | 
             
            - VERSION
         | 
| 109 109 | 
             
            - fluent-plugin-dstat.gemspec
         | 
| 110 110 | 
             
            - lib/fluent/plugin/in_dstat.rb
         | 
| 111 | 
            +
            - nohup.out
         | 
| 111 112 | 
             
            - test/helper.rb
         | 
| 112 113 | 
             
            - test/plugin/test_in_dstat.rb
         | 
| 113 114 | 
             
            homepage: http://github.com/shun0102/fluent-plugin-dstat
         | 
| @@ -124,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 124 125 | 
             
                  version: '0'
         | 
| 125 126 | 
             
                  segments:
         | 
| 126 127 | 
             
                  - 0
         | 
| 127 | 
            -
                  hash:  | 
| 128 | 
            +
                  hash: 3148635347693234220
         | 
| 128 129 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 129 130 | 
             
              none: false
         | 
| 130 131 | 
             
              requirements:
         |