fluent-plugin-sentry.gemspec in fluent-plugin-sentry-rubrik-0.0.13 vs fluent-plugin-sentry.gemspec in fluent-plugin-sentry-rubrik-0.0.14

- old
+ new

@@ -2,10 +2,10 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-sentry-rubrik" - spec.version = "0.0.13" + spec.version = "0.0.14" spec.authors = ["Kentaro Yoshida", "François-Xavier Bourlet"] spec.email = ["y.ken.studio@gmail.com", "fx.bourlet@rubrik.com"] spec.summary = %q{Fluentd output plugin that sends aggregated errors/exception events to Sentry. Sentry is a event logging and aggregation platform.} spec.homepage = "https://github.com/bombela/fluent-plugin-sentry" spec.license = "Apache-2.0"