Skip to content

Commit

Permalink
Add built gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeHensleyy committed Jul 31, 2024
1 parent 915d21a commit 6cacc88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added fluent-plugin-windows-eventlog-0.9.0.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion fluent-plugin-winevtlog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/EncoreTechnologies/fluent-plugin-windows-eventlog"
spec.license = "Apache-2.0"

spec.files = `git ls-files -z`.split("\x0")
spec.files = Dir["lib/**/*.rb", "bin/*", "README*", "LICENSE", "CHANGELOG*", "spec/**/*"]
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 6cacc88

Please sign in to comment.