logstash-core-plugin-api 2.1.12-java → 2.1.13-java
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.
- checksums.yaml +4 -4
- data/lib/logstash-core-plugin-api/version.rb +1 -1
- data/logstash-core-plugin-api.gemspec +1 -1
- metadata +4 -4
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 4483df4627051d99bb9b14db138349c496b4d192
         | 
| 4 | 
            +
              data.tar.gz: 694cec46cbd2f3151d9c6b1e6f1e8deaddf8de73
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 310edb74c5e7a4ef8555042535f8969885553baa2a39b525118d696466f68cb2b8dab78d03bccee06ba9312c04f2b56fc5faf9501fa6c27d503f1a7cc83cb48b
         | 
| 7 | 
            +
              data.tar.gz: cc9bf13350a122a781e25cb35a088e2a5f4127ffa9eb6515198e8a11167a02a89b3bfbc802604741481e243180427ab835067ac93f59d83629a838daca4de844
         | 
| @@ -1 +1 @@ | |
| 1 | 
            -
            LOGSTASH_CORE_PLUGIN_API = "2.1. | 
| 1 | 
            +
            LOGSTASH_CORE_PLUGIN_API = "2.1.13"
         | 
| @@ -17,7 +17,7 @@ Gem::Specification.new do |gem| | |
| 17 17 | 
             
              gem.require_paths = ["lib"]
         | 
| 18 18 | 
             
              gem.version       = LOGSTASH_CORE_PLUGIN_API
         | 
| 19 19 |  | 
| 20 | 
            -
              gem.add_runtime_dependency "logstash-core", "5.0.0.alpha6. | 
| 20 | 
            +
              gem.add_runtime_dependency "logstash-core", "5.0.0.alpha6.snapshot2"
         | 
| 21 21 |  | 
| 22 22 | 
             
              # Make sure we dont build this gem from a non jruby
         | 
| 23 23 | 
             
              # environment.
         | 
    
        metadata
    CHANGED
    
    | @@ -1,21 +1,21 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: logstash-core-plugin-api
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2.1. | 
| 4 | 
            +
              version: 2.1.13
         | 
| 5 5 | 
             
            platform: java
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Elastic
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2016-08- | 
| 11 | 
            +
            date: 2016-08-26 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 15 15 | 
             
                requirements:
         | 
| 16 16 | 
             
                - - '='
         | 
| 17 17 | 
             
                  - !ruby/object:Gem::Version
         | 
| 18 | 
            -
                    version: 5.0.0.alpha6. | 
| 18 | 
            +
                    version: 5.0.0.alpha6.snapshot2
         | 
| 19 19 | 
             
              name: logstash-core
         | 
| 20 20 | 
             
              prerelease: false
         | 
| 21 21 | 
             
              type: :runtime
         | 
| @@ -23,7 +23,7 @@ dependencies: | |
| 23 23 | 
             
                requirements:
         | 
| 24 24 | 
             
                - - '='
         | 
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            -
                    version: 5.0.0.alpha6. | 
| 26 | 
            +
                    version: 5.0.0.alpha6.snapshot2
         | 
| 27 27 | 
             
            description: Logstash plugin API
         | 
| 28 28 | 
             
            email:
         | 
| 29 29 | 
             
            - info@elastic.co
         |