winevt_c 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Winevt
2
- VERSION = "0.5.1"
2
+ VERSION = "0.6.0"
3
3
  end
data/winevt_c.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Windows Event Log API bindings from winevt.h.}
13
13
  spec.description = spec.summary
14
- spec.homepage = "https://github.com/cosmo0920/winevt_c"
14
+ spec.homepage = "https://github.com/fluent-plugins-nursery/winevt_c"
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
17
17
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winevt_c
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroshi Hatake
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-13 00:00:00.000000000 Z
11
+ date: 2019-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,6 +94,7 @@ extensions:
94
94
  - ext/winevt/extconf.rb
95
95
  extra_rdoc_files: []
96
96
  files:
97
+ - ".clang-format"
97
98
  - ".gitignore"
98
99
  - Gemfile
99
100
  - LICENSE.txt
@@ -104,6 +105,7 @@ files:
104
105
  - bin/setup
105
106
  - example/bookmark.rb
106
107
  - example/eventlog.rb
108
+ - example/rate_limit.rb
107
109
  - example/tailing.rb
108
110
  - ext/winevt/extconf.rb
109
111
  - ext/winevt/winevt.c
@@ -118,7 +120,7 @@ files:
118
120
  - lib/winevt/subscribe.rb
119
121
  - lib/winevt/version.rb
120
122
  - winevt_c.gemspec
121
- homepage: https://github.com/cosmo0920/winevt_c
123
+ homepage: https://github.com/fluent-plugins-nursery/winevt_c
122
124
  licenses:
123
125
  - Apache-2.0
124
126
  metadata: {}