logstash-filter-cpu_temp 1.0.0 → 1.0.1

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
2
  SHA1:
3
- metadata.gz: f404a3943dc2f75c32b250de395aecf1eceedd63
4
- data.tar.gz: 5a7c5c6fb21dbcb2924a64fbd9f2905cfa7d1b84
3
+ metadata.gz: 0aebdffd1bcdefb374e7ecacbb2d4a4c48d6c3af
4
+ data.tar.gz: 9f4f9fe28eacd1d99288fb261c447714661e9907
5
5
  SHA512:
6
- metadata.gz: e4e2ea0eb3b871d14458168a056f3f44c2966796b3859c8b420dc09ada98f1946dd1c11a76b1be31db7a5e27591dbd4f379d8dda8f297244d2189d942eef4656
7
- data.tar.gz: 920e29cf76acca2517d28d6bdf61de6ffadf3068d1fb7a846d54e9894b11db6985b9e01fedf9cad64dc5015889deef3fb10a8e59922d4f24709198db1d1a9a76
6
+ metadata.gz: 8093ebb198b7b98c79b4fd6d65878efdb95a95c351174da6213298778a121bb776061e56ef9bd2887c55a61a0b8292fae08893e9b3fb6ca81c3ff75db3ac7ca3
7
+ data.tar.gz: 4c919775b87a279d14f81f3e1ad3ec0480b8c62f78dd8e185fe124afb81d271b545c193193792975c7c5d05d5d8c04452eabae1b961489cb0c64cd54e099303a
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-cpu_temp'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.licenses = 'Apache-2.0'
5
5
  s.summary = "This example filter replaces the contents of the message field with the specified value."
6
- 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"
6
+ 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. It's only purpose is for testing our schoolproject. Please don't use this in production."
7
7
  s.authors = "Danel Roelle, Manuel Metzger"
8
8
  s.require_paths = ["lib"]
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-cpu_temp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danel Roelle, Manuel Metzger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-13 00:00:00.000000000 Z
11
+ date: 2018-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
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 Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This 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. It's only purpose is for testing our schoolproject. Please don't use this in production.
42
42
  email:
43
43
  executables: []
44
44
  extensions: []