logstash-core 1.5.2.1-java → 1.5.2.2-java

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of logstash-core might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b34434635069ad778b4927cf12449482f9690da
4
- data.tar.gz: ba23ada0808d798175a8dab65237675f885d0335
3
+ metadata.gz: 725ce14df0b0a4b69d131e0237637d1d7e57e079
4
+ data.tar.gz: 90f891a0291d4618d256e5373ba94467a3d3fa90
5
5
  SHA512:
6
- metadata.gz: 63828830322134b96403c3068fa3904d7808b8d954b940a2df9368070c9b36c70410d1b6fdb7cb28aec4f35a9ebfd3d0b22c00fa4386bc87db1d281eb8af2ea1
7
- data.tar.gz: 900c34d119092d3c2732586af2f28c50606d24faa391eaa4bafc5c6e2636153c0daf2ad894defdd80030aefcea4753e7832cf35c05b7af4b07f3b0cfec760737
6
+ metadata.gz: db9d44d6a2ba46ef2e585533d24bc4c1fab43c69e2908a4ff3085294be3bb67979a333be90ae0e9112cfde4955e30519afa71cd58f318057f0704303ce71d9a7
7
+ data.tar.gz: fdb61a0b127ef81f07faea4cad94583ff175a380446307d7e6059b4b44498e9f94141c931cfd858ce9588b3f86d1c073e50385b097af60dfa40be2b6e0c3298b
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # The version of logstash.
3
- LOGSTASH_VERSION = "1.5.2.1"
3
+ LOGSTASH_VERSION = "1.5.2"
4
4
 
5
5
  # Note to authors: this should not include dashes because 'gem' barfs if
6
6
  # you include a dash in the version string.
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.name = "logstash-core"
17
17
  gem.require_paths = ["lib"]
18
- gem.version = LOGSTASH_VERSION.gsub(/-/, '.')
18
+ gem.version = "1.5.2.2"
19
19
 
20
20
  gem.add_runtime_dependency "cabin", "~> 0.7.0" #(Apache 2.0 license)
21
21
  gem.add_runtime_dependency "pry", "~> 0.10.1" #(Ruby license)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2.1
4
+ version: 1.5.2.2
5
5
  platform: java
6
6
  authors:
7
7
  - Jordan Sissel