logstash-codec-dots 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: 99b30eef681b6e3c0f088db40d0113ae04d6e3c1
4
- data.tar.gz: 9abc83e14049b9fa016fbbf976466e9f85dd67a5
3
+ metadata.gz: a47f31f93d2a9e058bf76002a1606e15d1dea558
4
+ data.tar.gz: d6b171c53777f76487e103a524b07c8a4f315637
5
5
  SHA512:
6
- metadata.gz: e9f3cca734824febe2fc3068fb06e064cf2356e40e03005270b80c799e137c17f517db00256ca3da8dcdc0e573d6e8854085e944ec5e43dedfd1561c261ce5c2
7
- data.tar.gz: e00e9be4546ec09af40f0ed7d4f0dc20c340ab4734ad1ac75a1249ddacecbce77cd8569024d3df6ca7b1117283c6c3e545e64f24efc10589256550b57408fb4c
6
+ metadata.gz: 91657297898efd9aa25ee571252abdf1e082d2942e4117f506ec0efc2e7670ea1500be5595b191a5a0bb005ee1ebf171a6bc8c28a64bf678114bfbfb307cab3b
7
+ data.tar.gz: 0bf2741162be442dd05797c7a15045191100dba53a9a2ac4beebbd6861fe1473b1a432c7460104dd58c0ce906639a1e36b04a63170ae48aa9790a2bf8971e65b
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.4
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-dots'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Codec that outputs dots"
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-codec-dots
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: []
@@ -62,7 +60,7 @@ licenses:
62
60
  metadata:
63
61
  logstash_plugin: 'true'
64
62
  logstash_group: codec
65
- post_install_message:
63
+ post_install_message:
66
64
  rdoc_options: []
67
65
  require_paths:
68
66
  - lib
@@ -77,9 +75,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
75
  - !ruby/object:Gem::Version
78
76
  version: '0'
79
77
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.5.1
82
- signing_key:
78
+ rubyforge_project:
79
+ rubygems_version: 2.4.8
80
+ signing_key:
83
81
  specification_version: 4
84
82
  summary: Codec that outputs dots
85
83
  test_files: