fluent-plugin-parser-winevt_xml 0.2.4 → 0.2.5

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: 7233e606ba72e603f15d64543469496ce3a773e4ad1fcf488bcc5e35bf26fdb2
4
- data.tar.gz: c3bcc80b6b35835261806d8e694f2ca1ae83af62f451426d82d4f2855ee5782e
3
+ metadata.gz: c2ed21abb99b22e5f50bd30b0bdf6b23157235ad3be8a548bfeaaa6d6963529a
4
+ data.tar.gz: 957b8f0d6735188b4e1e9051ec6c92e6abca3fe2a94347ab3e48b07a738b5b6d
5
5
  SHA512:
6
- metadata.gz: 14b0ca8011b6abae1ea75cdb2cc06f36ce9d2fa989c6aea274fefae720215cf2350d0201ebb493c696f1596ee2972693be706883df3e35f3c32fd9f54b5d56b3
7
- data.tar.gz: dc4e6245a7c3c9ff9f60820bc3621ce5c8aaac6acd12144aaee18bb3a118f3c8a8b4a14391b823a3c90d729624ebd099a7d327ee652ae7d44e0c3cce5b992720
6
+ metadata.gz: cba8b54428201a7a0a96170a91fe000bb19fe0a0274350c05598e2403c04556b190fbb7876b0a6fb119e47aee80d4029a06989a22bd543153cb97df9dd300836
7
+ data.tar.gz: e3aad68db6a77fcea022d111f80f56f8b7959e31df8e522a58fd6e0eacfc60811515b7096d7c4e19619389ac50b22592c81a958766c6271a02f3f0181a5110d3
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: 'github-actions'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
@@ -1,4 +1,4 @@
1
- name: Testing on Ubuntu
1
+ name: Test on Ubuntu
2
2
 
3
3
  on:
4
4
  push:
@@ -13,7 +13,7 @@ jobs:
13
13
  strategy:
14
14
  fail-fast: false
15
15
  matrix:
16
- ruby: ['3.0', '2.7', '2.6']
16
+ ruby: ['3.2', '3.1', '3.0', '2.7']
17
17
  os: [ubuntu-latest]
18
18
  experimental: [false]
19
19
  include:
@@ -21,9 +21,9 @@ jobs:
21
21
  os: ubuntu-latest
22
22
  experimental: true
23
23
 
24
- name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
24
+ name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
25
25
  steps:
26
- - uses: actions/checkout@v2
26
+ - uses: actions/checkout@v3
27
27
  - name: Set up Ruby
28
28
  uses: ruby/setup-ruby@v1
29
29
  with:
@@ -1,4 +1,4 @@
1
- name: Testing on macOS
1
+ name: Test on macOS
2
2
 
3
3
  on:
4
4
  push:
@@ -12,12 +12,12 @@ jobs:
12
12
  strategy:
13
13
  fail-fast: false
14
14
  matrix:
15
- ruby: ['3.0', '2.7', '2.6']
15
+ ruby: ['3.2', '3.1', '3.0', '2.7']
16
16
  os: [macos-latest]
17
17
 
18
- name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
18
+ name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
19
19
  steps:
20
- - uses: actions/checkout@v2
20
+ - uses: actions/checkout@v3
21
21
  - name: Set up Ruby
22
22
  uses: ruby/setup-ruby@v1
23
23
  with:
@@ -1,4 +1,4 @@
1
- name: Testing on Windows
1
+ name: Test on Windows
2
2
 
3
3
  on:
4
4
  push:
@@ -12,12 +12,12 @@ jobs:
12
12
  strategy:
13
13
  fail-fast: false
14
14
  matrix:
15
- ruby: ['3.0', '2.7', '2.6']
15
+ ruby: ['3.2', '3.1', '3.0', '2.7']
16
16
  os:
17
17
  - windows-latest
18
- name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
18
+ name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
19
19
  steps:
20
- - uses: actions/checkout@v2
20
+ - uses: actions/checkout@v3
21
21
  - name: Set up Ruby
22
22
  uses: ruby/setup-ruby@v1
23
23
  with:
@@ -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-parser-winevt_xml"
7
- spec.version = "0.2.4"
7
+ spec.version = "0.2.5"
8
8
  spec.authors = ["Hiroshi Hatake", "Masahiro Nakagawa"]
9
9
  spec.email = ["cosmo0920.oucc@gmail.com", "repeatedly@gmail.com"]
10
10
  spec.summary = %q{Fluentd Parser plugin to parse XML rendered windows event log.}
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
21
  spec.add_development_dependency "rake"
22
22
  spec.add_development_dependency "test-unit", "~> 3.4.0"
23
23
  spec.add_runtime_dependency "fluentd", [">= 0.14.12", "< 2"]
24
- spec.add_runtime_dependency "nokogiri", [">= 1.12.5", "< 1.14"]
24
+ spec.add_runtime_dependency "nokogiri", [">= 1.12.5", "< 1.15"]
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-parser-winevt_xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroshi Hatake
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-01-11 00:00:00.000000000 Z
12
+ date: 2023-01-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: 1.12.5
83
83
  - - "<"
84
84
  - !ruby/object:Gem::Version
85
- version: '1.14'
85
+ version: '1.15'
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
@@ -92,7 +92,7 @@ dependencies:
92
92
  version: 1.12.5
93
93
  - - "<"
94
94
  - !ruby/object:Gem::Version
95
- version: '1.14'
95
+ version: '1.15'
96
96
  description: Fluentd Parser plugin to parse XML rendered windows event log.
97
97
  email:
98
98
  - cosmo0920.oucc@gmail.com
@@ -101,6 +101,7 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
+ - ".github/dependabot.yml"
104
105
  - ".github/workflows/linux-test.yaml"
105
106
  - ".github/workflows/macos-test.yaml"
106
107
  - ".github/workflows/windows-test.yaml"
@@ -109,7 +110,6 @@ files:
109
110
  - LICENSE
110
111
  - README.md
111
112
  - Rakefile
112
- - appveyor.yml
113
113
  - fluent-plugin-parser-winevt_xml.gemspec
114
114
  - lib/fluent/plugin/parser_winevt_sax.rb
115
115
  - lib/fluent/plugin/parser_winevt_xml.rb
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
- rubygems_version: 3.2.22
141
+ rubygems_version: 3.3.5
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: Fluentd Parser plugin to parse XML rendered windows event log.
data/appveyor.yml DELETED
@@ -1,29 +0,0 @@
1
- version: '{build}'
2
- image: Visual Studio 2019
3
-
4
- # init:
5
- # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
6
-
7
- install:
8
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
9
- - ruby --version
10
- - gem --version
11
- - ridk.cmd exec bundle install
12
- build: off
13
- test_script:
14
- - bundle exec rake test
15
- # - bundle exec rake test TESTOPTS=-v
16
-
17
- branches:
18
- only:
19
- - master
20
-
21
- # https://www.appveyor.com/docs/installed-software/#ruby
22
- environment:
23
- matrix:
24
- - ruby_version: "30-x64"
25
- - ruby_version: "30"
26
- - ruby_version: "27-x64"
27
- - ruby_version: "27"
28
- - ruby_version: "26-x64"
29
- - ruby_version: "26"