fluent-plugin-sentry.gemspec in fluent-plugin-sentry-rubrik-0.0.15 vs fluent-plugin-sentry.gemspec in fluent-plugin-sentry-rubrik-0.0.16

- old
+ new

@@ -2,14 +2,14 @@ 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.15" + spec.version = "0.0.16" 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.homepage = "https://github.com/rubrikinc/fluent-plugin-sentry" spec.license = "Apache-2.0" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})