fluent-plugin-path2tag 0.0.1 → 0.0.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: 27be571636b1a6fd51e55b7911446aa9321d4202
4
- data.tar.gz: 00c3ea92080757ad63ca7d688fa9f7486b93d541
3
+ metadata.gz: af47259dc7725ab1689f7172d7f622d985d5d80a
4
+ data.tar.gz: e5882fe3866285af7240875d1273954b871404a0
5
5
  SHA512:
6
- metadata.gz: 1a30cdb68667a72bbf1b15dca69d49ed786d5a7f796c03647ddb35abb65b8f566f616cfce80ed34c91e4c5cf20f2ca2abbe1e9d1e2dcc97b1e54759b8490b2ef
7
- data.tar.gz: 8987a837cd93f1f595ee7ea59f08dfa3fa46444632be8c1985e5b3fc40317d7396c4f20d85dd5af5dc8cd796155f6318e98f12596b8afddcbf87ce49dfb9efc2
6
+ metadata.gz: f8e7698a5dd1b900fac3446e5245cbb4614b66321f2e37ab3b3e970fa0e3ede03c7be281bfd5ca7bc3db569cf400c1b4d94558ab3d3d42574651a866c06f12d5
7
+ data.tar.gz: 89983b0c613be02ef3b073cacc3b8dd20ddacc93a72c57462efb8acb34341977b27fc5af7b127042d97dc8a2f2798aed89b1764de6e4522ebca7b54b399876ca
@@ -4,12 +4,12 @@
4
4
  $:.push File.expand_path("../lib", __FILE__)
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-path2tag"
7
- spec.version = "0.0.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["Shota Kuwahara"]
9
9
  spec.email = ["shota.kuwahara@skuwa229.com"]
10
10
 
11
11
  spec.summary = %q{Fluentd Output filter plugin.}
12
- spec.homepage = "http://skuwa229.com/"
12
+ spec.homepage = "https://github.com/skuwa229/fluent-plugin-path2tag"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split("\n")
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module Path2tag
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-path2tag
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
  - Shota Kuwahara
@@ -81,7 +81,7 @@ files:
81
81
  - spec/spec_helper.rb
82
82
  - test/helper.rb
83
83
  - test/plugin/test_path2tag.rb
84
- homepage: http://skuwa229.com/
84
+ homepage: https://github.com/skuwa229/fluent-plugin-path2tag
85
85
  licenses:
86
86
  - MIT
87
87
  metadata: {}