fluent-output-router 0.9.1 → 0.9.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2I3MzMzMDk2OWQ0MjIwZGQxZTFhOTcwNDE0YmJlZTA4ZjZkNjczZQ==
4
+ NDY1YjVmZWE4MjE5YWEzNjZhYzlkMWU3MjM4N2E2MTk0N2M4MjAyMQ==
5
5
  data.tar.gz: !binary |-
6
- MDUzODc1NjM2MTEzMTA5MTM3OTQ0NzRlY2UxZjY3ZjVlN2ZhMDE1Zg==
6
+ NTQxMWZjZjI4YzBiMmU0ZGEwYmMyNTIxY2M4NzA2MTM3NDk2YTVkYw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NTQ5NGM1YTU0ODYxNDJiMmQ2YjU1MDM4NWM5ODQxNTBiYWUzYTNhNTU1MDZm
10
- ODZlYjdkOWU2MTVmZWMxZjBkMDhhZTUwYmQ0ZGJkNzEzMTQxNmExOTMwMDBl
11
- YTQwYTYxODhkNDgyYTg5OWFlZWFhNWM2NzNmZWMzNWNlMDA5YjA=
9
+ ODZjY2ZhNDQyYWY4MjU2ODlkMWY0ZDFlOGQ0ODQ2ZTUxYjY0ZjU1ZTk2MDM5
10
+ NmY5OGE2MTgyYWRiM2U0Yzk2ODFkNTczZWU1YjBlM2YxN2JjOGRkMDk0MjFi
11
+ ZTA5OWVmYmM3OTI3YTZlY2Y5YWE0MTY5YjQ1ZGY0ZTNiYzU0NGM=
12
12
  data.tar.gz: !binary |-
13
- MDg1OTVhZDA1YTg0Zjk1OWExZWNhNGQyODEwOGFhYjlkZTYxYmZkMjhlZTdh
14
- YjFlZjFjNzJlNjYwZjE2MDgyNmVlMWMxMmFmY2NkOGY4ZWZhYzc1MjYzYTBl
15
- MWViNDJiMGUzZGZiOGYwNzVhYzkyZGE4YTU1M2NmZDNjOTYyMWY=
13
+ NjM0ZjMxMGI0Mzc1ZDI5YjA0Y2E2NzNiNGY2NGYyYzY2MWU0YTY5OGMyMGFj
14
+ OTQ3MzZhMWM3YjhiNTRmZjQ3NjhhM2E2ZjM0MDNhYjI0ZjQ2ZDQ5YWQ5ODgx
15
+ NDA5Zjk5ZTkwODQxYjIyYzlkNDljNDQxYzZhYzQ2Mzk4YTA2ZDQ=
@@ -1,3 +1,19 @@
1
+ #==============================================================================
2
+ #
3
+ # Copyright (c) 2013 Campanja AB
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # A copy of the license is included in the file LICENSE.
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ #
15
+ #==============================================================================
16
+
1
17
  require 'erb'
2
18
  require 'rubygems'
3
19
  require 'json'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-output-router
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Almroth
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-16 00:00:00.000000000 Z
12
+ date: 2013-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -37,7 +37,8 @@ extra_rdoc_files: []
37
37
  files:
38
38
  - lib/fluent/plugin/out_router.rb
39
39
  homepage: https://github.com/campanja/fluent-output-router
40
- licenses: []
40
+ licenses:
41
+ - Apache 2.0
41
42
  metadata: {}
42
43
  post_install_message:
43
44
  rdoc_options: []