-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'fluent-plugin-json' | ||
spec.version = '0.1.0' | ||
spec.version = '0.2.0' | ||
spec.authors = ['Azeem Sajid'] | ||
spec.email = ['[email protected]'] | ||
|
||
spec.summary = 'Fluentd filter plugin for JSON events with JSON Pointer Support' | ||
spec.description = 'Fluentd filter plugin for JSON events with JSON Pointer Support to pinpoint elements.' | ||
spec.summary = 'Fluentd JSON filter plugin with JSON Pointer Support (RFC-6901)' | ||
spec.description = 'Fluentd JSON filter plugin with JSON Pointer Support (RFC-6901) to pinpoint elements.' | ||
spec.homepage = 'https://github.com/iamAzeem/fluent-plugin-json' | ||
spec.license = 'Apache-2.0' | ||
|
||
|