logstash-filter-json 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3a3f04567d37846259538d4df0e706fd70e2ea5
4
- data.tar.gz: 0badea87ef0fae43fa838a62e3e136f049214891
3
+ metadata.gz: 21c3986274848a665933e6c3f2a32046b9e9c23e
4
+ data.tar.gz: f013b87add842f4245230e364c8f1fe5ecf2c49b
5
5
  SHA512:
6
- metadata.gz: ff8ff0813e23f1881f877aa1c37bdb6e21af5e266f32d1b3a0da256847f742f8b4a8c226c43bbd6503d2baab1d975f2209279d63cf99cb8ee7115769746b09e1
7
- data.tar.gz: d46aa98df97832ae3053250137fc28390a272054fcf1c60a0932eb5daa02db5b076e0863f95d2af0ed7c27e0b9986e4091599d068b9f834ac914213449ecae3e
6
+ metadata.gz: c2c3f0c30346606a5ec260ce250f25691b93686ef1000bade64b0304c04c6d67763471263e73153987dc8fee3efcb26133fb213b124183609c87fa7ac53dc694
7
+ data.tar.gz: 759dc98379f42d47bbe60cbbd7e91761bb7d9e46075740e732a4620ac977e8c441e3fb18217461f151be2fbd97c9d0f833d205b89c7dbed713291ef19069b584
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## 3.0.1
2
+ - Republish all the gems under jruby.
1
3
  ## 3.0.0
2
4
  - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
3
5
  # 2.0.6
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-json'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This is a JSON parsing filter. It takes an existing field which contains JSON and expands it into an actual data structure within the Logstash event."
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,46 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-json
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: logstash-core-plugin-api
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: '2.0'
20
- type: :runtime
19
+ name: logstash-core-plugin-api
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: logstash-devutils
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
- type: :development
33
+ name: logstash-devutils
35
34
  prerelease: false
35
+ type: :development
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This gem is a Logstash plugin required to be installed on top of the
42
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
43
- gem is not a stand-alone program
41
+ description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
44
42
  email: info@elastic.co
45
43
  executables: []
46
44
  extensions: []
@@ -61,7 +59,7 @@ licenses:
61
59
  metadata:
62
60
  logstash_plugin: 'true'
63
61
  logstash_group: filter
64
- post_install_message:
62
+ post_install_message:
65
63
  rdoc_options: []
66
64
  require_paths:
67
65
  - lib
@@ -76,11 +74,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
74
  - !ruby/object:Gem::Version
77
75
  version: '0'
78
76
  requirements: []
79
- rubyforge_project:
80
- rubygems_version: 2.5.1
81
- signing_key:
77
+ rubyforge_project:
78
+ rubygems_version: 2.4.8
79
+ signing_key:
82
80
  specification_version: 4
83
- summary: This is a JSON parsing filter. It takes an existing field which contains
84
- JSON and expands it into an actual data structure within the Logstash event.
81
+ summary: This is a JSON parsing filter. It takes an existing field which contains JSON and expands it into an actual data structure within the Logstash event.
85
82
  test_files:
86
83
  - spec/filters/json_spec.rb