logstash-filter-environment 3.0.2 → 3.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c606626a5019b20863b8c91b30f6b519d2e8febe
4
- data.tar.gz: 760a7713c2d3084d8b8b99a58ca3ee3f53e32ea4
2
+ SHA256:
3
+ metadata.gz: 2b81957942752255a92604786109f671ab8a29a6d4beb356b15d801f570d7757
4
+ data.tar.gz: f836ef7c9fea2462df82d5f3ff497870f841d20d3d62f7075336b428013e1a3a
5
5
  SHA512:
6
- metadata.gz: 7ede376410740e91f408c9c8b630c581f309306407df4b3cffde14ac1232fd29634fed1bb539d95af3b18e6e681b2c68bde9141959bdfe30f71f33e228a2b4d4
7
- data.tar.gz: 25dd275751a4346fdcabaf9c6a6424baa1e548dda0df8fd156bedde1187770b5759e3b74ffe4ac82e2900a2fe9dc234812c4bae3e42b53b7fee80e8487c42fe0
6
+ metadata.gz: 3972bdd195d219ae7f04029da0127130afc1940e56b77b709a27876f9abb11ae925048eef71e8bc9298378cc29b53c5409e8bf94b0c81112eccbd3a92bdefb75
7
+ data.tar.gz: f566b9efeea0d6807cd8b1d55a415d85c04b6272d2a33938778fce5f53a5cb1d760d75adac3d515ba726a50d2ad0e9d55f638673795f387d0833e9aa8a052e27
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-environment'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Set fields from environment variables"
6
+ s.summary = "Stores environment variables as metadata sub-fields"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-environment
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: Set fields from environment variables
90
+ summary: Stores environment variables as metadata sub-fields
89
91
  test_files:
90
92
  - spec/filters/environment_spec.rb