logstash-core-plugin-api 2.1.10-java → 2.1.11-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: c041d0491c3ef9175eefca69cfe0afdcb5936c52
         | 
| 4 | 
            +
              data.tar.gz: 0112031e13f6fd3193fa4f7509969dfcdd178fca
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 569e81f62fe8d00fb5f6e145034fa28547a397f7493274a7dd9714bf8024dc24308bad3ac6d3efa7212f191745c7c47bd198d3f8d303d5d8969f19f5732dea64
         | 
| 7 | 
            +
              data.tar.gz: 0adbcc7c13ce42c3b7486b3b4635de99567ebafdf116e776073f6ed19b222967be03d7b827c6a52aae1e1442e6dc8ef78baf4e54efff7a1a11dba8d887401dc4
         | 
| @@ -1,2 +1,2 @@ | |
| 1 1 | 
             
            # encoding: utf-8
         | 
| 2 | 
            -
            LOGSTASH_CORE_PLUGIN_API = "2.1. | 
| 2 | 
            +
            LOGSTASH_CORE_PLUGIN_API = "2.1.11"
         | 
| @@ -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 | 
| 20 | 
            +
              gem.add_runtime_dependency "logstash-core", "5.0.0.alpha5.snapshot1"
         | 
| 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.11
         | 
| 5 5 | 
             
            platform: java
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Elastic
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2016-07- | 
| 11 | 
            +
            date: 2016-07-29 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. | 
| 18 | 
            +
                    version: 5.0.0.alpha5.snapshot1
         | 
| 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. | 
| 26 | 
            +
                    version: 5.0.0.alpha5.snapshot1
         | 
| 27 27 | 
             
            description: Logstash plugin API
         | 
| 28 28 | 
             
            email:
         | 
| 29 29 | 
             
            - info@elastic.co
         |