fluent-plugin-tail-asis 0.0.2 → 0.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.
Files changed (2) hide show
  1. data/fluent-plugin-tail-asis.gemspec +3 -3
  2. metadata +6 -5
@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fluent-plugin-tail-asis"
7
- gem.version = "0.0.2"
7
+ gem.version = "0.0.3"
8
8
  gem.authors = ["TERAOKA Yoshinori"]
9
9
  gem.email = ["jyobijyoba@gmail.com"]
10
- gem.description = %q{fluentd input plugin, whole line read into single key}
11
- gem.summary = %q{fluentd input plugin, whole line read into single key}
10
+ gem.description = %q{fluentd input plugin, whole line read into single key, no regexp used, fast}
11
+ gem.summary = gem.description
12
12
  gem.homepage = "https://github.com/yteraoka/fluent-plugin-tail-asis"
13
13
 
14
14
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-tail-asis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,8 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
- description: fluentd input plugin, whole line read into single key
62
+ description: fluentd input plugin, whole line read into single key, no regexp used,
63
+ fast
63
64
  email:
64
65
  - jyobijyoba@gmail.com
65
66
  executables: []
@@ -89,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
90
  version: '0'
90
91
  segments:
91
92
  - 0
92
- hash: -2249573653986964656
93
+ hash: -1469552047208231716
93
94
  required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  none: false
95
96
  requirements:
@@ -98,13 +99,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
99
  version: '0'
99
100
  segments:
100
101
  - 0
101
- hash: -2249573653986964656
102
+ hash: -1469552047208231716
102
103
  requirements: []
103
104
  rubyforge_project: fluent-plugin-tailasis
104
105
  rubygems_version: 1.8.25
105
106
  signing_key:
106
107
  specification_version: 3
107
- summary: fluentd input plugin, whole line read into single key
108
+ summary: fluentd input plugin, whole line read into single key, no regexp used, fast
108
109
  test_files:
109
110
  - test/helper.rb
110
111
  - test/plugin/test_in_tail_asis.rb