logstash-file 0.1.0 → 0.2.0
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 +8 -8
- data/.travis.yml +1 -5
- data/Gemfile +4 -0
- data/README.md +1 -5
- data/lib/logstash-file/logger.rb +4 -1
- data/lib/logstash-file/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NmU1YmRmMjIxNTE3YTc3NjU2YTE2MWZkMjJlYzliZTVjYmVmYTIzZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzdmMzBlNWYwOTk1OGE3YWE4MGU1NTA4YmE2YTBlZGY3Y2MzMDQ4Yw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTY0MjI4MTRlMTA4OTYyMDJjNDA2YjgyZTkzMWRiM2M3YTZkZmI5MDZmNjJi
|
10
|
+
M2ZhNmI1YTNiMDljMGFlZjk4NDcxN2Y2YTYyOTUzNDhlMzBhMjg3NGQzODhl
|
11
|
+
MzVmZGJhNzBiZDZiYmVkMTNmMzhlNjgzNWU5ZThkZmM1YmY4N2Q=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzIwNGZhMTBhMGNkOWExMzJiZGE5MTY4MWQxMGNlMGExNmZmMGJmMTU3MmYy
|
14
|
+
ODBjNGU4ZDRkYTZkZDIwZTNlZmE3ZWNhMTU2YzgyNjYwYWQxYWVlYmQwZDhk
|
15
|
+
YWU0YjA2ODkwM2I3N2RmMTk4NDU5YjFkYTdkNTE4NzcwNjM4MDc=
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -21,16 +21,12 @@ logging message. See below for more information.
|
|
21
21
|
* Ruby 1.9.3
|
22
22
|
* Ruby 2.x
|
23
23
|
* Jruby 1.7 and newer
|
24
|
-
* Rubinius 2.0 and newer
|
24
|
+
* Rubinius 2.0 and newer, 2.1 or newer is recommended
|
25
25
|
|
26
26
|
Tests are ran on both Travis CI as well as the private Jenkins instance of
|
27
27
|
[Olery][olery]. Although this Gem may work on Ruby 1.8 we have not verified
|
28
28
|
this nor do we intend to.
|
29
29
|
|
30
|
-
Rubinius support will be properly evaluated once Travis CI and our internal
|
31
|
-
Jenkins instance have been updated so that they contain the latest Rubinius
|
32
|
-
versions. Having said that, this Gem should just work fine in theory.
|
33
|
-
|
34
30
|
## Usage
|
35
31
|
|
36
32
|
First install the Gem:
|
data/lib/logstash-file/logger.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-file
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yorick Peterse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|