fluent-plugin-windows-eventlog 0.8.2 → 0.8.3

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
  SHA256:
3
- metadata.gz: 25cad0076203839816776063f7ebdfbe60bc6fd3002c370c910dcb6d76a37c8a
4
- data.tar.gz: 100a3cd449c6a1a464e9e62cb7801b2ff8de8237a32f723041e86a93b48323bc
3
+ metadata.gz: 2d253822f3e13ee264e9ad58b1d25c0e1e91460a417aa3ab1c21a6e45acb795a
4
+ data.tar.gz: ae2c835ac4bb63b9544c5ddab3f732fa7d0fd2d33606cf0b1456c5a5875e90eb
5
5
  SHA512:
6
- metadata.gz: 88a39e416e686644552c45de077318b58c4fe04c3760f8333c43903ed0c551bd208bd5873a122a6768b60b0d172145dca95ce1cd584ad25ca6a787719b513c62
7
- data.tar.gz: 5644c45eb304831003847d235f8b9b37a54382b931937c0c5ad241933efab3b50c5da7bd71c3aa0f9474e97f6c0c8488d60f7868df98bcb64bf57db5ec31dde8
6
+ metadata.gz: 5e259db40fe86886390b797cbbf3580427da285126fccfde89aab5867900c9600a9e01544a42e994de695ec67c65f525e6113ecb8aa2900de7508e4185c6e1d5
7
+ data.tar.gz: b2753c7604157cfd598a63726bba34d1001dae4702bd895fc3d4afaaf1d57ee1dfad41d064a70b3514b2f6a3242cde4e4ef72bbb746ea5fb05f729672629215a
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: 'github-actions'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
@@ -11,7 +11,7 @@ jobs:
11
11
  strategy:
12
12
  fail-fast: false
13
13
  matrix:
14
- ruby: [ '3.1', '3.0', '2.7', '2.6' ]
14
+ ruby: [ '3.2', '3.1', '3.0', '2.7' ]
15
15
  os:
16
16
  - windows-latest
17
17
  experimental: [false]
@@ -21,7 +21,7 @@ jobs:
21
21
  experimental: true
22
22
  name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
23
23
  steps:
24
- - uses: actions/checkout@v2
24
+ - uses: actions/checkout@v3
25
25
  - uses: ruby/setup-ruby@v1
26
26
  with:
27
27
  ruby-version: ${{ matrix.ruby }}
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # Release v0.8.3 - 2023/01/19
2
+ * Permit using nokogiri 1.14.0
3
+
1
4
  # Release v0.8.2 - 2022/09/26
2
5
  * in_windows_eventlog2: Skip to subscribe non existent channels, not to stop Fluentd
3
6
 
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-windows-eventlog"
7
- spec.version = "0.8.2"
7
+ spec.version = "0.8.3"
8
8
  spec.authors = ["okahashi117", "Hiroshi Hatake", "Masahiro Nakagawa"]
9
9
  spec.email = ["naruki_okahashi@jbat.co.jp", "cosmo0920.oucc@gmail.com", "repeatedly@gmail.com"]
10
10
  spec.summary = %q{Fluentd Input plugin to read windows event log.}
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.add_development_dependency "bundler"
21
21
  spec.add_development_dependency "rake"
22
22
  spec.add_development_dependency "test-unit", "~> 3.4.0"
23
- spec.add_development_dependency "nokogiri", [">= 1.10", "< 1.12"]
23
+ spec.add_development_dependency "nokogiri", [">= 1.10", "< 1.15"]
24
24
  spec.add_development_dependency "fluent-plugin-parser-winevt_xml", ">= 0.1.2"
25
25
  spec.add_runtime_dependency "fluentd", [">= 0.14.12", "< 2"]
26
26
  spec.add_runtime_dependency "win32-eventlog"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-windows-eventlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - okahashi117
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-09-26 00:00:00.000000000 Z
13
+ date: 2023-01-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -63,7 +63,7 @@ dependencies:
63
63
  version: '1.10'
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
- version: '1.12'
66
+ version: '1.15'
67
67
  type: :development
68
68
  prerelease: false
69
69
  version_requirements: !ruby/object:Gem::Requirement
@@ -73,7 +73,7 @@ dependencies:
73
73
  version: '1.10'
74
74
  - - "<"
75
75
  - !ruby/object:Gem::Version
76
- version: '1.12'
76
+ version: '1.15'
77
77
  - !ruby/object:Gem::Dependency
78
78
  name: fluent-plugin-parser-winevt_xml
79
79
  requirement: !ruby/object:Gem::Requirement
@@ -145,6 +145,7 @@ executables: []
145
145
  extensions: []
146
146
  extra_rdoc_files: []
147
147
  files:
148
+ - ".github/dependabot.yml"
148
149
  - ".github/workflows/unit-test.yml"
149
150
  - ".gitignore"
150
151
  - CHANGELOG.md
@@ -152,7 +153,6 @@ files:
152
153
  - LICENSE.txt
153
154
  - README.md
154
155
  - Rakefile
155
- - appveyor.yml
156
156
  - fluent-plugin-winevtlog.gemspec
157
157
  - lib/fluent/plugin/bookmark_sax_parser.rb
158
158
  - lib/fluent/plugin/in_windows_eventlog.rb
data/appveyor.yml DELETED
@@ -1,24 +0,0 @@
1
- version: '{build}'
2
-
3
- # init:
4
- # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
5
-
6
- install:
7
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
8
- - ruby --version
9
- - gem --version
10
- - ridk.cmd exec bundle install
11
- build: off
12
- test_script:
13
- - bundle exec rake test
14
- # - bundle exec rake test TESTOPTS=-v
15
-
16
- branches:
17
- only:
18
- - master
19
-
20
- # https://www.appveyor.com/docs/installed-software/#ruby
21
- environment:
22
- matrix:
23
- - ruby_version: "24-x64"
24
- - ruby_version: "24"