logstash-filter-ruby 3.1.0 → 3.1.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
- SHA1:
3
- metadata.gz: 273ed2da72e09943995b2bcbbeb25e5ff5066173
4
- data.tar.gz: adccac89c884c0123b10a382a138bcec9ee58529
2
+ SHA256:
3
+ metadata.gz: f3953d3586b1c85bdc4ada781ef86afcf993c87b4a80c36cb97a144b4899bda9
4
+ data.tar.gz: b158b1b5f169ad9c3a39dfb9df860a783447b1a4683d5a49e423d6ee100c7165
5
5
  SHA512:
6
- metadata.gz: 465d9a82af6a18daf470d767b4e3a07ad57783d4cfee66a2979631333922381360058cedecbd4b08423a5e0c84f78bf0a6e89dfb4cbec4bc43a9940f1340aea4
7
- data.tar.gz: b28977f8356f8ab9639c96025da48d8bef8260b279c5dacd8cb1ed953d7ea76ea7613513c743e8a56999aa9b9109760a3a208369af20e47c9056a63d0d0a9bc1
6
+ metadata.gz: 2d9a1d424bf405afe0f34a19294b92255c9b59fbc2e06b447ffe7a23b7c375fd42955065524d5ea3df74115cbbdaf8c8fbcd97690d1c5a36e37f09793e2e5d78
7
+ data.tar.gz: 984aac96251467e28071ce6ce5536f23c4a47f13e45af85a06abcf8675b0fd85ea4dddf1a2b248af1970dee57c9f5e621c2638cb30de9be8a8a18dfba655657c
@@ -1,3 +1,6 @@
1
+ ## 3.1.1
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.0
2
5
  - Add file base ruby script support
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-ruby'
4
- s.version = '3.1.0'
4
+ s.version = '3.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Filter for executing ruby code on the event"
6
+ s.summary = "Executes arbitrary Ruby code"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -105,10 +107,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
107
  version: '0'
106
108
  requirements: []
107
109
  rubyforge_project:
108
- rubygems_version: 2.4.8
110
+ rubygems_version: 2.6.11
109
111
  signing_key:
110
112
  specification_version: 4
111
- summary: Filter for executing ruby code on the event
113
+ summary: Executes arbitrary Ruby code
112
114
  test_files:
113
115
  - spec/filters/ruby_spec.rb
114
116
  - spec/fixtures/broken.rb