File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -199,12 +199,7 @@ CreateGemFile()
199199 cp -f ../builddir/release/lib/Liboutmdsdrb.so ./lib/fluent/plugin/Liboutmdsdrb.so
200200 cp -f ../../LICENSE.txt ../../README.md .
201201
202- if [ " ${Target} " == " system" ]; then
203- FluentDVersionSpec=" >= 1.16"
204- else
205- FluentDVersionSpec=" ~> 0.12.0"
206- fi
207- sed " s/GEMVERSION/${Version} /g; s/FLUENTDVERSIONSPEC/${FluentDVersionSpec} /g" gemspec-template > fluent-plugin-mdsd.gemspec
202+ sed " s/GEMVERSION/${Version} /g" gemspec-template > fluent-plugin-mdsd.gemspec
208203
209204 # If Target is 'system', then use gem to build the gem file. Otherwise, use fluent-gem.
210205 GEM_BIN=${RUBY_BIN_PATH} /fluent-gem
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323 s.homepage = "https://github.com/Azure/fluentd-plugin-mdsd/"
2424 s.license = "MIT"
2525
26- s.add_dependency "fluentd", "FLUENTDVERSIONSPEC"
26+ s.add_dependency "fluentd"
2727 s.add_development_dependency "rake"
2828 s.add_development_dependency "test-unit", "~> 3.0.9"
2929end
You can’t perform that action at this time.
0 commit comments