fluent-tail 0.0.1 → 0.0.2

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: 13b33dca730d228105b39647de7cf4810d485faa
4
- data.tar.gz: 8fcbe2060535a0d84a0efe6fce02b17c3c38d12f
3
+ metadata.gz: 0fe89d00c7c465808d596d45ca3187079e453891
4
+ data.tar.gz: d61d00d43b2891a6fbba0c4c52ff64c0f44fc635
5
5
  SHA512:
6
- metadata.gz: 87cbc96521d825e47a4a4d16d6c9e6a8fb6dca34f07b79f9caee632cff6d2d565e82e6af13eca52e100e72cb5d699dd82913ddf6733b5188f3f83995e3fc22b9
7
- data.tar.gz: 6fbfd0a972be084ee6ff4c0409ad6cedd6d0aa2b7e3690cd8607ef923ebc4190d1283fdf255faaa3e14629abd80c832c7907187d68f1a1600ddeca2a90a305f9
6
+ metadata.gz: 952eb541e2469e92a7f1a90e4f0fea18a9a46e6b1104ac2dfacf35f3adb45d842239a3079edf052d7435059bdf7282f021171154602c281d75e96f7bddfa6cd3
7
+ data.tar.gz: cb86dc587abf3e97ebe93a6c1da7907f1428326c1f4baf8869b7a88399c3fcb437769482c5b9c0bce01ec7b450912dfeb7c9e29d4440c64a2fc2fd5e83aa1beb
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Tools for tailing fluentd stream events}
12
12
  spec.description = spec.summary
13
13
  spec.homepage = "https://github.com/choplin/fluent-tail"
14
- spec.license = "MIT"
14
+ spec.license = "Apache-2.0"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module Fluent
2
2
  module Tail
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-tail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OKUNO Akihiro
@@ -76,7 +76,7 @@ files:
76
76
  - spec/spec_helper.rb
77
77
  homepage: https://github.com/choplin/fluent-tail
78
78
  licenses:
79
- - MIT
79
+ - Apache-2.0
80
80
  metadata: {}
81
81
  post_install_message:
82
82
  rdoc_options: []