fluent-plugin-stdin 0.1.1 → 0.1.2

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: ea01ca3f4388913774af7dbce3e20bddd701e8f7
4
- data.tar.gz: b6a464692fe23544cc6af4e2a64f7571bd0be2c7
3
+ metadata.gz: a0cab759dcf60b734f7227d98bb99cfb40d7f7dd
4
+ data.tar.gz: c7da04e036bdb43a96933512c4470f4bf8cdc4fa
5
5
  SHA512:
6
- metadata.gz: 1d808adabcb938137f3533e84e5680828cf1c745ebdfd969a1611a915ebc9db14c7f9586b1909f65e7ae3259f63169808815c29ffc7836fd93d3ef858192b807
7
- data.tar.gz: cf0a45d7ca88d9337c68c186bf5692d207462a1dda590d27c4440c8a01da87f7b488ec5c62ace9281654c63ad1ad996bf697c4f577569ff80c157c7f045ce617
6
+ metadata.gz: 6f78ae0232bf85d02913de1c811bf43ff4af1dd91c70eee6f72c3398781515995ca94b398590c8369197e8969e0732384a5419e3cea3b04bc9f7720ec84e80b5
7
+ data.tar.gz: 9f57effc840c238e352578d9b6a990da5dec0d28e1f634a5bfe18d4b6644258c88fce504874c14b0afbb9cd8917a04e3c3aabed579aee6eadbb25e15ec66ac4e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -1,18 +1,4 @@
1
- #
2
- # Fluentd
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
- #
1
+ require 'fluent/input'
16
2
 
17
3
  module Fluent
18
4
  class StdinInput < Input
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-stdin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro Nakagawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-19 00:00:00.000000000 Z
11
+ date: 2017-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project:
89
- rubygems_version: 2.4.5
89
+ rubygems_version: 2.6.11
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: Fluentd plugin for reading events from stdin