fluent-plugin-tail-ex-rotate 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cc7510ef7a8b5c30b9e9d6e26668b2896e76b73
4
- data.tar.gz: 7dc9417cc2dd101e11231d280a62287dc36e9bc2
3
+ metadata.gz: 7913c120169c4dc922939f9c9b1c1c9d83421a06
4
+ data.tar.gz: d51a1a1ff4866a3ea6679da54de21d09b163b9f1
5
5
  SHA512:
6
- metadata.gz: be8766bc1f128c09c41e62caf8b68543c599ed114af01376d5b39db487d3766abe9c889371e75b471c6615f02b6356279eb90f94b69c5afa4e7200fe76137c48
7
- data.tar.gz: 31693298ccc389e2e7d0f935eac9c81bd17c517abeed1fd20d037fa2f0381ed754e69c9c83b5d7f8aa1291520355d7155b01a5913ef33fa56ca525ac68f1ae51
6
+ metadata.gz: 3ee2cf5fc8db5e2c40f90b63d52374ecdd5f0e9c2addafe93f85b55a48b22b6736f2a36c504a6341586d4ea6c092d110de23257da18e7be7a0ebee230c62ab88
7
+ data.tar.gz: 290412a2f09490984e18a97cb1c6d8e383c888ae5baa3cb04ef7a5052c0fa0d966874ea4d31b17da648c58c8f578b0dbdcf787cfd17de704a6d14597a8fbea73
data/README.md CHANGED
@@ -9,6 +9,12 @@ fluent-plugin-tail-ex-rotate is a fluentd plugin to extend file lotation time.
9
9
  gem install fluent-plugin-tail-ex-rotate
10
10
  ```
11
11
 
12
+ ## Test
13
+
14
+ ```sh
15
+ rake test
16
+ ```
17
+
12
18
  ## Setting
13
19
 
14
20
  The setting of fluent-plugin-tail-ex-rotate is roughly the same with in_tail built-in plugin.
@@ -2,7 +2,7 @@ require File.expand_path('../lib/fluent/version', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "fluent-plugin-tail-ex-rotate"
5
- gem.version = "0.0.2"
5
+ gem.version = "0.0.3"
6
6
 
7
7
  gem.authors = ["Yuta Mizushima"]
8
8
  gem.email = ["yuta_mizushima@dwango.co.jp"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-tail-ex-rotate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuta Mizushima
@@ -61,14 +61,12 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - COPYING
63
63
  - Gemfile
64
- - Gemfile.lock
65
64
  - NOTICE
66
65
  - README.md
67
66
  - Rakefile
68
67
  - fluent-plugin-tail-ex-rotate.gemspec
69
68
  - lib/fluent/plugin/in_tail_ex_rotate.rb
70
69
  - lib/fluent/version.rb
71
- - pkg/fluent-plugin-tail-ex-rotate-0.0.1.gem
72
70
  - test/helper.rb
73
71
  - test/plugin/data/2010/01/20100102-030405.log
74
72
  - test/plugin/data/2010/01/20100102-030406.log
data/Gemfile.lock DELETED
@@ -1,40 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- fluent-plugin-tail-ex-rotate (0.0.1)
5
- fluentd
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- cool.io (1.2.4)
11
- fluentd (0.12.2)
12
- cool.io (>= 1.2.2, < 2.0.0)
13
- http_parser.rb (>= 0.5.1, < 0.7.0)
14
- json (>= 1.4.3)
15
- msgpack (>= 0.5.4, < 0.6.0)
16
- sigdump (~> 0.2.2)
17
- string-scrub (>= 0.0.3)
18
- tzinfo (>= 1.0.0)
19
- tzinfo-data (>= 1.0.0)
20
- yajl-ruby (~> 1.0)
21
- http_parser.rb (0.6.0)
22
- json (1.8.1)
23
- msgpack (0.5.9)
24
- rake (10.4.2)
25
- sigdump (0.2.2)
26
- string-scrub (0.0.5)
27
- thread_safe (0.3.4)
28
- tzinfo (1.2.2)
29
- thread_safe (~> 0.1)
30
- tzinfo-data (1.2014.10)
31
- tzinfo (>= 1.0.0)
32
- yajl-ruby (1.2.1)
33
-
34
- PLATFORMS
35
- ruby
36
-
37
- DEPENDENCIES
38
- bundler (~> 1.3)
39
- fluent-plugin-tail-ex-rotate!
40
- rake (>= 0.9.2)