logstash-filter-languagedetect 0.1.0.pre.alpha.pre.13 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile +1 -2
- data/logstash-filter-languagedetect.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTU0NTY0ODEwZTZhYWE0NjY0MjJkMmQ5NzhkNzhlZDZjMGZkNGJiNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NjgxMGUxNWFlYTgxOTkxMjBmMWQ5NDBiNjBjMWNlNWNlZmZlMDY4NQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTczYjUzMjI2MWE1OGQxN2QyOWUwZDcyYmNmM2NmNTU0MmE4NDVlNjk4MmJl
|
10
|
+
NGU5NmQ3ODM4MDFhYjQwNzFjN2U3NWM2M2U2YTMyMGM5NGIzMGUwZDcwNWNj
|
11
|
+
MWI2ZGE5ZGMzMmNlMzBiZmJhMzY2N2RjZGQzYjc5NzM5NTE2M2I=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDM1Y2FkOWQwMGRjZTFiOWIxYjM2MTgxZDAyZjNmZDVkYTc5NTExYTA4Yjhm
|
14
|
+
ZjA4NTI5NGQ5Y2E0Y2Y2OGUzYzFlZmVjMjY0YjAxNjZjNjM0YTc4ZGE2MTQz
|
15
|
+
MmZhZTJiNWEwMDE0MzJhODA0Mzg0Njk0NjYwNTg3OGQ3OTUzNDY=
|
data/Gemfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-languagedetect'
|
3
|
-
s.version = '0.1.
|
4
|
-
s.version = "#{s.version}
|
3
|
+
s.version = '0.1.1'
|
4
|
+
s.version = "#{s.version}.pre.#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS_BRANCH'] != 'master'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "This example filter replaces the contents of the message field with the specified value."
|
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/plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-languagedetect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Torsten Feld
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash-core
|
@@ -96,9 +96,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
96
96
|
version: '0'
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
98
|
requirements:
|
99
|
-
- - ! '
|
99
|
+
- - ! '>='
|
100
100
|
- !ruby/object:Gem::Version
|
101
|
-
version:
|
101
|
+
version: '0'
|
102
102
|
requirements: []
|
103
103
|
rubyforge_project:
|
104
104
|
rubygems_version: 2.4.5
|