fluent-plugin-macos-log 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
  SHA256:
3
- metadata.gz: 0b63e5dca1a3532fb40e6ff4d292c3d42bd3c45152a2f65c39b1c5697adae476
4
- data.tar.gz: c050959cb149e1214e070749b0c0ea578584589b2b339ad7732a8d21cf22b6a0
3
+ metadata.gz: 042e376e41d5cb077b1714d193c34790199edb0520c8504534c102c371f3d8f9
4
+ data.tar.gz: dc5bf12d7919579bb3e0bf587ef5e56118f3f3a3260060dd9a4b625f102fafaa
5
5
  SHA512:
6
- metadata.gz: b221638e0599f640f5b362e34266d6ba96bce84fc0dc5ab8ff767827094f9387a46f120c77f4a08f2bc74b75a096372d26dab6746e69a27497fce83b620b8597
7
- data.tar.gz: 84e7c0fda4420cf2ce18162863275a0c949169830b4508d6d89a731bc4a9292c68df216450f79735bf1ee50dd7197bbaab7e44e4fa5759a5596af325f222f785
6
+ metadata.gz: ae7c947fad2ebda2fab7d6d9b8b3394b8b146b2f8750c06fb9ebd845ab249f900442b7acb9cb5566e0f9b163b8ca1304d0575fc1cfa6dd2d32f8e940d9ca120b
7
+ data.tar.gz: a8ed6914d5c0988c2f87cce1bee38fe90f123eadf0b5f1322ecc2182b5b8049360b19d22ac9bf670e9b44716dc820df0b49af4cadac1ad37aba594f50cf0ca03
data/Gemfile.lock CHANGED
@@ -1,16 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-macos-log (0.0.1)
4
+ fluent-plugin-macos-log (0.0.2)
5
5
  fluentd (>= 1.2, < 2)
6
6
  yajl-ruby (~> 1.3)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- concurrent-ruby (1.1.7)
12
- cool.io (1.7.0)
13
- fluentd (1.11.5)
11
+ concurrent-ruby (1.1.8)
12
+ cool.io (1.7.1)
13
+ fluentd (1.12.2)
14
+ bundler
14
15
  cool.io (>= 1.4.5, < 2.0.0)
15
16
  http_parser.rb (>= 0.5.1, < 0.7.0)
16
17
  msgpack (>= 1.3.1, < 2.0.0)
@@ -19,22 +20,24 @@ GEM
19
20
  strptime (>= 0.2.2, < 1.0.0)
20
21
  tzinfo (>= 1.0, < 3.0)
21
22
  tzinfo-data (~> 1.0)
23
+ webrick (>= 1.4.2, < 1.8.0)
22
24
  yajl-ruby (~> 1.0)
23
25
  http_parser.rb (0.6.0)
24
26
  minitest (5.14.2)
25
- msgpack (1.3.3)
27
+ msgpack (1.4.2)
26
28
  power_assert (1.2.0)
27
- rake (10.5.0)
28
- serverengine (2.2.2)
29
+ rake (13.0.3)
30
+ serverengine (2.2.3)
29
31
  sigdump (~> 0.2.2)
30
32
  sigdump (0.2.4)
31
33
  strptime (0.2.5)
32
34
  test-unit (3.3.7)
33
35
  power_assert
34
- tzinfo (2.0.3)
36
+ tzinfo (2.0.4)
35
37
  concurrent-ruby (~> 1.0)
36
- tzinfo-data (1.2020.4)
38
+ tzinfo-data (1.2021.1)
37
39
  tzinfo (>= 1.0.0)
40
+ webrick (1.7.0)
38
41
  yajl-ruby (1.4.1)
39
42
 
40
43
  PLATFORMS
@@ -44,7 +47,7 @@ DEPENDENCIES
44
47
  bundler (~> 2.0)
45
48
  fluent-plugin-macos-log!
46
49
  minitest (~> 5.0)
47
- rake (~> 10.0)
50
+ rake (~> 13.0)
48
51
  test-unit (~> 3.2)
49
52
 
50
53
  BUNDLED WITH
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 SolarWinds Worldwide
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Fluent::Plugin::MacOsLogInput
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/fluent-plugin-macos-log.svg)](https://badge.fury.io/rb/fluent-plugin-macos-log) [![CircleCI](https://circleci.com/gh/loggly/fluent-plugin-macos-log/tree/master.svg?style=shield)](https://circleci.com/gh/loggly/fluent-plugin-macos-log/tree/master)
3
+ [![Gem Version](https://badge.fury.io/rb/fluent-plugin-macos-log.svg)](https://badge.fury.io/rb/fluent-plugin-macos-log) [![CircleCI](https://circleci.com/gh/loggly/fluent-plugin-macos-log/tree/master.svg?style=shield&circle-token=40ba8c07eb6c015b66e1c9fbf939dcf46ca69099)](https://circleci.com/gh/loggly/fluent-plugin-macos-log/tree/master)
4
4
 
5
5
  ## Description
6
6
 
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
  spec.add_dependency "yajl-ruby", '~> 1.3'
30
30
 
31
31
  spec.add_development_dependency "bundler", "~> 2.0"
32
- spec.add_development_dependency "rake", "~> 10.0"
32
+ spec.add_development_dependency "rake", "~> 13.0"
33
33
  spec.add_development_dependency "minitest", "~> 5.0"
34
34
  spec.add_development_dependency "test-unit", "~> 3.2"
35
35
  end
data/version.txt CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-macos-log
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
  - Petr Langr
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-02 00:00:00.000000000 Z
11
+ date: 2021-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -64,14 +64,14 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '10.0'
67
+ version: '13.0'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '10.0'
74
+ version: '13.0'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -111,6 +111,7 @@ files:
111
111
  - ".gitignore"
112
112
  - Gemfile
113
113
  - Gemfile.lock
114
+ - LICENSE
114
115
  - Makefile
115
116
  - README.md
116
117
  - Rakefile