fluent-plugin-bigquery.gemspec in fluent-plugin-bigquery-0.1.0 vs fluent-plugin-bigquery.gemspec in fluent-plugin-bigquery-0.2.0

- old
+ new

@@ -4,14 +4,14 @@ require 'fluent/plugin/bigquery/version' Gem::Specification.new do |spec| spec.name = "fluent-plugin-bigquery" spec.version = Fluent::BigQueryPlugin::VERSION - spec.authors = ["TAGOMORI Satoshi"] - spec.email = ["tagomoris@gmail.com"] + spec.authors = ["Naoya Ito"] + spec.email = ["i.naoya@gmail.com"] spec.description = %q{Fluentd plugin to store data on Google BigQuery, by load, or by stream inserts} spec.summary = %q{Fluentd plugin to store data on Google BigQuery} - spec.homepage = "https://github.com/tagomoris/fluent-plugin-bigquery" + spec.homepage = "https://github.com/kaizenplatform/fluent-plugin-bigquery" spec.license = "APLv2" 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)/})