Skip to content

Commit

Permalink
Bumping version, adding version constraint to fluentd dependency, ada…
Browse files Browse the repository at this point in the history
…pt README

Correct gemspec according to review, Revert changes to README

Correct gemspec according to review, Revert changes to README
  • Loading branch information
ppp0 committed Jun 6, 2016
1 parent 1a6744d commit 22b724b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fluent-plugin-sentry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "test-unit", '~> 3'
end
spec.add_development_dependency "appraisal"

spec.add_runtime_dependency "fluentd"
if defined?(RUBY_VERSION) && RUBY_VERSION < '2'
spec.add_runtime_dependency "fluentd", "< 0.14.0"
else
spec.add_runtime_dependency "fluentd"
end
spec.add_runtime_dependency "sentry-raven", "~> 0.15.0"
end

0 comments on commit 22b724b

Please sign in to comment.