README.md in fluent-plugin-parser-protobuf-0.1.1 vs README.md in fluent-plugin-parser-protobuf-0.1.2

- old
+ new

@@ -1,10 +1,10 @@ # fluent-plugin-parser-protobuf -![Testing on Windows](https://github.com/cosmo0920/fluent-plugin-parser-protobuf/workflows/Testing%20on%20Windows/badge.svg?branch=master) -![Testing on macOS](https://github.com/cosmo0920/fluent-plugin-parser-protobuf/workflows/Testing%20on%20macOS/badge.svg?branch=master) -![Testing on Ubuntu](https://github.com/cosmo0920/fluent-plugin-parser-protobuf/workflows/Testing%20on%20Ubuntu/badge.svg?branch=master) +![Testing on Windows](https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf/workflows/Testing%20on%20Windows/badge.svg?branch=master) +![Testing on macOS](https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf/workflows/Testing%20on%20macOS/badge.svg?branch=master) +![Testing on Ubuntu](https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf/workflows/Testing%20on%20Ubuntu/badge.svg?branch=master) Fluentd parser plugin for [Protocol Buffers](https://developers.google.com/protocol-buffers/docs/overview). ## Installation @@ -39,10 +39,11 @@ <parse> @type protobuf class_file /path/to/your/protobuf/class_file_pb.rb class_name Your.Protobuf.Class.Name # For protobuf3 protobuf_version protobuf3 + # suppress_decoding_error false # include_paths [/path/to/your/protobuf/class_file_pb.rb, /path/to/your/protobuf/class_file2_pb.rb, ...] </parse> ``` **Note:** Protobuf version 3 requires to use dot for nested class name seperator: @@ -58,10 +59,11 @@ <parse> @type protobuf class_file /path/to/your/protobuf/class_file.pb.rb class_name Your::Protobuf::Class::Name # For protobuf2 protobuf_version protobuf2 + # suppress_decoding_error false # include_paths [/path/to/your/protobuf/class_file.pb.rb, /path/to/your/protobuf/class_file2.pb.rb, ...] </parse> ``` ## Development @@ -70,10 +72,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/cosmo0920/fluent-plugin-parser-protobuf. +Bug reports and pull requests are welcome on GitHub at https://github.com/fluent-plugins-nursery/fluent-plugin-parser-protobuf. ## LICENSE [Apache-2.0](LICENSE).