Skip to content

Commit

Permalink
remove unnecessary files from gem (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Feb 15, 2021
1 parent cf87657 commit 5f915e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion fluent-plugin-dynatrace.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require './lib/fluent/plugin/dynatrace_constants'
require 'rake'

Gem::Specification.new do |gem|
gem.name = 'fluent-plugin-dynatrace'
Expand All @@ -17,7 +18,8 @@ Gem::Specification.new do |gem|
'source_code_uri' => 'https://github.com/dynatrace-oss/fluent-plugin-dynatrace'
}

gem.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
gem.files = FileList['lib/**/*.rb', 'LICENSE']

gem.require_paths = ['lib']

gem.required_ruby_version = '>= 2.4.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/dynatrace_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Plugin
class DynatraceOutputConstants
# The version of the Dynatrace output plugin
def self.version
'0.1.0'
'0.1.1'
end
end
end
Expand Down

0 comments on commit 5f915e2

Please sign in to comment.