fluent-plugin-dockerid2name 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: 03e647b1dc356f845d9913828f4f6b8a81f29d2a
4
- data.tar.gz: b18e70eeac4c9db054e58ff0410eaaa41748720c
3
+ metadata.gz: 129325e5410df548d9845f04fc8f191677c5a4a6
4
+ data.tar.gz: 277fa5c4cf11fa3749d46b43ce93acb44da1c2b2
5
5
  SHA512:
6
- metadata.gz: e3c96186c7b69d04b4be0ddc194efd613a97e5518bd20f6b9cd8e4dd4e3b144d848795c5a79e982b313ea0e2346ac96878014ca787b997ad12fa4e91485e2d73
7
- data.tar.gz: 2cbdc18f34aadce5cb15992b73880b9bb232a8ffdec3d9ba2bc51bc6cf9fa3e93406737162f4cb2c94c5b2605545912dab4f1691b104de3b423b8ba4e08b2fd1
6
+ metadata.gz: 7dabb6cf5a21eb28684fb1171644f4fbe42f491185e1d45b729592721b5884996d3b37f80b56a0de36f2e080fa82223950d3fc68b707ea396ec830c983bb913e
7
+ data.tar.gz: 2109f0ebe1d475a2f4247a6c405f6ebd5d4fe8ce636b7d5d6aea7c2f6b18138f2b50a93effe30c755abd4f2883eee25eb88df72f4e7efd712344ca5518dbe524
@@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-dockerid2name"
7
- spec.version = "0.0.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["Woorank"]
9
9
  spec.email = ["dev@woorank.com"]
10
- spec.summary = "Output the image's name for a given container_id"
10
+ spec.summary = "Output the name of the image for a given docker container_id"
11
11
  spec.homepage = "https://github.com/Woorank/fluent-plugin-dockerid2name"
12
12
  spec.license = "MIT"
13
13
 
@@ -2,7 +2,7 @@ require 'rest-client'
2
2
 
3
3
  module Fluent
4
4
  class Dockerid2Name < Filter
5
- Fluent::Plugin.register_filter('docker_image', self)
5
+ Fluent::Plugin.register_filter('dockerid2name', self)
6
6
 
7
7
  def configure(conf)
8
8
  super
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-dockerid2name
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
  - Woorank
@@ -64,7 +64,7 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - Rakefile
67
- - fluent-plugin-dockerid2imagename.gemspec
67
+ - fluent-plugin-dockerid2name.gemspec
68
68
  - lib/fluent/plugin/filter_dockerid2name.rb
69
69
  homepage: https://github.com/Woorank/fluent-plugin-dockerid2name
70
70
  licenses:
@@ -89,5 +89,5 @@ rubyforge_project:
89
89
  rubygems_version: 2.0.14
90
90
  signing_key:
91
91
  specification_version: 4
92
- summary: Output the image's name for a given container_id
92
+ summary: Output the name of the image for a given docker container_id
93
93
  test_files: []